aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/ / /
* | | Merge pull request #12080 from ShayDavidson/fix_datetime_partial_datesMatthew Draper2014-05-281-0/+14
|\ \ \
| * | | Fixed changelogShay Davidson2013-09-021-4/+12
| * | | Added partial days support to `DateTime`'s `advance` method.Shay Davidson2013-08-301-0/+4
* | | | Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arraysRafael Mendonça França2014-05-201-0/+7
|\ \ \ \
| * | | | Hash#deep_*_keys(!) recurse into nested arrays.OZAWA Sakuro2013-06-081-0/+7
* | | | | Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-201-0/+6
* | | | | Merge pull request #15037 from roccoblues/fix_duplicate_activesupport_subscri...Rafael Mendonça França2014-05-161-0/+5
|\ \ \ \ \
| * | | | | Fixed duplicate subscribers in ActiveSupport::SubscriberDennis Schoen2014-05-091-0/+5
* | | | | | formatting pass through CHANGELOGS. [ci skip]Yves Senn2014-05-161-1/+1
* | | | | | remove deprecation warningeileencodes2014-05-131-0/+4
* | | | | | Use block parameter rather than `$1` during `gsub!` so `ActiveSupport::SafeBu...Mark J. Titorenko2014-05-121-0/+9
* | | | | | Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-111-0/+6
|/ / / / /