aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | Merge pull request #15379 from xuanxu/rational_precisionRafael Mendonça França2014-06-021-5/+1
|\ \ \
| * | | Fix AS::NumberHelper results with rationalsJuanjo Bazán2014-05-311-5/+1
* | | | Avoid looping through subscribers when unsubscribing with a subscriber object.Guo Xiang Tan2014-06-011-5/+10
* | | | Update documentation to reflect unsubscription with name.Guo Xiang Tan2014-06-012-4/+9
* | | | [ci skip] Correct output of Hash#symbolize_keysAkshay Vishnoi2014-05-311-2/+2
|/ / /
* | | [ci skip] Correct documentation of HashWithIndifferentAccess#dupAkshay Vishnoi2014-05-311-2/+2
* | | HashWithIndifferentAccess#dup doc [ci skip]James Blanding2014-05-301-1/+8
* | | Merge pull request #15313 from andreychernih/time-with-zone-string-conversion...Rafael Mendonça França2014-05-301-0/+8
|\ \ \
| * | | Speed-up TimeWithZone to String conversionAndrey Chernih2014-05-271-0/+8