aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14146 from chewi/fix-underscore-acronyms-regexMatthew Draper2014-10-041-0/+4
* fixes typo in AS CHANGELOG [ci skip]Xavier Noria2014-09-291-2/+2
* Delegation works with reserved words passed to `:to`Agis-2014-09-191-0/+6
* Merge pull request #16950 from akshay-vishnoi/docs-rails-4point2Abdelkader Boudih2014-09-171-4/+4
|\
| * Grammar correction in ActiveSupport CHANGELOG [ci skip]Akshay Vishnoi2014-09-181-4/+4
* | Merge pull request #16948 from akshay-vishnoi/docs-rails-4point2Rafael Mendonça França2014-09-171-20/+20
|\|
| * [ci skip] ActiveSupport CHANGELOG fixesAkshay Vishnoi2014-09-181-20/+20
* | Merge pull request #11794 from yoazt/duration-eqlRafael Mendonça França2014-09-171-0/+15
|\ \ | |/ |/|
| * Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`.Joost Lubach2013-08-071-0/+15
* | Time#change can now change nanoseconds (:nsec)Agis-2014-09-141-0/+5
* | MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-121-0/+5
* | Default to sorting user's test cases for nowGodfrey Chan2014-09-081-6/+6
* | Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-061-0/+7
* | Time#change throws exception with an out-of-range :usecAgis-2014-09-041-0/+5
* | Methods are not duplicable.Peter Jaros2014-09-031-0/+5
* | Merge pull request #16450 from tgxworld/dont_swallow_error_when_identifying_c...Yves Senn2014-09-021-0/+7
|\ \
* | | remove trailing whitespace. [ci skip]Yves Senn2014-09-021-2/+2
|/ /
* | We tenderized the wrong method! Object#try already had the yield option, just...David Heinemeier Hansson2014-08-291-9/+4
* | Use instance_eval on @tenderlove's suggestion :trollface:David Heinemeier Hansson2014-08-291-1/+1
* | Update examples to show real worthDavid Heinemeier Hansson2014-08-291-1/+10
* | Added yield to Object#presenceDavid Heinemeier Hansson2014-08-291-0/+6
* | Follow-up to #16560Robin Dupret2014-08-241-2/+3
* | Define the Duration#instance_of? methodRobin Dupret2014-08-181-1/+6
* | Fix rounding errors with #travel_to by resetting the usec on any passed time ...David Heinemeier Hansson2014-08-171-0/+5
* | Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* | CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fixAkira Matsuda2014-08-121-0/+6
* | Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-0/+4
* | Fix AS docs / changelog with wrong method [ci skip]Carlos Antonio da Silva2014-08-051-2/+2
* | Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-011-2/+2
* | Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-011-0/+6
* | Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-0/+5
* | Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-0/+7
* | Make HWIA copy the default proc too.Arthur Neves2014-07-241-0/+4
* | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+4
|\ \
| * | Added truncate_words method to activesupport stringsroot2014-07-161-0/+4
|/ /
* | Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-151-1/+1
* | Add CHANGELOG entry for #13392 [ci skip]Rafael Mendonça França2014-07-151-0/+7
* | `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-021-0/+7
* | Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-291-0/+5
* | Quick pass through Active Support and guides CHANGELOGRobin Dupret2014-06-291-0/+2
* | Merge pull request #15943 from wagenet/cache-instrumentationRafael Mendonça França2014-06-271-0/+7
|\ \
* | | Make the apply_inflections method case-sensitiveRobin Dupret2014-06-261-4/+9
|/ /
* | Make dependencies.rb add a name to NameErrorArthur Neves2014-06-201-0/+3
* | Formatting fix in AS changelog [ci skip]Juanjo Bazán2014-06-161-2/+5
* | fix error with long keys in ActiveSupport::Cache::FileStoreAdam Panzer2014-06-101-0/+3
* | Merge pull request #15421 from gchan/time_with_zone_precisionMatthew Draper2014-06-051-0/+20
|\ \
| * | Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-301-0/+20
* | | Fix AS::NumberHelper results with rationalsJuanjo Bazán2014-05-311-0/+13
* | | Tiny formatting fix in AS change log [ci skip]Robin Dupret2014-05-311-4/+4
* | | :scissors: removed deprecated `Numeric#ago` and friendsGodfrey Chan2014-05-301-0/+13
|/ /