aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes multiple conditionsYehuda Katz2009-02-271-2/+2
* Add support for callbacksYehuda Katz2009-02-272-1/+43
* Initial hooksYehuda Katz2009-02-271-0/+5
* AbstractController now supports layouts and renderingYehuda Katz2009-02-274-10/+42
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-242-0/+48