1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
2009-04-17 18:34:49 -05:00
..
abstract Rename render_to_string to render_to_body since it may return any Rack-compatible body, not just strings 2009-04-17 18:34:49 -05:00
base Don't check authenticity tokens for any AJAX requests 2009-04-15 16:04:21 -07:00
caching Merge docrails 2009-04-17 14:28:46 +01:00
dispatch Makes rails-dev-boost work again 2009-04-14 18:32:31 -07:00
new_base Rename render_to_string to render_to_body since it may return any Rack-compatible body, not just strings 2009-04-17 18:34:49 -05:00
routing Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
testing Bring abstract_controller up to date with rails/master 2009-04-13 15:18:45 -07:00
vendor Move bundled rack into ActionDispatch 2009-04-14 15:52:23 -05:00
abstract.rb Working toward getting a basic AbstractController framework 2009-03-17 18:04:22 -07:00
caching.rb Merge docrails 2009-04-17 14:28:46 +01:00
deprecated.rb Backwords compat alias for ActionController::Request and ActionController::Response 2009-04-14 16:55:10 -05:00
new_base.rb Get very basic layouts working. 2009-03-19 15:45:48 -07:00
record_identifier.rb Reorganize ActionController folder structure 2009-01-27 18:17:39 -06:00
routing.rb Support OPTIONS verb in route conditions [#1727 state:resolved] 2009-03-08 12:37:17 +00:00
translation.rb Added ActionController::Translation module delegating to I18n #translate/#t and #localize/#l [status:committed #1008] 2008-09-10 00:39:54 -05:00