| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #16357 from gchan/hwia-respects-to-hash-default | Sean Griffin | 2015-10-29 | 1 | -0/+6 |
|\ |
|
| * | `HashWithIndifferentAccess.new` respects the default value or proc on objects... | Gordon Chan | 2014-07-31 | 1 | -0/+6 |
* | | Change Integer#year to return a Fixnum instead of a Float to improve consistency | Konstantinos Rousis | 2015-10-22 | 1 | -0/+16 |
* | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escape | Sean Griffin | 2015-10-20 | 1 | -0/+9 |
|\ \ |
|
| * | | Handle invalid UTF-8 strings when HTML escaping | Grey Baker | 2015-06-08 | 1 | -0/+9 |
* | | | Update #20737 to address feedback | Sean Griffin | 2015-10-20 | 1 | -0/+5 |
* | | | Merge pull request #20872 from maxjacobson/more-humane-rounding | Sean Griffin | 2015-10-20 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Update the changelog for #20872 to be a bit less confusing | Sean Griffin | 2015-10-20 | 1 | -2/+2 |
| * | | | Round some numbers more humanely | Max Jacobson | 2015-07-26 | 1 | -0/+5 |
* | | | | Merge pull request #21953 from bdunne/fix_dep_warn | Matthew Draper | 2015-10-17 | 1 | -0/+5 |
* | | | | Merge pull request #21631 from RobinClowers/fix-cache-instrumentation | Jeremy Daer | 2015-10-09 | 1 | -0/+4 |
|\ \ \ \ |
|
* | | | | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -6/+3 |
* | | | | | Make `assert_difference` return the result of the yielded block. | Lucas Mazza | 2015-09-24 | 1 | -1/+12 |
* | | | | | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -9/+6 |
* | | | | | Short-circuit `blank?` on date and time values | Andrew White | 2015-09-21 | 1 | -0/+6 |
* | | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -0/+5 |
|/ / / / |
|
* | | | | Update Unicode Version to 8.0.0 | Anshul Sharma | 2015-09-04 | 1 | -0/+4 |
* | | | | No need CHANGELOG entry for #21421 [ci skip] | Rafael Mendonça França | 2015-09-01 | 1 | -6/+0 |
* | | | | ArrayInquirer to correctly find symbols or strings | Leigh Halliday | 2015-08-28 | 1 | -8/+14 |
* | | | | - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us... | Vipul A M | 2015-08-28 | 1 | -0/+10 |
* | | | | Deprecate :si prefix in number_to_human_size without replacement | Jean Boussier | 2015-08-10 | 1 | -0/+4 |
|/ / / |
|
* | | | Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime` | Roque Pinel | 2015-07-19 | 1 | -0/+8 |
* | | | ActiveSupport::HashWithIndifferentAccess select and reject should return enum... | Bernard Potocki | 2015-07-17 | 1 | -0/+7 |
* | | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -0/+5 |
* | | | fix class name typo [ci skip] | yuuji.yaginuma | 2015-07-11 | 1 | -1/+1 |
* | | | active_support/indifferent_hash: dont raise on to_hash when default_proc raises | Simon Eskildsen | 2015-07-10 | 1 | -0/+5 |
* | | | active_support/indifferent_hash: fix cloning default_proc on dup | Simon Eskildsen | 2015-07-10 | 1 | -0/+4 |
|/ / |
|
* | | Code fix in CHANGELOG | Aditya Sanghi | 2015-06-08 | 1 | -1/+1 |
* | | Fix a range of values for parameters of the Time#change | Nikolay Kondratyev | 2015-06-01 | 1 | -0/+4 |
* | | Add Enumerable#pluck. | Kevin Deisz | 2015-05-28 | 1 | -0/+7 |
* | | Merge pull request #20208 from gaurish/raise_on_missing_ordered_options | Rafael Mendonça França | 2015-05-26 | 1 | -0/+17 |
|\ \ |
|
| * | | Add bang version to OrderedOptions | Gaurish Sharma | 2015-05-23 | 1 | -0/+15 |
* | | | Merge pull request #16938 from akshay-vishnoi/remove-deprication | Yves Senn | 2015-05-26 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove `.superclass_delegating_accessor`. Refer #14271 | Akshay Vishnoi | 2015-05-24 | 1 | -0/+4 |
|/ / |
|
* | | add missing punctuation in changelog. [ci skip] | Yves Senn | 2015-05-20 | 1 | -2/+2 |
* | | Patch `Delegator` to work with `#try` | Nate Smith | 2015-05-19 | 1 | -0/+6 |
* | | Fix typos is CHANGELOG [ci skip] | karanarora | 2015-05-19 | 1 | -8/+8 |
* | | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -3/+5 |
* | | Add Integer#positive? and Integer#negative? query methods in the vein of Fixn... | David Heinemeier Hansson | 2015-05-13 | 1 | -0/+5 |
* | | Improve ActiveSupport::TimeWithZone conversion to YAML | Andrew White | 2015-04-22 | 1 | -0/+6 |
* | | Add ActiveSupport::TimeZone#strptime. | Paul A Jungwirth | 2015-04-22 | 1 | -0/+5 |
* | | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -1/+2 |
* | | Raise ArgumentError if an unrecognised callback is skipped | Iain Beeston | 2015-04-03 | 1 | -0/+5 |
* | | Revert "Remove Array#inquiry" | Rafael Mendonça França | 2015-03-30 | 1 | -1/+4 |
* | | Remove Array#inquiry | Rafael Mendonça França | 2015-03-27 | 1 | -4/+1 |
* | | Add ActiveSupport::ArrayInquirer and Array#inquiry | George Claghorn | 2015-03-24 | 1 | -0/+20 |
* | | Deprecate alias_method_chain in favour of Module#prepend | Kir Shatrov | 2015-03-22 | 1 | -0/+4 |
* | | Revert "Take DST into account when locating TimeZone from Numeric." | Andrew White | 2015-03-09 | 1 | -10/+0 |
* | | Remove a duplicated changelog entry [ci skip] | Robin Dupret | 2015-03-06 | 1 | -7/+0 |
* | | `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`. | Yves Senn | 2015-03-06 | 1 | -0/+7 |