Rails411 is your one stop Ruby on Rails resource directory. Here you will find Ruby on
Rails tutorials, Conference & Workshop Listings, Forums, and Hosting. We are the
definitive guide for Ruby on Rails web applications, components, gems, scripts, and
other related resources for Ruby on Rails. Accomplishing more with your Ruby on Rails
website is easy with the help of these tested, pre-packaged, and ready-to-run
resources.
Click any category to add your site for free.
Sunday, May 11 2008
| Rails411 |
| Configuring Rails Environments: The Cheat Sheet |
So the first place we can look for information on environments is config/environment.rb. If you have added external libraries to your rails app or turned an app into production mode, should should be mildly familiar with this file. It does things like set your root rails directory, organize load paths and set your working environment.
Allow me to direct you to the lines of code significant to our discussion...
|
|
|