aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-234-14/+23
* 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
* | | defines a private require-hub active_support/railsXavier Noria2012-08-021-0/+9
* | | html_escape should escape single quotesSantiago Pastorino2012-07-312-5/+5
* | | Update activesupport/CHANGELOG.mdJosé Valim2012-07-311-0/+2
* | | Merge pull request #7197 from davidcelis/i18n_inflectorJosé Valim2012-07-315-21/+79
|\ \ \
| * | | Make ActiveSupport::Inflector locale aware and multilingualDavid Celis2012-07-305-21/+79
* | | | 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
* | | Don't test language-level exception messagesJohn Firebaugh2012-07-271-5/+1
* | | Add Object#try! with the old NoMethodError raising behaviorDavid Heinemeier Hansson2012-07-273-2/+40
* | | will now return nil instead of raise a NoMethodError if the receiving object...David Heinemeier Hansson2012-07-273-5/+10
* | | fix typo in documentationAnatoly Makarevich2012-07-261-1/+1