aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller/abstract_controller_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-191-245/+0
|
* All on one abstract_unitJoshua Peek2009-09-191-1/+1
|
* Merge abstract_controller/test_helper and new_base/test_helper since they ↵Joshua Peek2009-09-131-1/+1
| | | | are expected to run in the same testing sandbox
* 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 ↵Yehuda Katz2009-08-261-21/+32
| | | | | | Rack middleware. * This initial implementation is a bit hackish, but it uses a normal middleware API so it's future-proof when we improve the internals.
* Rename find_by_parts and find_by_parts? to find and exists?Yehuda Katz2009-08-071-2/+2
|
* Renamed presenter to renderer, added some documentation and defined its API.José Valim2009-08-071-3/+3
|
* Whoops, I guess we broke layouts ;)Yehuda Katz + Carl Lerche2009-06-151-5/+0
|
* Cleaning up and documenting AbstractController::LayoutsYehuda Katz + Carl Lerche2009-06-091-1/+1
|
* Writing comments to AbstractControllerYehuda Katz + Carl Lerche2009-06-081-12/+12
|
* Refactored AbstractController to provide better hook points for overriding ↵Yehuda Katz + Carl Lerche2009-05-151-4/+3
| | | | aspects of action dispatching
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | More community code review :)Yehuda Katz2009-05-111-10/+10
| |
* | 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-011-13/+9
|/
* Refactor ActionView::TemplateYehuda Katz + Carl Lerche2009-04-271-1/+1
| | | | | | | | ActionView::Template is now completely independent from template storage, which allows different back ends such as the database. ActionView::Template's only responsibility is to take in the template source (passed in from ActionView::Path), compile it, and render it.
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-2/+2
| | | | | | | | * Decouple from ActionController and ActionMailer * Bring back localization support. * Prepare to decouple templates from the filesystem. * Prepare to decouple localization from ActionView * Fix ActionMailer to take advantage of ActionView::Path
* Reinstate Base#render_to_string. Introduce ↵Jeremy Kemper2009-04-211-0/+18
| | | | AbstractController#render_to_string which stringifies render_to_body.
* Rename render_to_string to render_to_body since it may return any ↵Jeremy Kemper2009-04-171-2/+2
| | | | Rack-compatible body, not just strings
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-2/+2
|
* Finished implementing layout for render :textCarl Lerche2009-03-231-2/+6
|
* Get very basic layouts working.Yehuda Katz2009-03-191-2/+14
| | | * Required small architecture change
* Working toward getting a basic AbstractController frameworkYehuda Katz2009-03-171-0/+70
|
* Helpers with an initial testYehuda Katz2009-03-031-20/+1
|
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-1/+100
|
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+60