| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
because it uses demodulize
|
| |
|
|
|
|
| |
uses constantize
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reachable?
|
| |
|
|
|
|
| |
underscore
|
|
|
|
| |
it uses singularize and a few others
|
|
|
|
| |
uses blank?
|
|
|
|
| |
because it uses acts_like?
|
|
|
|
| |
it uses acts_like?
|
|
|
|
| |
metaclass
|
|
|
|
| |
camelize
|
|
|
|
| |
active_support/core_ext/string/inflections in local_cache.rb because it uses underscore
|
|
|
|
| |
because it uses extract_options!
|
|
|
|
| |
ActiveSupport::Gzip
|
|
|
|
| |
assert_valid_keys
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
[#3636 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
|
|
|
| |
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
|
|
|
| |
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
|
|
|
|
|
|
|
| |
XmlMini backends
[#3641 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
| |
|
| |
|
| |
|
|
|
|
| |
remove it.
|
| |
|
| |
|
|
|
|
| |
returns nil [DHH/Colin Kelley]
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
this without the performance hit and make Fixnum safe by default.
|
|/ |
|
| |
|
| |
|