[NEWB] How to access database.yml parameters in a controller

Hi,

Are the active database.yaml attributes for the current environment
(dev, prod, test) available inside a controler ?

adapter, host, db, socks, etc.

AFIK Class#connection don’t give back theses infos.

Thanks

On 12/23/05, Mathieu C. [email protected] wrote:

Are the active database.yaml attributes for the current environment
(dev, prod, test) available inside a controler ?

ActiveRecord::Base.configurations[RAILS_ENV.to_sym][‘database’]
ActiveRecord::Base.configurations[RAILS_ENV.to_sym][‘host’]
ActiveRecord::Base.configurations[RAILS_ENV.to_sym][‘adapter’]


Cheers,

Peter D.

Blog: http://www.RealityForge.org