1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
2004-12-22 13:08:26 +00:00
..
binding_of_caller.rb Added preliminary remote breakpoint support 2004-12-09 17:20:00 +00:00
breakpoint.rb Cut down on the documentation visible 2004-12-16 20:56:02 +00:00
breakpoint_client.rb Improved the quality of the breakpointing -- especially under FCGI 2004-12-13 23:38:08 +00:00
code_statistics.rb Fixed "rake stats" to work with sub-directories in models and controllers and to report the code to test ration [Scott Baron] 2004-12-22 13:08:26 +00:00
dispatcher.rb The dispatcher should reload the associations AFTER clearing the inheritable variables, not before, or callbacks and others wont work 2004-12-22 02:00:41 +00:00
rails_generator.rb Added a better generator for scaffolding that actually creates the code, so it can be edited bit by bit. See "script/generate scaffold" [bitsweat]. Added a whole new approach to generators that used the shared "script/generate" command. Run with no-args to see help [bitsweat]. 2004-12-07 11:49:38 +00:00
webrick_server.rb Only requests that require processing from a controller should block the webrick server -- requests for stylesheets, images, and the like should be concurrent 2004-12-16 16:08:10 +00:00