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
*
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
*
Added confirmations on successfull connections and resumations
David Heinemeier Hansson
2004-12-12
1
-3
/
+21
*
Reload the cached column information between requests when the ActionControll...
David Heinemeier Hansson
2004-12-12
1
-2
/
+2
*
Added pattern for specific actions in a modularized controller
David Heinemeier Hansson
2004-12-12
1
-0
/
+2
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
2
-15
/
+18
*
Superseeded by rails_generator.rb
David Heinemeier Hansson
2004-12-12
1
-115
/
+0
*
Added preliminary remote breakpoint support
David Heinemeier Hansson
2004-12-09
4
-18
/
+727
*
Only nuke the AbstractApplicationController if its available
David Heinemeier Hansson
2004-12-08
1
-1
/
+1
*
Added a better generator for scaffolding that actually creates the code, so i...
David Heinemeier Hansson
2004-12-07
1
-0
/
+175
*
Syntax errors and other exceptions thrown outside of an action are now gracef...
David Heinemeier Hansson
2004-12-06
3
-11
/
+4
*
script/new_controller should create directory for views even when no actions ...
David Heinemeier Hansson
2004-12-01
1
-0
/
+3
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
1
-2
/
+2
*
AbstractApplicationController and the individual controllers are now complete...
David Heinemeier Hansson
2004-11-30
1
-12
/
+36
*
Initial
David Heinemeier Hansson
2004-11-24
4
-0
/
+397