aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Shorten long lineNicholas Seckar2005-10-151-1/+4
* Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P...Nicholas Seckar2005-10-141-1/+2
* Made the instantiated/transactional fixtures settings be controlled through R...Florian Weber2005-10-141-0/+6
* 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
* Run set load path so others can do boot and get pathDavid Heinemeier Hansson2005-09-301-5/+7
* 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-134-21/+33
* 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
* Dont encourage custom url options to be called with symbol #2047David Heinemeier Hansson2005-09-111-1/+2
* Moved config/tasks to lib/tasks and added more documentation to environment.rbDavid Heinemeier Hansson2005-09-111-1/+24
* Silence logger initializationDavid Heinemeier Hansson2005-09-031-1/+3
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-032-91/+13
* Allow ERb in the database.yml file (just like with fixtures), so you can pull...David Heinemeier Hansson2005-07-241-1/+1
* Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...David Heinemeier Hansson2005-07-221-0/+6
* r2951@asus: jeremy | 2005-07-08 18:09:30 -0700Jeremy Kemper2005-07-084-5/+44
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-0/+1
* Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...David Heinemeier Hansson2005-06-182-0/+4
* Choose a simpler requiring of picking gems or not for library loadingDavid Heinemeier Hansson2005-03-211-20/+7
* Expanded the requires again and included the load pathsDavid Heinemeier Hansson2005-03-211-0/+1
* Expanded the requires again and included the load pathsDavid Heinemeier Hansson2005-03-211-2/+21
* Combined the script/environment.rb used for gems and regular files version. I...David Heinemeier Hansson2005-03-202-89/+16