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
*
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
*
Added script/runner which can be used to run code inside the environment by e...
David Heinemeier Hansson
2005-03-20
1
-0
/
+4
*
Fixed -h/--help for generate and destroy generators #331
David Heinemeier Hansson
2005-03-06
2
-0
/
+4
*
Removed a fix that was caused by a bug in RubyGems 0.8.5
David Heinemeier Hansson
2005-02-28
1
-2
/
+0
*
Slicker way of quiting on less than Ruby 1.8.2
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Added early failure if the Ruby version isn't 1.8.2 or above #735
David Heinemeier Hansson
2005-02-27
1
-1
/
+4
*
Fixed the missing shebang in main "rails" script #736
David Heinemeier Hansson
2005-02-27
1
-0
/
+1
*
--i/index is obsolete #743
David Heinemeier Hansson
2005-02-27
1
-3
/
+0
*
Correct default for ip binding on webrick server #717
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the ...
David Heinemeier Hansson
2005-02-23
1
-1
/
+1
*
Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...
David Heinemeier Hansson
2005-02-20
1
-1
/
+3
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-0
/
+6
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-3
/
+20
*
Changed script/console to default to development environment and drop --no-in...
David Heinemeier Hansson
2005-02-17
1
-34
/
+4
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
4
-12
/
+0
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
4
-0
/
+12
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
4
-12
/
+0
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
4
-96
/
+26
*
Added 5-second timeout to WordNet alternatives on creating reserved-word mode...
David Heinemeier Hansson
2005-01-18
1
-5
/
+9
*
Went back to original breakpointing as I couldnt make the patches from flgr work
David Heinemeier Hansson
2005-01-15
1
-1
/
+0
*
Fixed some breakpoint issues and made breakpoint_client depend on activerecor...
David Heinemeier Hansson
2005-01-15
1
-0
/
+1
*
Fixed script/console to work with Windows (that requires the use of irb.bat) ...
David Heinemeier Hansson
2005-01-10
1
-2
/
+7
*
WordNet not Nets
David Heinemeier Hansson
2004-12-23
1
-1
/
+1
*
Touched up wording on the new recommendation stuff for generate models
David Heinemeier Hansson
2004-12-23
1
-3
/
+4
*
Added protection for creating a model through the generators with a name of a...
David Heinemeier Hansson
2004-12-23
1
-1
/
+26
*
Updated the documentation #329 [rainmkr]
David Heinemeier Hansson
2004-12-19
1
-5
/
+5
*
Added support for a -h/--help parameter in the generator #331 [Ulysses]
David Heinemeier Hansson
2004-12-19
1
-0
/
+2
*
Needed to update the server root for the new placement
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
[next]