aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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-114-4/+27
* Fixed missing dsDavid Heinemeier Hansson2005-09-111-2/+2
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Fix problem with mime type defaults #2165 [Michael Shuerig]David Heinemeier Hansson2005-09-111-1/+2
* Added -m/--mime-types option to the WEBrick server, so you can specify a Apac...David Heinemeier Hansson2005-09-093-10/+20
* Added -c/--svn option to the generator that'll add new files and remove destr...David Heinemeier Hansson2005-09-093-3/+42
* Added -c/--charset option to WEBrick controller, so you can specify a default...David Heinemeier Hansson2005-09-093-1/+18
* Dont encode the default subject for the test cases since they are within the ...David Heinemeier Hansson2005-09-061-1/+1
* Make the default stats task extendable by modifying the STATS_DIRECTORIES con...Jamis Buck2005-09-052-9/+13
* Allow the selected environment to define RAILS_DEFAULT_LOGGER, and have Rails...Jamis Buck2005-09-052-1/+6
* Silence logger initializationDavid Heinemeier Hansson2005-09-033-3/+7
* Fix mocks dirDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Fix the spot looking for migrationsDavid Heinemeier Hansson2005-09-031-1/+1
* Talk about whats missingDavid Heinemeier Hansson2005-09-031-0/+4
* Also configure template view pathDavid Heinemeier Hansson2005-09-031-0/+21
* Proper clean rakefileDavid Heinemeier Hansson2005-09-031-1/+1
* Moved all the shared tasks from Rakefile into Rails, so that the Rakefile is ...David Heinemeier Hansson2005-09-0313-311/+396
* Fixed the scaffold generator to fail right away if the database isn't accessi...David Heinemeier Hansson2005-09-032-24/+26
* Corrected project-local generator location in scripts.rb #2010 [Michael Schue...Jamis Buck2005-09-022-1/+3
* Fix documentation for mailer generatorDavid Heinemeier Hansson2005-09-021-3/+2
* Don't require the environment just to clear the logs #2093 [Scott Barron]Jamis Buck2005-09-012-1/+3
* Make the default rakefile read *.rake files from config/tasks (for easy exten...Jamis Buck2005-08-314-1/+7
* More rails-switchtower decouplingJamis Buck2005-08-311-7/+0
* Only load breakpoint in development mode and when BREAKPOINT_SERVER_PORT is d...Nicholas Seckar2005-08-312-3/+12
* Remove switchtower integration from railsJamis Buck2005-08-307-169/+2
* Allow the --toggle-spin switch on process/reaper to be negatedJamis Buck2005-08-242-1/+3
* Made SwitchTower conform to the other Rakefiles in terms of PKG description a...David Heinemeier Hansson2005-08-241-0/+1
* Replace render_partial with render :partial in scaffold generatorNicholas Seckar2005-08-173-2/+4
* When copying the config files, also transform and copy the default deploy.rb ...Jamis Buck2005-08-171-0/+7
* Make the rakefile tasks that set up a new project aware of switchtowerJamis Buck2005-08-173-4/+17
* Added -w flag to ps in process/reaper #1934 [Scott Barron]Jamis Buck2005-08-122-3/+5
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-036-0/+153
* Made the reaper talk to the spinner to make it spin faster during restarts an...David Heinemeier Hansson2005-07-262-20/+35
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-2/+12
* Allow ERb in the database.yml file (just like with fixtures), so you can pull...David Heinemeier Hansson2005-07-242-1/+3
* Added convenience controls for FCGI processes (especially when managed remote...David Heinemeier Hansson2005-07-246-5/+244
* Added load_fixtures task to the Rakefile, which will load all the fixtures in...David Heinemeier Hansson2005-07-222-1/+12
* Added an empty robots.txt to public/, so that web servers asking for it won't...David Heinemeier Hansson2005-07-224-1/+5
* Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...David Heinemeier Hansson2005-07-221-0/+6
* Dropped the 'immediate close-down' of FCGI processes since it didn't work con...David Heinemeier Hansson2005-07-192-12/+7
* Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org]David Heinemeier Hansson2005-07-171-0/+8
* Regret inclusion for nowDavid Heinemeier Hansson2005-07-161-62/+0
* Support for upcoming script/spawnerDavid Heinemeier Hansson2005-07-161-0/+62
* Turned off the test task as it breaks all others for nowDavid Heinemeier Hansson2005-07-151-8/+5
* Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...David Heinemeier Hansson2005-07-141-1/+1
* Show correct paths to generated templates for nexted controllers. Fixes #730Nicholas Seckar2005-07-143-9/+10
* r3023@asus: jeremy | 2005-07-12 23:43:39 -0700Jeremy Kemper2005-07-137-11/+23
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-112-9/+9