aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_controller
Commit message (Collapse)AuthorAgeFilesLines
* Follow short name convention for test folder and just call it "abstract"Joshua Peek2009-09-1914-772/+0
|
* All on one abstract_unitJoshua Peek2009-09-194-4/+4
|
* Merge abstract_controller/test_helper and new_base/test_helper since they ↵Joshua Peek2009-09-135-29/+5
| | | | are expected to run in the same testing sandbox
* Need to declare optional dependencies from ASJoshua Peek2009-09-131-0/+3
|
* 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-264-81/+126
| | | | | | 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-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 ↵Yehuda Katz + Carl Lerche2009-05-151-4/+3
| | | | | | | | aspects of action dispatching
* | 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
| | | | body
* Merge branch 'master' into wip_abstract_controllerYehuda Katz + Carl Lerche2009-05-115-8/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 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
| | | | | | | | 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-172-4/+4
| | | | Rack-compatible body, not just strings
* 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 ↵Yehuda Katz and Carl Lerche2009-03-231-4/+98
| | | | AbstractController not yet reflected in ActionController tests
* 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
| | | * Required small architecture change
* 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