aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/chained
Commit message (Collapse)AuthorAgeFilesLines
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-153-973/+0
|
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-1/+1
|
* AS::Concern includes InstanceMethods module if it existsJoshua Peek2009-05-291-6/+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.
* The FlashHash and friends causes a lot of needless session storing, when we ↵Johan Sörensen2009-05-281-33/+37
| | | | | | know for a fact that there's no content in the flash. By not storing the empty hash in the session we save a lot of communication with the various session backends, while still keeping the same interface to the flash. [#2703 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* ActionController::Flash::FlashHash.use now returns either the value ↵Niels Ganser2009-05-271-6/+5
| | | | | | corresponding to the passed key or itself when no key is passed [#1792 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Make ActionController::Flash work with new_basePratik Naik2009-05-211-22/+52
|
* Ported simple benchmarking in new baseYehuda Katz + Carl Lerche2009-05-181-1/+1
|
* Simplify filter_chain method implementation [#2327 state:resolved]Thomas E. Glasgow2009-05-171-6/+1
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Ported Rescuable to new baseYehuda Katz + Carl Lerche2009-05-151-1/+1
|
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+1
|
* Reorganize ActionController folder structureJoshua Peek2009-01-273-0/+950