Convention for checking rails environment

Whats the general practice for checking rails environment.

I often find myself having to do: RAILS_ENV==“development”.

As of recently, I’ve been starting to see more of
Rails.env==“production”.

Im thinking, we may as well extend “Rails.env” so I could do:

Rails.env.production?
Rails.env.test?
Rails.env.development?

Anybody done this? Or any reasons not to?

If you’re running the latest rails, this is already implemented :slight_smile:

On Sat, Oct 11, 2008 at 7:39 PM, Aryk G.
[email protected] wrote:

Rails.env.production?
Rails.env.test?
Rails.env.development?

Anybody done this? Or any reasons not to?

Posted via http://www.ruby-forum.com/.


Maurício Linhares
http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/
(en)
João Pessoa, PB, +55 83 8867-7208