aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Make HWIA copy the default proc too.Arthur Neves2014-07-241-0/+1
* Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-231-3/+1
* Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-5/+0
|\
| * Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-5/+0
* | Prefer to pass block when logging.Guo Xiang Tan2014-07-181-1/+1
* | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+24
|\ \
| * | Added truncate_words method to activesupport stringsroot2014-07-161-0/+21
|/ /
* | Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-152-47/+51
* | Deprecate reporting methods for silencing output as they aren't thread safeTom Meier2014-07-151-0/+10
* | Return an Enumerator if no block is givenErik Michaels-Ober2014-07-122-1/+5
* | Don't construct a Proc if no block is givenErik Michaels-Ober2014-07-121-1/+1
|/
* Fix ActiveSupport::Callbacks #set_callback docs.Nick Pellant2014-07-071-1/+1
* :fire: these are lambdas now [ci skip]Godfrey Chan2014-07-031-9/+2
* The hex escape sequence can be of any lengthGodfrey Chan2014-07-021-1/+1
* Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-1/+1
* `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-021-2/+2
* Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-292-0/+22
* Tiny documentation fixes [ci skip]Robin Dupret2014-06-291-1/+1
* Merge pull request #15943 from wagenet/cache-instrumentationRafael Mendonça França2014-06-271-11/+10
|\
| * Always instrument ActiveSupport::CachePeter Wagenet2014-06-271-11/+10
* | Update documentation for run_callbacksjamesprior2014-06-271-1/+2
* | Merge pull request #14247 from robin850/inflections-with-uncountablesRafael Mendonça França2014-06-261-1/+1
|\ \ | |/ |/|
| * Make the apply_inflections method case-sensitiveRobin Dupret2014-06-261-1/+1
* | :nodoc: our SecureRandom patches [ci skip]Godfrey Chan2014-06-261-4/+4
* | Merge pull request #15845 from robin850/jruby-isolationRafael Mendonça França2014-06-261-6/+16
|\ \ | |/ |/|
| * Make the isolated tests run on JRubyRobin Dupret2014-06-211-6/+16
* | docs, fix BacktraceCleaner code example. Closes #15911. [ci skip]Yves Senn2014-06-251-1/+1
* | Fix a bug where NameError#name returns a qualified name in stringYuki Nishijima2014-06-241-2/+2
|/
* Add regression test for NameError#nameArthur Neves2014-06-201-1/+1
* Make dependencies.rb add a name to NameErrorArthur Neves2014-06-201-4/+4
* Fix documentation from #15669 [ci skip]Zachary Scott2014-06-171-3/+5
* [ci skip] fix doc for the Hash#assert_valid_keysAditya Kapoor2014-06-171-3/+3
* Merge pull request #15680 from akshay-vishnoi/doc_changesSean Griffin2014-06-121-1/+1
|\
| * [ci skip] BigDecimal#duplicable? returns false in 1.9.xAkshay Vishnoi2014-06-131-1/+1
* | [ci skip] Correct output of #assert_notAkshay Vishnoi2014-06-121-1/+1
|/
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-114-0/+4
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-123-3/+0
* No need to require to_param, it is already required in to_query.rbAkshay Vishnoi2014-06-111-1/+0
* remove deprecated code. Rely on `describe` provided by minitestAaron Patterson2014-06-101-24/+0
* Merge pull request #15616 from apanzerj/fix_long_key_pathsRafael Mendonça França2014-06-101-0/+5
|\
| * fix error with long keys in ActiveSupport::Cache::FileStoreAdam Panzer2014-06-101-0/+5
* | [ci skip] Add Docs for strip_insignificant_zeros option in number helpersAkshay Vishnoi2014-06-101-8/+7
|/
* [ci skip] Correct output and use valid options of number helpersAkshay Vishnoi2014-06-101-2/+2
* Fix bug that make HashWithIndifferentAccess work differently of HashRafael Mendonça França2014-06-091-1/+1
* Merge pull request #15421 from gchan/time_with_zone_precisionMatthew Draper2014-06-051-1/+1
|\
| * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-301-1/+1
* | Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
* | drastically reduce object allocationsAaron Patterson2014-06-021-6/+13
* | reduce AS::SafeBuffer allocationsAaron Patterson2014-06-021-1/+2
* | concat is a hotspot (via AV#append=), so just directly define the methodsAaron Patterson2014-06-021-4/+6