| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
find_template instead of find in views.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
lookup.
|
| |
|
|
|
|
| |
the class
|
| |
|
| |
|
| |
|
|
|
|
| |
status:resolved]
|
| |
|
| |
|
|
|
|
| |
docs I'm working on.
|
|
|
|
| |
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
configured _prefix.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and ActionController up to AbstractController.
|
| |
|
| |
|
|
|
|
| |
AbstractController and refactor AbstractController::Layouts.
|
| |
|
|
|
|
| |
ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
|
|
|
|
| |
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
|
| |
|
|
|
|
| |
works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency)
|
| |
|
| |
|
| |
|