aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* fixes a regexpXavier Noria2012-08-291-1/+1
* CHANGELOGs are now per branchXavier Noria2012-08-281-1724/+1
* detect circular constant autoloadingXavier Noria2012-08-284-4/+27
* 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-257-848/+433
|\
| * Refactored common date and time calculations.Pan Thomakos2012-08-047-848/+433
* | 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
* | Merge pull request #7058 from frodsan/fix_as_random_testsRafael Mendonça França2012-08-244-14/+23
|\ \
| * | Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-234-14/+23
* | | simplifies a regexpXavier Noria2012-08-241-1/+1
|/ /
* | Revert "Use join without default separator"José Valim2012-08-232-2/+7
* | skip the memcache tests if the memcache server is not upAaron Patterson2012-08-222-48/+50
* | revises a brittle test in Active SupportXavier Noria2012-08-222-12/+22
* | Add CHANGELOG entry for #3578 [ci skip]Rafael Mendonça França2012-08-211-0/+6
* | 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-213-30/+45
* | | 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
* | | Add test to cover increment/decrement of non-existing key in MemCacheStoreGuillermo Iguaran2012-08-171-0/+2
* | | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-174-41/+34
* | | Evented notifications take priority over Timed notificationsEric Saxby2012-08-112-3/+23
* | | Sync CHANGELOGs [ci skip]Rafael Mendonça França2012-08-111-0/+27
* | | Ensure I18n format values always have precedence over defaultsCarlos Antonio da Silva2012-08-113-43/+47
* | | Fallback to :en locale instead of handling a constant with defaultsCarlos Antonio da Silva2012-08-115-28/+177
* | | Bring back changelog entries for Active SupportCarlos Antonio da Silva2012-08-112-2/+20
* | | Add html_escape note to CHANGELOGMark Turner2012-08-091-8/+1
* | | 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-073-0/+27
* | | defines String#indent [closes #7263] [Xavier Noria & Ace Suares]Xavier Noria2012-08-074-0/+102
* | | Merge pull request #7272 from lexmag/string_inquirerRafael Mendonça França2012-08-062-9/+23
|\ \ \
| * | | Add AS::StringInquirer#respond_to? methodAleksey Magusev2012-08-062-9/+23
| | |/ | |/|
* | | 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-065-13/+6
|/ /
* | 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