aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract
Commit message (Expand)AuthorAgeFilesLines
* Simplify required "ActionView compliant" APIYehuda Katz2009-07-192-17/+8
* Fix AbstractController::Layouts to work when included directly on a controllerYehuda Katz2009-07-151-0/+1
* Centralize commonly used parts of AS in ActionController into action_controll...Yehuda Katz2009-07-153-3/+2
* Rename method to a more obvious nameYehuda Katz2009-07-111-2/+2
* Move the exceptions for missing template into Compatibility in prep for movin...Yehuda Katz + Carl Lerche2009-06-161-2/+0
* An exception is raised if a layout is missing only if the layout is missing f...Yehuda Katz + Carl Lerche2009-06-161-0/+2
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-151-0/+6
* Document and clean up HideActions and HttpYehuda Katz + Carl Lerche2009-06-101-6/+1
* Clean up AbstractController::Logger and write documentationYehuda Katz + Carl Lerche2009-06-091-4/+12
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-091-32/+82
* Write documentation for AbstractController::HelpersYehuda Katz + Carl Lerche2009-06-092-18/+37
* More documentation work on AbstractControllerYehuda Katz + Carl Lerche2009-06-083-17/+70
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-083-28/+147
* Remove extraneous response_objYehuda Katz + Carl Lerche2009-06-081-5/+0
* Further cleaning up new callbacksYehuda Katz2009-06-021-3/+3
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-15/+15
* Get all the callback tests to work on new baseYehuda Katz + Carl Lerche2009-06-011-0/+6
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-295-5/+5
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-286-6/+6
* Revert "Revert "Whitespace!""Joshua Peek2009-05-288-62/+60
* Added hook point in new base #send_action which does the actual action method...Yehuda Katz + Carl Lerche2009-05-271-1/+3
* Add the ability to prepend filters to new callbacksCarl Lerche2009-05-271-0/+9
* Get controller/view_paths_test.rb to pass on new baseCarl Lerche2009-05-261-0/+4
* Make a couple more tests pass. Yehuda Katz2009-05-231-0/+11
* Slightly modify things to get content type matching working without breaking ...Yehuda Katz2009-05-232-11/+11
* Get controller/render_other_test.rb to pass on new base and fixed a bug in ne...Yehuda Katz + Carl Lerche2009-05-221-1/+1
* Get controller/layout_test.rb running on new base except for ActionController...Yehuda Katz + Carl Lerche2009-05-221-3/+3
* Cleaned up the #render_to_body chain by extracting determining the templates ...Yehuda Katz + Carl Lerche2009-05-222-13/+15
* Add all the existing helpers related features to the new basePratik Naik2009-05-231-4/+23
* Implemented layout conditions in new baseYehuda Katz + Carl Lerche2009-05-211-3/+22
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-1/+6
* Ported simple benchmarking in new baseYehuda Katz + Carl Lerche2009-05-182-0/+29
* Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-152-14/+17
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-142-1/+5
|\
| * Minimal base/new_base comparisonJeremy Kemper2009-05-142-3/+7
* | Got new base to pass controller/base_test.rb, implemented method_missing acti...Yehuda Katz + Carl Lerche2009-05-142-2/+41
* | Cleaning up more render testsYehuda Katz + Carl Lerche2009-05-141-0/+9
|/
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-123-17/+24
* Fixed new callbacks to not call the action when a callback sets the response ...Yehuda Katz + Carl Lerche2009-05-121-1/+1
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-115-14/+24
|\
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-117-44/+50
| * Whitespace!Joshua Peek2009-05-077-50/+44
| * Prefer "included" language over "setup"Joshua Peek2009-05-074-12/+15
| * Make module dependency DSL opt inJoshua Peek2009-05-074-2/+9
* | Don't run the action if callbacks are halted.Yehuda Katz + Carl Lerche2009-05-111-1/+1
* | More community code review :)Yehuda Katz2009-05-113-12/+4
* | Add support for stripping "layouts/" from the layout name Yehuda Katz + Carl Lerche2009-05-011-0/+3
* | Modify new_base to use String action_names for back-compatYehuda Katz + Carl Lerche2009-05-012-6/+6
* | Ported over the concept of public instance methods on controller child classe...Yehuda Katz + Carl Lerche2009-05-011-7/+41
* | Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-012-3/+14