| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge pull request #19130 from yui-knk/fix/active_support_core_extensions2 | Yves Senn | 2015-02-28 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Fix to comment | yui-knk | 2015-03-01 | 1 | -1/+1 |
* | | [ci skip] Fix to String | yui-knk | 2015-03-01 | 1 | -1/+1 |
|/ |
|
* | :nailcare: | Akira Matsuda | 2015-02-26 | 1 | -1/+1 |
* | remove reference to `Logger` core extensions from guide [ci skip] | yuuji.yaginuma | 2015-01-18 | 1 | -44/+0 |
* | Removed documentation of deprecated removed methods [ci skip] | Vipul A M | 2015-01-17 | 1 | -18/+2 |
* | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
* | Deprecate `MissingSourceFile` in favor of `LoadError`. | Rafael Mendonça França | 2015-01-02 | 1 | -3/+3 |
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
* | [ci skip] remove references to `Numeric#from_now` | yuuji.yaginuma | 2014-12-03 | 1 | -18/+0 |
* | Remove a reference to Ruby 1.9 in Guides | claudiob | 2014-11-28 | 1 | -1/+1 |
* | Minor English fixes in docs [ci skip] | George Millo | 2014-11-17 | 1 | -1/+1 |
* | The code was not up-to-date | Akira Matsuda | 2014-10-25 | 1 | -9/+7 |
* | As of Unicode 6.3, Mongolian Vowel Separator is not whitespace | Matthew Draper | 2014-09-15 | 1 | -1/+1 |
* | :scissors: and from #16803 [ci skip] | Zachary Scott | 2014-09-04 | 1 | -1/+1 |
* | Document that method objects are not `duplicable?` | Peter Jaros | 2014-09-04 | 1 | -1/+1 |
* | copy edit AS core ext changes [ci skip] | Vijay Dev | 2014-09-03 | 1 | -10/+9 |
* | [ci skip] document truncate_words | Rashmi Yadav | 2014-08-24 | 1 | -0/+33 |
* | [ci skip ]Document transform_values && transform_values! | Rashmi Yadav | 2014-08-23 | 1 | -0/+14 |
* | Merge pull request #16097 from nishantmodak/correct_md | Zachary Scott | 2014-07-08 | 1 | -2/+2 |
|\ |
|
| * | correct markdown usage [ci skip] | Nishant Modak | 2014-07-09 | 1 | -2/+2 |
* | | Only reference time specific methods in the time section [ci skip] | Sean Griffin | 2014-07-05 | 1 | -2/+2 |
* | | Remove *all* references to `Time.yesterday` [ci skip] | Sean Griffin | 2014-07-05 | 1 | -1/+1 |
* | | `Time.today` -> `Date.today` in guides. [ci skip] | Sean Griffin | 2014-07-05 | 1 | -1/+1 |
|/ |
|
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -2/+2 |
* | Replace first person point of view on guides. | Hendy Tanata | 2014-05-16 | 1 | -3/+3 |
* | Remove falsy deprecation note in AS guides [ci skip] | Genadi Samokovarov | 2014-05-13 | 1 | -1/+1 |
* | typo [ci skip] | Xavier Noria | 2014-05-06 | 1 | -1/+1 |
* | several enhancements to humanize [closes #12288] | Xavier Noria | 2014-05-06 | 1 | -7/+22 |
* | [ci skip] builtin -> built-in | Akshay Vishnoi | 2014-04-20 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-04-18 | 1 | -3/+3 |
|\ |
|
| * | Use path where extensions are defined, not used | Steven Harman | 2014-04-11 | 1 | -3/+3 |
* | | Add more test case for #demodulize, Improve documentation | Akshay Vishnoi | 2014-04-11 | 1 | -0/+3 |
* | | [ci skip] Remove false documentation | Akshay Vishnoi | 2014-04-11 | 1 | -14/+1 |
|/ |
|
* | Improve collision explanation for Hash#transform_keys. | Hendy Tanata | 2014-02-28 | 1 | -3/+3 |