aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/renderer.rb
Commit message (Collapse)AuthorAgeFilesLines
* Write documentation for AbstractController::HelpersYehuda Katz + Carl Lerche2009-06-091-0/+3
|
* More documentation work on AbstractControllerYehuda Katz + Carl Lerche2009-06-081-8/+61
| | | This is still not completely done and there might be pointers to things that don't exist yet.
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
|
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ↵Joshua Peek2009-05-281-1/+1
| | | | "included" block DSL into separate modules. But, unify both approaches under AS::Concern.
* Revert "Revert "Whitespace!""Joshua Peek2009-05-281-12/+12
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Get controller/view_paths_test.rb to pass on new baseCarl Lerche2009-05-261-0/+4
|
* Cleaned up the #render_to_body chain by extracting determining the templates ↵Yehuda Katz + Carl Lerche2009-05-221-9/+15
| | | | to render to a separate hook point.
* Implemented redirects and partial rendering in new base.Yehuda Katz + Carl Lerche2009-05-121-16/+13
|
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-111-5/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-9/+10
| | | | | | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716.
| * Whitespace!Joshua Peek2009-05-071-10/+9
| |
| * Prefer "included" language over "setup"Joshua Peek2009-05-071-5/+5
| |
| * Make module dependency DSL opt inJoshua Peek2009-05-071-0/+2
| |
* | More community code review :)Yehuda Katz2009-05-111-2/+2
| |
* | Support implicit render and blank renderYehuda Katz + Carl Lerche2009-05-011-2/+2
| |
* | Ported over render :template testsYehuda Katz + Carl Lerche2009-05-011-1/+0
| |
* | Finished implementing render :text in Base2Yehuda Katz + Carl Lerche2009-05-011-0/+13
| |
* | OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-0/+2
|/
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-1/+1
| | | | | | | | * 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
* Rack::Utils.body_to_s doesn't exist in 1.0Jeremy Kemper2009-04-221-1/+13
|
* Reinstate Base#render_to_string. Introduce ↵Jeremy Kemper2009-04-211-1/+11
| | | | 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-3/+3
| | | | 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-12/+8
|
* 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-191-15/+32
| | | * Required small architecture change
* Started implementing render :actionYehuda Katz2009-03-191-2/+2
|
* Implemented basic template rendering in AC::Base2:Yehuda Katz2009-03-181-1/+5
| | | | | | | * Created several macros for writing simpler specs * Finished making Rack::Test work right * Implemented render_to_string * Status Codes * render :text => nil
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-6/+20
|
* First, very early, AbstractController code. More to comeYehuda Katz2009-02-241-0/+25