This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e00f428a816cd24ca645794385fd7b71dbfed73
rails
/
actionpack
/
lib
History
David Chelimsky
8672a97e11
add NullResolver
...
[
#4523
state:resolved] Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-05-02 22:45:54 +02:00
..
abstract_controller
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
action_controller
Change event namespace ordering to most-significant first [
#4504
state:resolved]
2010-05-02 22:45:54 +02:00
action_dispatch
RouteSet does not raise ActionController::RoutingError when no routes match anymore. Instead, it follows the X-Cascade convention. ShowExceptions checks for X-Cascade so that the routing error page can still be displayed.
2010-04-30 16:40:42 -07:00
action_pack
Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG.
2010-04-10 12:17:34 +02:00
action_view
add NullResolver
2010-05-02 22:45:54 +02:00
abstract_controller.rb
Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests.
2010-04-22 12:00:13 +02:00
action_controller.rb
Move verification to a plugin as well:
http://github.com/rails/verification.git
2010-04-10 11:47:20 +02:00
action_dispatch.rb
Move remote_ip to a middleware:
2010-03-03 21:24:00 -08:00
action_pack.rb
Updating copyright dates on all licenses
2010-02-01 10:10:53 +11:00
action_view.rb
Eliminate an error from an implicit dependency on AV::Base
2010-03-19 11:50:03 -07:00