aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller
Commit message (Expand)AuthorAgeFilesLines
* Refactor ActionController to use find_template and template_exists?Yehuda Katz + Carl Lerche2009-09-031-2/+2
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-264-81/+126
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-072-3/+3
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-073-6/+6
* Move AbstractController to a top-level componentYehuda Katz2009-08-061-1/+1
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-1/+1
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-152-14/+0
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-092-4/+4
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-084-43/+43
* Further cleaning up new callbacksYehuda Katz2009-06-021-1/+1
* Simplify callbacks to use less metaprogrammingYehuda Katz2009-06-021-1/+1
* Merge branch 'master' of git@github.com:rails/railsJeremy Kemper2009-05-181-4/+3
|\
| * Refactored AbstractController to provide better hook points for overriding as...Yehuda Katz + Carl Lerche2009-05-151-4/+3
* | Active Support dependenciesJeremy Kemper2009-05-141-0/+1
|/
* Cherry-pick core extensionsJeremy Kemper2009-05-131-2/+2
* Fixed new callbacks to not call the action when a callback sets the response ...Yehuda Katz + Carl Lerche2009-05-121-0/+19
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-115-8/+10
|\
| * Make module dependency DSL opt inJoshua Peek2009-05-072-4/+4
* | More community code review :)Yehuda Katz2009-05-114-31/+31
* | Renamed Base2 to Base and don't require old action_controller for new BaseYehuda Katz + Carl Lerche2009-05-011-11/+2
* | Starting to get new_base to run on old testsYehuda Katz + Carl Lerche2009-05-011-2/+5
* | Modify new_base to use String action_names for back-compatYehuda Katz + Carl Lerche2009-05-011-1/+1
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-012-14/+10
|/
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-2/+2
* Reinstate Base#render_to_string. Introduce AbstractController#render_to_strin...Jeremy Kemper2009-04-211-0/+18
* Rename render_to_string to render_to_body since it may return any Rack-compat...Jeremy Kemper2009-04-172-4/+4
* Get Base2 layouts to work :)Yehuda Katz and Carl Lerche2009-04-071-2/+11
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-27/+92
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-074-7/+7
* In the middle of some refactoring... some fails due to changes in AbstractCon...Yehuda Katz and Carl Lerche2009-03-231-4/+98
* CheckpointYehuda Katz and Carl Lerche2009-03-232-0/+66
* Finished implementing layout for render :textCarl Lerche2009-03-232-2/+10
* Get very basic layouts working.Yehuda Katz2009-03-191-2/+14
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+70
* Move Abstract stuff to autoloadYehuda Katz2009-03-121-5/+6
* Helpers with an initial testYehuda Katz2009-03-035-41/+64
* Callbacks testYehuda Katz2009-02-271-0/+217
* AbstractController now supports layouts and renderingYehuda Katz2009-02-279-1/+108
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-242-0/+61