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
...
*
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
*
The dispatcher should reload the associations AFTER clearing the inheritable ...
David Heinemeier Hansson
2004-12-22
1
-1
/
+1
*
Added a require_association hook on const_missing that makes it possible to u...
David Heinemeier Hansson
2004-12-20
1
-1
/
+1
*
Cut down on the documentation visible
David Heinemeier Hansson
2004-12-16
1
-11
/
+10
*
Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONS
David Heinemeier Hansson
2004-12-16
1
-1
/
+1
*
Made the last tweaks before 0.9
David Heinemeier Hansson
2004-12-16
1
-3
/
+1
*
Only requests that require processing from a controller should block the webr...
David Heinemeier Hansson
2004-12-16
1
-3
/
+2
*
Renamed AbstractApplicationController and abstract_application.rb to Applicat...
David Heinemeier Hansson
2004-12-15
1
-2
/
+2
*
This patch allows urls to be of the form :module/:controller/:action as well ...
David Heinemeier Hansson
2004-12-14
1
-1
/
+10
*
Improved the quality of the breakpointing -- especially under FCGI
David Heinemeier Hansson
2004-12-13
2
-5
/
+8
*
Cleaner deactivation of the breakpoint server
David Heinemeier Hansson
2004-12-12
2
-2
/
+10
*
Fixed a pattern for module loading
David Heinemeier Hansson
2004-12-12
1
-2
/
+3
*
Breakpointing that works much better with CGI and FCGI
David Heinemeier Hansson
2004-12-12
2
-79
/
+97
*
Added collusion handling for FCGI
David Heinemeier Hansson
2004-12-12
1
-13
/
+19
[prev]
[next]