aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* 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
* Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...David Heinemeier Hansson2005-07-113-113/+297
* Update Railties to Prototype 1.3.1Sam Stephenson2005-07-111-39/+50
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-102-0/+4
* Added support for SQL Server in the database rake tasks #1652 [ken.barker@gma...David Heinemeier Hansson2005-07-092-0/+11
* Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]David Heinemeier Hansson2005-07-092-75/+133
* Fixed SQL Server test #1678 [Tom Ward]David Heinemeier Hansson2005-07-091-1/+1
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-092-4/+7
* r2960@asus: jeremy | 2005-07-09 02:12:35 -0700Jeremy Kemper2005-07-092-1/+12
* r2951@asus: jeremy | 2005-07-08 18:09:30 -0700Jeremy Kemper2005-07-085-5/+48
* Added a bunch of script.aculo.us features: Effect.ScrollTo, to smoothly scrol...David Heinemeier Hansson2005-07-072-70/+116
* Post release minor fixesDavid Heinemeier Hansson2005-07-071-1/+1
* Pegged the versions for releaseDavid Heinemeier Hansson2005-07-061-6/+6
* Keep JS files locallyDavid Heinemeier Hansson2005-07-065-9/+2340
* Pulled the gateway.cgi until we can make it work properly out the gatesDavid Heinemeier Hansson2005-07-063-8/+6
* Added a USAGE document to the migration generatorDavid Heinemeier Hansson2005-07-061-0/+14
* Added fixed gateway script [Nicholas Seckar]David Heinemeier Hansson2005-07-065-215/+197
* Added warning about setting the test database to the same as production or de...David Heinemeier Hansson2005-07-061-0/+3
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-052-0/+3
* Backed out of create/destroy_db -- didnt yet work right in mysql and breaks AWDDavid Heinemeier Hansson2005-07-052-80/+58
* Added create_db and destroy_db tasks in the Rakefile to make it easier to loa...David Heinemeier Hansson2005-07-052-58/+80
* Made gateway.cgi work with a ruby called anythingDavid Heinemeier Hansson2005-07-043-4/+13
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...David Heinemeier Hansson2005-07-043-0/+262
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...David Heinemeier Hansson2005-07-044-5/+12
* Documented the migration support in railtiesDavid Heinemeier Hansson2005-07-041-0/+4
* Made it even easier to turn on transactional fixturesDavid Heinemeier Hansson2005-07-041-6/+6
* Made it even easier to turn on transactional fixturesDavid Heinemeier Hansson2005-07-041-0/+8