aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Ported over render :template testsYehuda Katz + Carl Lerche2009-05-012-3/+1
* | Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-0/+13
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-012-2/+5
|/
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-222-3/+3
* Rack::Utils.body_to_s doesn't exist in 1.0Jeremy Kemper2009-04-221-1/+13
* Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...Jeremy Kemper2009-04-211-1/+11
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-171-3/+3
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-13/+21
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-6/+18
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-075-40/+33
* In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-11/+31
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+36
* Finished implementing layout for render :textCarl Lerche2009-03-231-3/+5
* Working on being able to render :text with layoutsCarl Lerche2009-03-231-1/+1
* Get very basic layouts working.Yehuda Katz2009-03-192-20/+34
* Started implementing render :actionYehuda Katz2009-03-191-2/+2
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-1/+5
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-172-1/+14
* memoize correctly ;)Yehuda Katz2009-03-031-2/+5
* Helpers with an initial testYehuda Katz2009-03-032-0/+58