aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | fixing :nodoc:s in AS::JSON::EncodingFrancesco Rodriguez2012-07-211-15/+48
* | | +"foo"+ doesn't generate code tag [ci skip]Rafael Mendonça França2012-07-211-1/+1
* | | Lets be consistent with whitespaces at documentationRafael Mendonça França2012-07-211-13/+13
|/ /
* | makes a pass over the API of ActiveSupport::HashWithIndifferentAccessXavier Noria2012-07-211-22/+70
* | Hash#fetch(fetch) is not the same as doing hash[key]Xavier Noria2012-07-211-1/+11
* | Use join without default separatorPiotr Niełacny2012-07-201-2/+2
* | Revert "Merge pull request #7084 from LTe/logger_default_separator"Aaron Patterson2012-07-182-14/+3
* | Don't use default separatorPiotr Niełacny2012-07-182-3/+14
* | Fix class_eval without __FILE__ and __LINE__.kennyj2012-07-181-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-151-5/+5
|\ \