Configuring Rails Environments: The Cheat Sheet

Posted by kev Mon, 22 May 2006 08:24:00 GMT

These are options allowed by Rails::Configuration in Rails 1.1.2. This list is generally exhaustive (and often taken directly from the documentation), but more detailed documentation can be found in the source code itself where these options are found as class accessor methods (cattr_accessor).

Update: If you like it, digg it.

Update 2: Also see my Guide to Environments in Rails 1.1 for information on how specific configurations work.

Read more...

Posted in , ,