index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Added graceful exit from pressing CTRL-C during the run of the rails command ...
David Heinemeier Hansson
2005-05-21
1
-1
/
+3
*
Made the console and profiler work with the default 1.8.2 profiler #1325 [bit...
David Heinemeier Hansson
2005-05-21
2
-20
/
+24
*
Added console --profile for profiling an IRB session #1154 [bitsweat]. Change...
David Heinemeier Hansson
2005-04-30
3
-19
/
+27
*
Updated to take compilation out of the measurements
David Heinemeier Hansson
2005-04-18
2
-0
/
+6
*
Added script/benchmarker to easily benchmark one or more statement a number o...
David Heinemeier Hansson
2005-04-14
3
-0
/
+30
[next]