aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Moving perform to performanceDavid Heinemeier Hansson2005-10-142-0/+0
* r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700Jeremy Kemper2005-10-147-6/+15
* Require rails_version instead of versionJamis Buck2005-10-101-1/+1
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-091-0/+4
* Backed out of script/run portal idea. Muscle memory too deepDavid Heinemeier Hansson2005-10-068-1/+22
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-2914-345/+3
* Going to pull all commands into RailsDavid Heinemeier Hansson2005-09-293-258/+0
* Make the reaper slightly more robust in the nudging departmentDavid Heinemeier Hansson2005-09-191-1/+7
* Fixed script/profiler for Ruby 1.8.2 #1863 [Rick Olson]David Heinemeier Hansson2005-09-111-0/+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-091-6/+10
* Added -c/--charset option to WEBrick controller, so you can specify a default...David Heinemeier Hansson2005-09-091-1/+6
* Remove switchtower integration from railsJamis Buck2005-08-302-19/+0
* Allow the --toggle-spin switch on process/reaper to be negatedJamis Buck2005-08-241-1/+1
* Make the rakefile tasks that set up a new project aware of switchtowerJamis Buck2005-08-171-2/+13
* Added -w flag to ps in process/reaper #1934 [Scott Barron]Jamis Buck2005-08-121-3/+3
* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)Jamis Buck2005-08-032-0/+8
* Made the reaper talk to the spinner to make it spin faster during restarts an...David Heinemeier Hansson2005-07-262-20/+35
* Added convenience controls for FCGI processes (especially when managed remote...David Heinemeier Hansson2005-07-243-0/+237
* r2960@asus: jeremy | 2005-07-09 02:12:35 -0700Jeremy Kemper2005-07-091-1/+10
* Added fixed gateway script [Nicholas Seckar]David Heinemeier Hansson2005-07-062-177/+119
* Made gateway.cgi work with a ruby called anythingDavid Heinemeier Hansson2005-07-042-2/+10
* Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...David Heinemeier Hansson2005-07-042-0/+205
* Added help text for WEBrick #1508 [courtney]David Heinemeier Hansson2005-06-261-0/+1
* Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net]David Heinemeier Hansson2005-06-161-0/+24
* Added graceful exit from pressing CTRL-C during the run of the rails command ...David Heinemeier Hansson2005-05-211-1/+3
* Made the console and profiler work with the default 1.8.2 profiler #1325 [bit...David Heinemeier Hansson2005-05-212-20/+24
* Added console --profile for profiling an IRB session #1154 [bitsweat]. Change...David Heinemeier Hansson2005-04-303-19/+27
* Updated to take compilation out of the measurementsDavid Heinemeier Hansson2005-04-182-0/+6
* Added script/benchmarker to easily benchmark one or more statement a number o...David Heinemeier Hansson2005-04-143-0/+30
* Added script/runner which can be used to run code inside the environment by e...David Heinemeier Hansson2005-03-201-0/+4
* Fixed -h/--help for generate and destroy generators #331David Heinemeier Hansson2005-03-062-0/+4
* Removed a fix that was caused by a bug in RubyGems 0.8.5David Heinemeier Hansson2005-02-281-2/+0
* Slicker way of quiting on less than Ruby 1.8.2David Heinemeier Hansson2005-02-271-1/+1
* Added early failure if the Ruby version isn't 1.8.2 or above #735David Heinemeier Hansson2005-02-271-1/+4
* Fixed the missing shebang in main "rails" script #736David Heinemeier Hansson2005-02-271-0/+1
* --i/index is obsolete #743David Heinemeier Hansson2005-02-271-3/+0
* Correct default for ip binding on webrick server #717David Heinemeier Hansson2005-02-271-1/+1
* Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the ...David Heinemeier Hansson2005-02-231-1/+1
* Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...David Heinemeier Hansson2005-02-201-1/+3
* Added --sandbox option to script/console that'll roll back all changes made t...David Heinemeier Hansson2005-02-191-0/+6
* Added --sandbox option to script/console that'll roll back all changes made t...David Heinemeier Hansson2005-02-191-3/+20
* Changed script/console to default to development environment and drop --no-in...David Heinemeier Hansson2005-02-171-34/+4
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-154-12/+0
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-154-0/+12
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-154-12/+0
* Added new generator framework that informs about its doings on generation and...David Heinemeier Hansson2005-02-074-96/+26
* Added 5-second timeout to WordNet alternatives on creating reserved-word mode...David Heinemeier Hansson2005-01-181-5/+9
* Went back to original breakpointing as I couldnt make the patches from flgr workDavid Heinemeier Hansson2005-01-151-1/+0
* Fixed some breakpoint issues and made breakpoint_client depend on activerecor...David Heinemeier Hansson2005-01-151-0/+1