aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge docrails.Pratik Naik2008-05-251-4/+4
* Mention partial updates in environment.rb to make it easier for people to opt...Michael Koziarski2008-05-231-0/+3
* gems should be specified before pluginsDavid Heinemeier Hansson2008-04-011-5/+5
* Added examples for config.gemDavid Heinemeier Hansson2008-04-011-0/+6
* New applications should use UTC as the default time zoneDavid Heinemeier Hansson2008-03-261-5/+5
* Correct grammar in config.time_zone description in environment.rbGeoff Buesing2008-03-221-1/+1
* Added config.time_zone = 'UTC' as a commented-out option in the default envir...Geoff Buesing2008-03-221-2/+4
* Update generated comments to reflect the fact that config.frameworks works fi...Michael Koziarski2008-02-171-2/+2
* Cleanup documentation a bit and be more specificDavid Heinemeier Hansson2007-11-211-0/+2
* Cleanup documentation a bit and be more specificDavid Heinemeier Hansson2007-11-211-12/+12
* Fix environment.rb typos. Closes #9859 [fxn, mikong]Jeremy Kemper2007-10-141-2/+2
* Remind that you need a server restart for initializer defaultsDavid Heinemeier Hansson2007-09-291-1/+1
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-2/+3
* Inform people that were using the cookie store as default and a caveatDavid Heinemeier Hansson2007-09-151-1/+2
* Normalize whitespace. Closes #8385 [Time Pope]Jeremy Kemper2007-05-271-6/+6
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-231-1/+1
* fix app generatorRick Olson2007-02-241-1/+1
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-231-16/+4
* Move session settings closer togetherDavid Heinemeier Hansson2007-02-231-7/+7
* Oops, don't omit the session_key since it's used as the cookie name.Jeremy Kemper2007-02-221-1/+4
* Session configuration in config/environment.rb instead of app/controllers/app...Jeremy Kemper2007-02-221-2/+6
* Added text/csv as a default mime type and included example on how to make you...David Heinemeier Hansson2006-11-231-0/+4
* Revert environment changes for autoload_pathsMichael Koziarski2006-10-311-5/+1
* Update environment.rb comments to include config.autoload_paths. Closes #6478...Michael Koziarski2006-10-241-1/+5
* Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...David Heinemeier Hansson2006-10-171-2/+5
* Mention in docs that config.frameworks doesn't work when getting Rails via Ge...Marcel Molina2006-04-261-1/+1
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-071-1/+1
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-1/+1
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-011-0/+3
* Doc fix (closes #4210) [Caio Chassot ]David Heinemeier Hansson2006-03-181-1/+1
* CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...David Heinemeier Hansson2006-02-271-3/+4
* Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...David Heinemeier Hansson2006-02-251-4/+0
* Prepare order for uncommenting, use consistent opt options [DHH]David Heinemeier Hansson2006-02-251-7/+7
* Another word on precedence (closes #2790)David Heinemeier Hansson2005-11-091-0/+2
* Force RAILS_ENV to be "test" when running tests, so that ENV["RAILS_ENV"] = "...David Heinemeier Hansson2005-11-091-3/+3
* Increase criticality in comment for ENV["RAILS_ENV"]David Heinemeier Hansson2005-11-091-1/+1
* Added in bars to help guard against the production environment being used in ...David Heinemeier Hansson2005-11-071-2/+2
* Added app/services as a default dir in the Rails skeleton and to the load pat...David Heinemeier Hansson2005-10-281-1/+1
* Support using different database adapters for development and test with Activ...Sam Stephenson2005-10-131-0/+4
* Dont repeat yourselfDavid Heinemeier Hansson2005-10-061-1/+1
* Use assignment instead of callDavid Heinemeier Hansson2005-09-251-1/+1
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-3/+3
* Cant use silence_warnings before active support is loadedDavid Heinemeier Hansson2005-09-151-1/+1
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connec...David Heinemeier Hansson2005-09-151-0/+3
* Make it easy to go UTCDavid Heinemeier Hansson2005-09-131-0/+3
* Reformed environments files to the new config styleDavid Heinemeier Hansson2005-09-131-2/+2
* Make it even easier to set a new session store and use symbols for log level tooDavid Heinemeier Hansson2005-09-121-3/+3
* Added Rails::Configuration support for fragment storesDavid Heinemeier Hansson2005-09-121-0/+4
* Sessions with an sDavid Heinemeier Hansson2005-09-121-1/+1
* Added create_session_table, drop_session_table, and purge_session_table as ra...David Heinemeier Hansson2005-09-121-0/+4