aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/abstract/logger.rb
Commit message (Collapse)AuthorAgeFilesLines
* Clean up AbstractController::Logger and write documentationYehuda Katz + Carl Lerche2009-06-091-4/+12
|
* 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-6/+6
| | | This reverts commit 0cac68d3bed3e6bf8ec2eb994858e4a179046941.
* Ported simple benchmarking in new baseYehuda Katz + Carl Lerche2009-05-181-0/+1
|
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-141-1/+3
|\ | | | | | | | | | | Conflicts: actionpack/lib/action_controller/abstract/base.rb actionpack/lib/action_controller/routing.rb
| * Minimal base/new_base comparisonJeremy Kemper2009-05-141-1/+3
| |
* | Got new base to pass controller/base_test.rb, implemented method_missing ↵Yehuda Katz + Carl Lerche2009-05-141-0/+33
|/ | | | action semantics in compatibility mode, and fixed a few action_missing bugs.
* Revert "Whitespace!"Yehuda Katz + Carl Lerche2009-05-111-1/+1
| | | | This reverts commit a747ab5b20b9d543e9d311070e3b720c761ae716.
* Whitespace!Joshua Peek2009-05-071-1/+1
|
* Prefer "included" language over "setup"Joshua Peek2009-05-071-1/+1
|
* Make module dependency DSL opt inJoshua Peek2009-05-071-0/+2
|
* Add depends_on, use, and setup to abstract up ideas about module inheritance.Yehuda Katz and Carl Lerche2009-04-071-2/+2
|
* AbstractController now supports layouts and renderingYehuda Katz2009-02-271-0/+7