Property Files

HI,
I have to write property file in ROR.
Is it possible to write a property file in Rails framework?
If yes then where I will store that file and how to use that file in
my application?
Is there a reflection concept in ROR like Java?

On Jun 6, 7:55 am, Tushar G. [email protected]
wrote:

HI,
I have to write property file in ROR.
Is it possible to write a property file in Rails framework?
If yes then where I will store that file and how to use that file in
my application?

What’s a property file and what are you using it for?

Is there a reflection concept in ROR like Java?

Ruby has immense amounts of reflection & metaprogramming support

Fred