aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | several enhancements to humanize [closes #12288]Xavier Noria2014-05-061-0/+12
* | | Improve CHANGELOG [ci skip]Rafael Mendonça França2014-05-041-2/+2
* | | [Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...Bogdan Gusiev2014-05-031-0/+11
* | | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-101-0/+34
|\ \ \
| * | | Fixed problem where `1.day.eql?(1.day)` is falseEmily Dobervich2014-04-081-0/+34
* | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+5
* | | | Make AS::SafeBuffer#prepend act like String#prependPavel Pravosud2014-03-311-0/+6
* | | | HashWithIndifferentAccess better respects #to_hashPeter Jaros2014-03-281-0/+7
* | | | Deprecate Class#superclass_delegating_accessorAkshay Vishnoi2014-03-201-0/+4
* | | | Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-141-0/+5
* | | | Revert "Merge pull request #14269 from arthurnn/expanded_key_array"Godfrey Chan2014-03-041-5/+0
* | | | Cache key should be different when is Array.Arthur Neves2014-03-031-0/+5
* | | | Return a hash rather than array from fetch_multiParker Selbert2014-02-261-0/+5
* | | | Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-633/+1
* | | | Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-241-2/+2
* | | | Introduce Concern#class_methods and Kernel#concernJeremy Kemper2014-02-231-0/+28
* | | | Move changelog entry to the top, fix examples indent [ci skip]Carlos Antonio da Silva2014-02-181-10/+10
* | | | Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-181-0/+12
* | | | time helpers honor the application time zone when passed a dateXavier Noria2014-02-181-0/+4
* | | | Fix tidy_bytes for JRubyJustin Coyne2014-02-101-0/+7