rails/actionpack/lib/action_controller
Yehuda Katz 5ffaaa71d1 Define ActiveModel API Compliance
- Define to_model on AR
  - Define to_model on ActiveModel::APICompliant
  - Update test fixtures to be API Compliant
  - Start using to_model in AP
2009-07-20 00:27:04 +09:00
..
abstract Simplify required "ActionView compliant" API 2009-07-19 21:53:02 +09:00
base Centralize commonly used parts of AS in ActionController into action_controller.rb 2009-07-15 14:15:52 -07:00
caching Cleaning up if defined?(ActionController::Http) blocks from the pre new base era. 2009-06-17 16:23:11 -07:00
dispatch Extract generic callbacks middleware from dispatcher 2009-05-17 13:39:55 -05:00
legacy Drive the final stake through @content_for_*'s heart! 2009-06-17 18:08:45 -07:00
routing Define ActiveModel API Compliance 2009-07-20 00:27:04 +09:00
testing Add some missing dependencies 2009-07-15 14:16:30 -07:00
vendor html-scanner uses Set and class_inheritable_accessor 2009-05-30 11:59:17 -07:00
abstract.rb More documentation work on AbstractController 2009-06-08 17:41:08 -07:00
caching.rb Break up DependencyModule's dual function of providing a "depend_on" DSL and "included" block DSL into separate modules. But, unify both approaches under AS::Concern. 2009-05-28 11:35:36 -05:00
deprecated.rb Backwords compat alias for ActionController::Request and ActionController::Response 2009-04-14 16:55:10 -05:00
old_base.rb Get tests to run (with failures) without old base around 2009-06-15 11:44:45 -07:00
record_identifier.rb Cherry-pick core extensions 2009-05-13 12:00:15 -07:00
routing.rb Merge commit 'origin/master' 2009-05-14 17:38:30 -07: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