Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵ | Joshua Peek | 2009-05-28 | 1 | -1/+1 |
| | | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern. | ||||
* | Revert "Revert "Whitespace!"" | Joshua Peek | 2009-05-28 | 1 | -16/+18 |
| | | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941. | ||||
* | Got all the dispatch tests running on new base | Carl Lerche | 2009-05-26 | 1 | -0/+3 |
| | |||||
* | Get controller/view_paths_test.rb to pass on new base | Carl Lerche | 2009-05-26 | 1 | -0/+13 |
| | |||||
* | In new base Rails2Compatibility, move @template assignment to right before ↵ | Carl Lerche | 2009-05-26 | 1 | -6/+6 |
| | | | | the first action is processed. | ||||
* | Make Filter#filter work with around filters | Pratik Naik | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary asset_host initialization | Pratik Naik | 2009-05-23 | 1 | -1/+0 |
| | |||||
* | Add asset_host to Rails2Compatibility | Pratik Naik | 2009-05-23 | 1 | -0/+6 |
| | |||||
* | Move Safari response-padding fix to Rails2Compatibility. Should be a Rack ↵ | Jeremy Kemper | 2009-05-21 | 1 | -2/+4 |
| | | | | concern. | ||||
* | RequestForgeryProtection now works with the new base | Pratik Naik | 2009-05-21 | 1 | -2/+4 |
| | |||||
* | Made ActionController::Verification work with new_base | Pratik Naik | 2009-05-21 | 1 | -0/+4 |
| | |||||
* | Added responds_to to new base. | Yehuda Katz + Carl Lerche | 2009-05-20 | 1 | -4/+7 |
| | |||||
* | Make old caching tests pass on new base. | Yehuda Katz + Carl Lerche | 2009-05-19 | 1 | -0/+4 |
| | |||||
* | Ported Rescuable to new base | Yehuda Katz + Carl Lerche | 2009-05-15 | 1 | -0/+13 |
| | |||||
* | Refactored AbstractController to provide better hook points for overriding ↵ | Yehuda Katz + Carl Lerche | 2009-05-15 | 1 | -11/+7 |
| | | | | aspects of action dispatching | ||||
* | Got new base to pass controller/base_test.rb, implemented method_missing ↵ | Yehuda Katz + Carl Lerche | 2009-05-14 | 1 | -0/+15 |
| | | | | action semantics in compatibility mode, and fixed a few action_missing bugs. | ||||
* | Implemented redirects and partial rendering in new base. | Yehuda Katz + Carl Lerche | 2009-05-12 | 1 | -12/+30 |
| | |||||
* | Merge branch 'master' into wip_abstract_controller | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/callbacks.rb actionpack/lib/action_controller/abstract/renderer.rb actionpack/lib/action_controller/base/base.rb actionpack/lib/action_controller/dispatch/dispatcher.rb actionpack/lib/action_controller/routing/route_set.rb actionpack/lib/action_controller/testing/process.rb actionpack/test/abstract_controller/layouts_test.rb actionpack/test/controller/filters_test.rb actionpack/test/controller/helper_test.rb actionpack/test/controller/render_test.rb actionpack/test/new_base/test_helper.rb | ||||
* | Fixed a bug with handling render options | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -0/+9 |
| | |||||
* | Aliased AbstractController::ActionNotFound to ActionController::UnknownAction | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -5/+8 |
| | |||||
* | Ported ConditionalGet to new Base | Yehuda Katz + Carl Lerche | 2009-05-11 | 1 | -0/+3 |
| | |||||
* | Renamed Base2 to Base and don't require old action_controller for new Base | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+21 |
| | |||||
* | Add support for stripping "layouts/" from the layout name | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+5 |
| | |||||
* | OMG, a lot of work | Yehuda Katz + Carl Lerche | 2009-05-01 | 1 | -0/+12 |