Use and abuse of Ruby on Rails environments
stop using separate Rails environment to represent server stages like dev.rb, qa.rb production.rb that have exactly the same options. Here’s my explanation: http://teotti.com/use-of-rails-environments/
Post a comment