| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove script/performance/profiler in favour of performance integration tests. | Pratik Naik | 2009-01-18 | 1 | -3/+0 |
* | Add "-m/--template" option to Rails generator to apply template to generated ... | Jeremy McAnally | 2008-12-02 | 1 | -0/+1 |
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ir... | David Heinemeier Hansson | 2008-11-30 | 3 | -9/+0 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 13 | -0/+0 |
* | Allow script/about to run in production mode instead of failing with a crypti... | Cheah Chu Yeow | 2008-06-23 | 1 | -1/+2 |
* | Add 'script/dbconsole' -- the database analog of 'script/console' | Steve Purcell | 2008-05-07 | 1 | -0/+3 |
* | Request profiler | Jeremy Kemper | 2007-10-25 | 1 | -0/+3 |
* | Normalize whitespace. Closes #8385 [Time Pope] | Jeremy Kemper | 2007-05-27 | 7 | -7/+7 |
* | Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ... | David Heinemeier Hansson | 2007-04-28 | 1 | -3/+0 |
* | Added script/process/inspector to do simple process status information on Rai... | David Heinemeier Hansson | 2006-04-28 | 1 | -0/+3 |
* | Fixed that rails --version should have the return code of 0 (success) (closes... | David Heinemeier Hansson | 2006-04-03 | 1 | -1/+4 |
* | Added -f/--freeze option to rails command for freezing the application to the... | David Heinemeier Hansson | 2006-04-01 | 1 | -0/+5 |
* | Remove explicit require of departed file. | Nicholas Seckar | 2006-04-01 | 1 | -1/+1 |
* | Reject Ruby 1.8.3 when loading Rails; extract version checking code. | Nicholas Seckar | 2006-03-19 | 1 | -18/+1 |
* | Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH] | David Heinemeier Hansson | 2006-03-19 | 1 | -1/+8 |
* | Added -r/--repeat option to script/process/spawner that offers the same loop ... | David Heinemeier Hansson | 2006-02-26 | 1 | -3/+0 |
* | Rename Version constant to VERSION. Closes #2802. | Marcel Molina | 2005-11-17 | 1 | -1/+1 |
* | Changed all script/* to use /usr/bin/env ruby instead of hard-coded Ruby path... | David Heinemeier Hansson | 2005-11-09 | 13 | -13/+13 |
* | Add 'add_new_scripts' rake task for adding new rails scripts to script/* | Jamis Buck | 2005-11-07 | 1 | -3/+0 |
* | Added script/about to display formatted Rails::Info output | Sam Stephenson | 2005-11-05 | 1 | -0/+3 |
* | Added script/plugin to manage plugins (install, remove, list, etc) [Ryan Toma... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+3 |
* | You've been down that road, Neo. You know where it ends. And I know it's not ... | David Heinemeier Hansson | 2005-10-28 | 1 | -9/+2 |
* | Move down to 1 proc by default and a bit more help | David Heinemeier Hansson | 2005-10-28 | 1 | -1/+1 |
* | Added default lighttpd config in config/lighttpd.conf and added a default run... | David Heinemeier Hansson | 2005-10-28 | 1 | -0/+10 |
* | Finished move | David Heinemeier Hansson | 2005-10-14 | 2 | -2/+2 |
* | Moving perform to performance | David Heinemeier Hansson | 2005-10-14 | 2 | -0/+0 |
* | r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700 | Jeremy Kemper | 2005-10-14 | 7 | -6/+15 |
* | Require rails_version instead of version | Jamis Buck | 2005-10-10 | 1 | -1/+1 |
* | Add versioning convention from SwitchTower to all Rails components. Add --ver... | Marcel Molina | 2005-10-09 | 1 | -0/+4 |
* | Backed out of script/run portal idea. Muscle memory too deep | David Heinemeier Hansson | 2005-10-06 | 8 | -1/+22 |
* | Removed all the scripts in script/* and replaced it with one generic portal: ... | David Heinemeier Hansson | 2005-09-29 | 14 | -345/+3 |
* | Going to pull all commands into Rails | David Heinemeier Hansson | 2005-09-29 | 3 | -258/+0 |
* | Make the reaper slightly more robust in the nudging department | David Heinemeier Hansson | 2005-09-19 | 1 | -1/+7 |
* | Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson] | David Heinemeier Hansson | 2005-09-11 | 1 | -0/+1 |
* | Fix problem with mime type defaults #2165 [Michael Shuerig] | David Heinemeier Hansson | 2005-09-11 | 1 | -1/+2 |
* | Added -m/--mime-types option to the WEBrick server, so you can specify a Apac... | David Heinemeier Hansson | 2005-09-09 | 1 | -6/+10 |
* | Added -c/--charset option to WEBrick controller, so you can specify a default... | David Heinemeier Hansson | 2005-09-09 | 1 | -1/+6 |
* | Remove switchtower integration from rails | Jamis Buck | 2005-08-30 | 2 | -19/+0 |
* | Allow the --toggle-spin switch on process/reaper to be negated | Jamis Buck | 2005-08-24 | 1 | -1/+1 |
* | Make the rakefile tasks that set up a new project aware of switchtower | Jamis Buck | 2005-08-17 | 1 | -2/+13 |
* | Added -w flag to ps in process/reaper #1934 [Scott Barron] | Jamis Buck | 2005-08-12 | 1 | -3/+3 |
* | Add integration with SwitchTower (rake tasks, default deploy.rb recipe) | Jamis Buck | 2005-08-03 | 2 | -0/+8 |
* | Made the reaper talk to the spinner to make it spin faster during restarts an... | David Heinemeier Hansson | 2005-07-26 | 2 | -20/+35 |
* | Added convenience controls for FCGI processes (especially when managed remote... | David Heinemeier Hansson | 2005-07-24 | 3 | -0/+237 |
* | r2960@asus: jeremy | 2005-07-09 02:12:35 -0700 | Jeremy Kemper | 2005-07-09 | 1 | -1/+10 |
* | Added fixed gateway script [Nicholas Seckar] | David Heinemeier Hansson | 2005-07-06 | 2 | -177/+119 |
* | Made gateway.cgi work with a ruby called anything | David Heinemeier Hansson | 2005-07-04 | 2 | -2/+10 |
* | Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ... | David Heinemeier Hansson | 2005-07-04 | 2 | -0/+205 |
* | Added help text for WEBrick #1508 [courtney] | David Heinemeier Hansson | 2005-06-26 | 1 | -0/+1 |
* | Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net] | David Heinemeier Hansson | 2005-06-16 | 1 | -0/+24 |