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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...
David Heinemeier Hansson
2005-02-20
1
-0
/
+1
*
Set Railsy defaults for breakpoint client
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
Upgraded to breakpoint 92
David Heinemeier Hansson
2005-02-20
2
-194
/
+202
*
Help against errors in ApplicationController
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
Made caching work for WEBrick and lighttpd by appending .html for all URLs no...
David Heinemeier Hansson
2005-02-20
1
-0
/
+13
*
Added support for independent components residing in /components
David Heinemeier Hansson
2005-02-20
1
-0
/
+1
*
Updated dependency loading to consider non-standard class/file name combinations
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Allows a loading module to load from multiple load paths #675
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Fix module support for controller generators #668 [Ulysses]
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Fixed functional test path problems #662
David Heinemeier Hansson
2005-02-18
2
-2
/
+2
*
Integrated Action Service with the existing elements
David Heinemeier Hansson
2005-02-18
1
-0
/
+1
*
Check class path for conflicts on generation #640 [bitsweat]
David Heinemeier Hansson
2005-02-17
4
-4
/
+4
*
Forget to addd this
David Heinemeier Hansson
2005-02-15
1
-0
/
+2
*
Fixed generated functional test for nested controllers has wrong paths #635
David Heinemeier Hansson
2005-02-15
6
-17
/
+20
*
Move Controllers wrapper module away from environment.rb and into dependencie...
David Heinemeier Hansson
2005-02-15
1
-1
/
+6
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
4
-6
/
+2
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
3
-4
/
+5
*
No leading return
David Heinemeier Hansson
2005-02-15
1
-1
/
+0
*
Updated the Rails generator command to work
David Heinemeier Hansson
2005-02-15
3
-4
/
+4
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
20
-196
/
+138
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
19
-136
/
+130
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
19
-130
/
+136
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
42
-201
/
+2057
*
Moved subclass reloading responsibilities to Dependencies
David Heinemeier Hansson
2005-01-25
1
-3
/
+1
*
New approach to reloading that uses remove_const on ARs and AOs as well as ACs
David Heinemeier Hansson
2005-01-25
1
-21
/
+6
*
Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]
David Heinemeier Hansson
2005-01-24
1
-2
/
+2
*
Added Florian Gross' latest version of Breakpointer and friends that fixes a ...
David Heinemeier Hansson
2005-01-24
3
-226
/
+238
*
Fixed handling of syntax errors in models that had already been succesfully r...
David Heinemeier Hansson
2005-01-24
1
-9
/
+19
*
Another swing at reloading
David Heinemeier Hansson
2005-01-24
1
-13
/
+8
*
Brought back reloading of models
David Heinemeier Hansson
2005-01-23
1
-1
/
+1
*
Flipped reloads around
David Heinemeier Hansson
2005-01-20
1
-1
/
+1
*
Fixed that FCGI can also display SyntaxErrors
David Heinemeier Hansson
2005-01-20
1
-3
/
+7
*
Made methods class level methods again
David Heinemeier Hansson
2005-01-17
1
-2
/
+2
*
Tagged the 0.9.4 release
David Heinemeier Hansson
2005-01-17
1
-68
/
+72
*
Made a bunch of stuff quiet in the docs
David Heinemeier Hansson
2005-01-17
1
-2
/
+2
*
New adventures in dependency reloading
David Heinemeier Hansson
2005-01-16
1
-1
/
+1
*
New adventures in dependency reloading
David Heinemeier Hansson
2005-01-16
1
-15
/
+9
*
Went back to original breakpointing as I couldnt make the patches from flgr work
David Heinemeier Hansson
2005-01-15
3
-69
/
+656
*
Fixed some breakpoint issues and made breakpoint_client depend on activerecor...
David Heinemeier Hansson
2005-01-15
3
-656
/
+69
*
Flipped code-to-test ratio around to be more readable #468 [Scott Baron]
David Heinemeier Hansson
2005-01-15
1
-1
/
+1
*
Fixed that auto reloading would some times not work or would reload the model...
David Heinemeier Hansson
2005-01-15
1
-50
/
+60
*
Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...
David Heinemeier Hansson
2005-01-04
1
-1
/
+1
*
Nuke the controllers after the dispatcher reload to avoid the superclass mism...
David Heinemeier Hansson
2005-01-02
1
-1
/
+1
*
Fixed problems with dependency caching and controller hierarchies on Ruby 1.8...
David Heinemeier Hansson
2005-01-02
1
-3
/
+9
*
Switch dispatcher to use the new shared Dependencies approach
David Heinemeier Hansson
2004-12-29
1
-2
/
+2
*
Touched up wording on the new recommendation stuff for generate models
David Heinemeier Hansson
2004-12-23
1
-4
/
+3
*
Added protection for creating a model through the generators with a name of a...
David Heinemeier Hansson
2004-12-23
1
-0
/
+27
*
Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...
David Heinemeier Hansson
2004-12-22
1
-1
/
+6
*
Fixed "rake stats" to work with sub-directories in models and controllers and...
David Heinemeier Hansson
2004-12-22
1
-3
/
+36
[prev]
[next]