| Commit message (Expand) | Author | Age | Files | Lines |
* | Missing dots [ci skip] (#29414) | Vipul A M | 2017-06-11 | 1 | -4/+4 |
* | Merge pull request #29268 from gsamokovarov/delegate-missing-to-guides | Vipul A M | 2017-06-11 | 1 | -0/+21 |
|\ |
|
| * | Document Module#delegate_missing_to in the guides | Genadi Samokovarov | 2017-06-11 | 1 | -0/+21 |
* | | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 1 | -5/+3 |
|/ |
|
* | Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect" | Kasper Timm Hansen | 2017-01-15 | 1 | -9/+1 |
* | Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip] | Koichi ITO | 2017-01-15 | 1 | -1/+9 |
* | [ci skip] Rejigger the dublicable? wording a bit. | Kasper Timm Hansen | 2016-12-29 | 1 | -9/+12 |
* | Update list of `duplicable?` objects in AS core_ext guide [ci skip] | utilum | 2016-12-23 | 1 | -17/+31 |
* | remove `alias_method_chain` from guide [ci skip] | yuuji.yaginuma | 2016-11-15 | 1 | -50/+0 |
* | [ci skip] Fix return values of Hash Extensions examples | Bruno Facca | 2016-10-20 | 1 | -4/+4 |
* | [ci skip] Simply formatting documents | Neodelf | 2016-09-06 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-08-02 | 1 | -1/+1 |
|\ |
|
| * | The `to_query` method on Array objects uses `key[] as the prefix, not `_key_[... | Prathamesh Sonpatki | 2016-07-10 | 1 | -1/+1 |
* | | define Range#match? if Ruby < 2.4 | Xavier Noria | 2016-07-22 | 1 | -0/+18 |
|/ |
|
* | [ci skip] When instance_reader is false, attribute can still be assigned by t... | Prathamesh Sonpatki | 2016-06-15 | 1 | -1/+2 |
* | remove deprecated `Module#qualified_const_` from guide [ci skip] | yuuji.yaginuma | 2016-05-23 | 1 | -71/+0 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -4/+3 |
* | Use consistent term [skip ci] | Erol Fornoles | 2016-05-08 | 1 | -1/+1 |
* | Remove log-related stuff from ActiveSupport::Dependencies | Aaron Ang | 2016-03-15 | 1 | -2/+0 |
* | Deprecate `Module.local_constants` | yui-knk | 2016-03-01 | 1 | -23/+0 |
* | [ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time a... | Chirag Aggarwal | 2016-02-17 | 1 | -1/+5 |
* | rename to 'second_to_last' and 'third_to_last' | Brian Christian | 2016-02-10 | 1 | -1/+1 |
* | allow Array.penultimate and Array.antepenultiate access methods | Brian Christian | 2016-02-09 | 1 | -1/+1 |
* | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 1 | -6/+8 |
* | ApplicationRecord documentation pass | Genadi Samokovarov | 2015-12-17 | 1 | -6/+6 |
* | Remove ActionController::TestCase from documentation | eileencodes | 2015-12-12 | 1 | -8/+8 |
* | Parameterize with options to preserve case of string | Swaathi K | 2015-11-07 | 1 | -0/+14 |
* | document `try!` in ActiveSupport core ext guide | Sean Linsley | 2015-11-04 | 1 | -0/+7 |
* | Fix minor typo from #20038 | Sean Griffin | 2015-10-20 | 1 | -2/+2 |
* | Merge pull request #20038 from imanel/numeric_prepend | Sean Griffin | 2015-10-20 | 1 | -11/+3 |
|\ |
|
| * | Unify behavior of all Numeric extensions and use Module.prepend instead of al... | Bernard Potocki | 2015-05-28 | 1 | -11/+3 |
* | | [ci skip] Fix typo in deep_dup docs | Eric Turner | 2015-10-12 | 1 | -1/+1 |
* | | fix `to_time` output in ActiveSupport guide. Since https://github.com/rails/r... | amitkumarsuroliya | 2015-09-20 | 1 | -3/+3 |
* | | Revert "[ci skip] Fix to `a, b or c` format" | Vijay Dev | 2015-08-24 | 1 | -1/+1 |
* | | [ci skip] Fix to `a, b or c` format | yui-knk | 2015-07-30 | 1 | -1/+1 |
* | | Fix core_text -> core_ext | Seiei Miyagi | 2015-06-08 | 1 | -1/+1 |
* | | Add missing NOTE for Time extensions' location | Pierre | 2015-06-07 | 1 | -0/+2 |
* | | Updating the guides for Enumerable#pluck | Kevin Deisz | 2015-05-28 | 1 | -0/+10 |
* | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-05-08 | 1 | -8/+8 |
|\ \
| |/
|/| |
|
| * | [ci skip] `deep_dup` is instance method of `Hash` | yui-knk | 2015-04-22 | 1 | -1/+1 |
| * | [ci skip] `deep_dup` is instance method of `Array` | yui-knk | 2015-04-21 | 1 | -1/+1 |
| * | [ci skip] Fix returned values of code sample | yui-knk | 2015-04-19 | 1 | -6/+6 |
* | | Merge pull request #19799 from yui-knk/fix/wrap_doc2 | Arthur Nogueira Neves | 2015-04-19 | 1 | -2/+2 |
|\ \ |
|
| * | | [ci skip] Fix docs and guide about 'Array.wrap' | yui-knk | 2015-04-19 | 1 | -2/+2 |
* | | | [ci skip] Replace `list` with `array` | yui-knk | 2015-04-18 | 1 | -1/+1 |
|/ / |
|
* / | [ci skip] Update code example of Enumerable#without | yui-knk | 2015-04-17 | 1 | -1/+1 |
|/ |
|
* | [ci skip] Remove Extensions to `Proc` chapter section | yui-knk | 2015-04-06 | 1 | -47/+0 |
* | [ci skip] Replace `reraised` with `not captured` | yui-knk | 2015-04-02 | 1 | -1/+1 |
* | Deprecate alias_method_chain in favour of Module#prepend | Kir Shatrov | 2015-03-22 | 1 | -2/+2 |
* | Add Enumerable#without | Todd Bealmear | 2015-03-01 | 1 | -0/+11 |