aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* fixes a regexpXavier Noria2012-08-291-1/+1
* detect circular constant autoloadingXavier Noria2012-08-281-4/+11
* fixes a bug in dependencies.rbXavier Noria2012-08-281-1/+1
* Remove unused variableRafael Mendonça França2012-08-261-1/+1
* Merge pull request #7029 from panthomakos/date-and-timeRafael Mendonça França2012-08-253-379/+218
|\
| * Refactored common date and time calculations.Pan Thomakos2012-08-043-379/+218
* | simplifies yet another regexpXavier Noria2012-08-251-1/+1
* | instead of returning $& if =~ succeeds, use String#[]Xavier Noria2012-08-251-1/+1
* | simplifies a regexpXavier Noria2012-08-251-1/+1
* | simplifies a regexpXavier Noria2012-08-241-1/+1
* | Revert "Use join without default separator"José Valim2012-08-231-2/+2
* | revises a brittle test in Active SupportXavier Noria2012-08-221-11/+21
* | Merge pull request #3578 from amatsuda/remove_j_alias_for_json_escapeRafael Mendonça França2012-08-211-7/+0
|\ \
| * | Remove j alias for ERB::Util.json_escapeAkira Matsuda2011-11-091-7/+0
* | | Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+2
* | | Make ActiveSupport::Autoload localJosé Valim2012-08-212-19/+44
* | | Revert "removes unused optional argument in AS::Dependencies::Loadable#load"Xavier Noria2012-08-201-1/+1
* | | removes unused optional argument in AS::Dependencies::Loadable#loadXavier Noria2012-08-201-1/+1
* | | removes the second argument of the AS const_missing hookXavier Noria2012-08-191-8/+22
* | | no need for AS::Dependencies.(hook!|unhook!) to return anything in particularXavier Noria2012-08-191-2/+0
* | | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-32/+21
* | | Evented notifications take priority over Timed notificationsEric Saxby2012-08-111-3/+3
* | | Ensure I18n format values always have precedence over defaultsCarlos Antonio da Silva2012-08-111-42/+40
* | | Fallback to :en locale instead of handling a constant with defaultsCarlos Antonio da Silva2012-08-112-25/+134
* | | Bring back changelog entries for Active SupportCarlos Antonio da Silva2012-08-111-2/+2
* | | Add back missing requireRafael Mendonça França2012-08-071-0/+1
* | | Fix the deprecation horizon. [ci skip]Rafael Mendonça França2012-08-071-1/+1
* | | Deprecate ActiveSupport::JSON::VariableErich Menge2012-08-071-0/+17
* | | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-072-0/+44
* | | Merge pull request #7272 from lexmag/string_inquirerRafael Mendonça França2012-08-061-6/+12
|\ \ \
| * | | Add AS::StringInquirer#respond_to? methodAleksey Magusev2012-08-061-6/+12
| | |/ | |/|
* | | let ruby decompose the tuples in the iteratorAaron Patterson2012-08-061-1/+1
* | | removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-064-11/+5
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-2/+5
|\ \
| * | update to_param docs [ci skip]Francesco Rodriguez2012-07-271-2/+5
* | | load active_support/deprecation in active_support/railsXavier Noria2012-08-021-0/+3
* | | load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-0/+3
* | | 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
* | | html_escape should escape single quotesSantiago Pastorino2012-07-311-3/+3
* | | Merge pull request #7197 from davidcelis/i18n_inflectorJosé Valim2012-07-314-20/+49
|\ \ \
| * | | Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-304-20/+49
* | | | Revert "DRY class_attribute code"José Valim2012-07-301-3/+6
* | | | added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+27
|/ / /
* | | DRY class_attribute codeAleksandr Zykov2012-07-291-6/+3
* | | Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-271-0/+14