aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
Commit message (Expand)AuthorAgeFilesLines
* Fix environment.rb typos. Closes #9859 [fxn, mikong]Jeremy Kemper2007-10-141-2/+2
* config.active_record.whiny_protected_attributes. Closes #9816 [henrik]Jeremy Kemper2007-10-081-1/+1
* Raise ProtectedAttributeAssignmentError in development and test environments ...Jeremy Kemper2007-10-071-0/+3
* Remind that you need a server restart for initializer defaultsDavid Heinemeier Hansson2007-09-291-1/+1
* [7668] part deux (forgot to add the railties love to the mix)Rick Olson2007-09-281-0/+3
* 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-272-7/+7
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-3/+0
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-231-1/+1
* Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...Jeremy Kemper2007-03-181-10/+1
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-2/+2
* 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
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-2/+2
* Added text/csv as a default mime type and included example on how to make you...David Heinemeier Hansson2006-11-231-0/+4
* Actually require the gem foundDavid Heinemeier Hansson2006-11-231-2/+2
* Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...David Heinemeier Hansson2006-11-231-1/+2
* 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
* Docfix (closes #6234)David Heinemeier Hansson2006-10-091-1/+1
* Mention in docs that config.frameworks doesn't work when getting Rails via Ge...Marcel Molina2006-04-261-1/+1
* Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...David Heinemeier Hansson2006-04-071-20/+26
* Don't match commented out RAILS_GEM_VERSIONs.Nicholas Seckar2006-04-072-2/+2
* Fixed that template extensions would be cached development mode #4624 [Stefan...David Heinemeier Hansson2006-04-061-0/+1
* Added -f/--freeze option to rails command for freezing the application to the...David Heinemeier Hansson2006-04-011-1/+1
* Exit when no gem is found; expand on error messageNicholas Seckar2006-04-011-1/+5
* Specify gem version in environment.rbDavid Heinemeier Hansson2006-04-012-6/+19
* Teach Rails apps to only load gems of the same Rails version they were genera...Nicholas Seckar2006-04-011-1/+6
* Turn RJS debugging on by default and show the source code when an exception i...David Heinemeier Hansson2006-03-201-0/+1
* Dont line up that which does notDavid Heinemeier Hansson2006-03-203-5/+4
* 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
* Warn people not to change boot.rbDavid Heinemeier Hansson2005-12-081-0/+2
* 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 note about precedence (closes #2790)David Heinemeier Hansson2005-11-093-0/+6
* 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
* Back off cleanpath to be symlink friendly. Closes #2533Nicholas Seckar2005-10-271-2/+2
* Removed the dead test settingsFlorian Weber2005-10-261-7/+1
* Don't clean RAILS_ROOT on windowsJamis Buck2005-10-191-3/+6
* Remove trailing '/' from RAILS_ROOTNicholas Seckar2005-10-181-1/+1