aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
Commit message (Expand)AuthorAgeFilesLines
* 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
* close database.yml after reading in configuration #841 [sebastian.kanthak]David Heinemeier Hansson2005-03-172-2/+2
* More fixes for symlinked setups #793 [phantom]David Heinemeier Hansson2005-03-072-4/+4
* Added support for independent components residing in /componentsDavid Heinemeier Hansson2005-02-202-0/+14
* Renamed action_service to action_web_serviceDavid Heinemeier Hansson2005-02-191-1/+1
* Renamed Action Service to Action Web ServiceDavid Heinemeier Hansson2005-02-182-2/+2
* Integrated Action Service with the existing elementsDavid Heinemeier Hansson2005-02-182-12/+9
* Loading the Routes should happen in the environments #655David Heinemeier Hansson2005-02-172-2/+2
* Move Controllers wrapper module away from environment.rb and into dependencie...David Heinemeier Hansson2005-02-152-4/+0
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-152-0/+2
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-0/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-152-0/+4
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-152-4/+0
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-152-0/+4
* Made ready for release of 0.9.4David Heinemeier Hansson2005-01-173-0/+3
* Fixed log file permissions to be 666 instead of 777 (so they're not executabl...David Heinemeier Hansson2005-01-152-2/+2
* Switch dispatcher to use the new shared Dependencies approachDavid Heinemeier Hansson2004-12-293-7/+3
* Added ActionMailer::Base.deliver_method = :test to the test environment so th...David Heinemeier Hansson2004-12-231-1/+1
* Added ActionMailer::Base.raise_delivery_errors = false to the test environmen...David Heinemeier Hansson2004-12-231-0/+1
* Added graceful handling of an inaccessible log file by redirecting output to ...David Heinemeier Hansson2004-12-192-2/+22
* File.expand_path in config/environment.rb would fail when dealing with symlin...David Heinemeier Hansson2004-12-182-2/+2
* Breakpointing that works much better with CGI and FCGIDavid Heinemeier Hansson2004-12-121-8/+1
* Added collusion handling for FCGIDavid Heinemeier Hansson2004-12-121-1/+1
* Only start the breakpoint server when included by dispatchersDavid Heinemeier Hansson2004-12-121-1/+1
* Turn off ACL for localhostDavid Heinemeier Hansson2004-12-121-1/+1
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-091-0/+9
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-302-2/+2
* AbstractApplicationController and the individual controllers are now complete...David Heinemeier Hansson2004-11-302-14/+9
* Put establish_connection back in...David Heinemeier Hansson2004-11-252-3/+4
* Consolidated and better commented the environment filesDavid Heinemeier Hansson2004-11-255-40/+88
* InitialDavid Heinemeier Hansson2004-11-245-0/+68