aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rails.rb
Commit message (Collapse)AuthorAgeFilesLines
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-3/+6
|
* load active_support/concern in active_support/railsXavier Noria2012-08-021-0/+3
|
* load active_support/dependencies/autoload in active_support/railsXavier Noria2012-08-021-0/+3
|
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-0/+4
|
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-0/+2
|
* defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+9
This is a private place to put those AS features that are used by every component. Nowadays we cherry-pick individual files wherever they are used, but that it is not worth the effort for stuff that is going to be loaded for sure sooner or later, like blank?, autoload, concern, etc.