| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Take DST into account when locating TimeZone from Numeric. | Yasyf Mohamedali | 2015-03-03 | 1 | -0/+10 |
* | Add Enumerable#without | Todd Bealmear | 2015-03-01 | 1 | -0/+5 |
* | Fix a backtracking problem in String#truncate_words | Henrik Nygren | 2015-02-25 | 1 | -0/+5 |
* | some indenting and punctuation fixes. [ci skip] | Yves Senn | 2015-02-23 | 1 | -13/+14 |
* | Properly dump primitive-like AS::SafeBuffer strings as YAML | Godfrey Chan | 2015-02-11 | 1 | -0/+21 |
* | Merge pull request #12067 from jackxxu/keep_precision | Rafael Mendonça França | 2015-02-06 | 1 | -0/+4 |
|\ |
|
| * | Enable number_to_percentage to keep the number's precision by allowing :preci... | Jack Xu | 2013-08-28 | 1 | -0/+5 |
* | | Privatize config_accessor as with attr_accessor | Akira Matsuda | 2015-02-06 | 1 | -0/+4 |
* | | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now | Yuki Nishijima | 2015-02-03 | 1 | -0/+5 |
* | | introduce `ActiveSupport::Testing::FileFixtures`. | Yves Senn | 2015-01-28 | 1 | -0/+8 |
* | | Merge pull request #18709 from ianks/atomic-write | Yves Senn | 2015-01-28 | 1 | -0/+4 |