| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Fix assignment for frozen value in HWIA | Aditya Kapoor | 2015-01-17 | 1 | -0/+7 |
* | | Add missing time zone definitions for Russian Federation | Andrey Novikov | 2015-01-13 | 1 | -0/+5 |
* | | formatting pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-01-10 | 1 | -1/+3 |
* | | Add SecureRandom.base58 | Guillermo Iguaran | 2015-01-09 | 1 | -0/+4 |
* | | Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for D... | George Claghorn | 2015-01-06 | 1 | -0/+5 |
* | | Add same_time option to #prev_week and #next_week for Date, Time, and DateTime | George Claghorn | 2015-01-06 | 1 | -0/+5 |
* | | Add #on_weekend?, #next_weekday, and #prev_weekday methods to Date, Time, and... | George Claghorn | 2015-01-06 | 1 | -0/+14 |
* | | Change the default test order from `:sorted` to `:random` | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | | Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError. | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | | Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string= | Rafael Mendonça França | 2015-01-04 | 1 | -0/+5 |
* | | Remove deprecated `ActiveSupport::SafeBuffer#prepend` | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | | Remove deprecated methods at `Kernel`. | Rafael Mendonça França | 2015-01-04 | 1 | -0/+6 |
* | | Remove deprecated core_ext/big_decimal/yaml_conversions file | Rafael Mendonça França | 2015-01-04 | 1 | -0/+5 |
* | | Remove deprecated ActiveSupport::Cache::Store.instrument | Rafael Mendonça França | 2015-01-04 | 1 | -1/+5 |
* | | Add config to halt callback chain on return false | claudiob | 2015-01-02 | 1 | -6/+27 |
* | | Deprecate `false` as the way to halt AS callbacks | claudiob | 2015-01-02 | 1 | -0/+8 |
* | | Throw :abort halts default CallbackChains | claudiob | 2015-01-02 | 1 | -0/+12 |
* | | Deprecate `MissingSourceFile` in favor of `LoadError`. | Rafael Mendonça França | 2015-01-02 | 1 | -0/+7 |
* | | Changelog edits [ci skip] | Robin Dupret | 2014-12-31 | 1 | -4/+10 |
* | | cleanup CHANGELOGs. [ci skip] | Yves Senn | 2014-12-23 | 1 | -1/+1 |
* | | Add class level case operator support for error dispatching in Rescuable | Genadi Samokovarov | 2014-12-10 | 1 | -0/+16 |
* | | Fix MessageVerifier's #verified in CHANGELOG | claudiob | 2014-12-04 | 1 | -4/+4 |
* | | Add `#verified` and `#valid_message?` to MessageVerifier | Logan Leger | 2014-12-01 | 1 | -0/+8 |
* | | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -388/+1 |
* | | dependencies.rb: keep the decorated #load and #require private [closes #17553] | Xavier Noria | 2014-11-10 | 1 | -0/+6 |
* | | docs, synchronize 4.2. release notes. [ci skip] | Yves Senn | 2014-11-06 | 1 | -3/+3 |
* | | Merge pull request #17383 from rwz/string-remove | Rafael Mendonça França | 2014-11-03 | 1 | -0/+4 |
|\ \ |
|
| * | | Make `String#remove` and `String#remove!` accept multiple arguments | Pavel Pravosud | 2014-10-25 | 1 | -0/+4 |
* | | | Optimize TimeWithZoneTest#strftime | Pablo Herrero | 2014-10-27 | 1 | -0/+5 |
|/ / |
|
* | | Update CHANGELOG and release notes for e98f2a7 | Godfrey Chan | 2014-10-22 | 1 | -2/+2 |
* | | some changelog formatting. [ci skip] | Yves Senn | 2014-10-16 | 1 | -8/+8 |