rails--rails/railties/lib
David Heinemeier Hansson 4d9cda5732 Renamed AbstractApplicationController and abstract_application.rb to ApplicationController and application.rb, so that it will be possible for the framework to automatically pick up on app/views/layouts/application.rhtml and app/helpers/application.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@159 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-15 11:30:09 +00:00
..
binding_of_caller.rb Added preliminary remote breakpoint support 2004-12-09 17:20:00 +00:00
breakpoint.rb Improved the quality of the breakpointing -- especially under FCGI 2004-12-13 23:38:08 +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 Initial 2004-11-24 01:04:44 +00:00
dispatcher.rb Renamed AbstractApplicationController and abstract_application.rb to ApplicationController and application.rb, so that it will be possible for the framework to automatically pick up on app/views/layouts/application.rhtml and app/helpers/application.rb 2004-12-15 11:30:09 +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 This patch allows urls to be of the form :module/:controller/:action as well as :controller/:action/:id where :id is no entirely numeric by determining if what would be :module corresponds to a directory in app/controllers. If it does not then the :controller/:action/:id scheme is used. 2004-12-14 12:58:25 +00:00