aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove dead file_watcher codeGregory Ostermayr2014-08-071-36/+0
* | | Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-1/+3
* | | Fix AS docs / changelog with wrong method [ci skip]Carlos Antonio da Silva2014-08-051-1/+1
* | | Update itself.rb [ci skip]Jon Atack2014-08-051-1/+1
* | | Only define Objetc#itself when it is not definedRafael Mendonça França2014-08-041-8/+10
* | | Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-012-3/+3
* | | Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-012-0/+11
* | | Avoid creating an extra hashCarlos Antonio da Silva2014-07-311-2/+2
* | | Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* | | Merge pull request #16352 from gchan/remove-unnecessary-convert-keyCarlos Antonio da Silva2014-07-301-2/+2
|\ \ \
| * | | Removed unnecessary call to 'convert_key' in 'HashWithIndifferentAccess#to_hash'Gordon Chan2014-07-311-2/+2
* | | | Prevent using String#scrub on RubiniusRobin Dupret2014-07-301-1/+2
* | | | Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"Santiago Pastorino2014-07-301-0/+2
|/ / /
* / / Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-2/+15
|/ /
* | Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-3/+3
* | Merge pull request #15629 from akshay-vishnoi/test-to_paramRafael Mendonça França2014-07-282-66/+59
|\ \
| * | Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-202-66/+59
* | | 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
|\ \ \