| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Unicode Version to 8.0.0 | Anshul Sharma | 2015-09-04 | 3 | -1/+5 |
* | docs, make `blank?` behavior clear. Closes #21468. [ci skip] | Yves Senn | 2015-09-02 | 1 | -2/+2 |
* | Merge pull request #21467 from yui-knk/doc/subscribe | Zachary Scott | 2015-09-02 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] Add description about which object | yui-knk | 2015-09-02 | 1 | -2/+2 |
* | | 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 | 3 | -11/+22 |
|/ |
|
* | Tiny documentation improvements [ci skip] | Robin Dupret | 2015-08-28 | 1 | -5/+6 |
* | - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us... | Vipul A M | 2015-08-28 | 4 | -2/+23 |
* | 10X speed improvements for AS::Dependencies.loadable_constants_for_path | Jean Boussier | 2015-08-27 | 1 | -5/+5 |
* | Merge pull request #21387 from ronakjangir47/remove_dup_minitest | Kasper Timm Hansen | 2015-08-26 | 1 | -2/+0 |
|\ |
|
| * | Removed duplicate requiring minitest/mock as it is already required in method... | Ronak Jangir | 2015-08-26 | 1 | -2/+0 |
* | | Fixed to_datetime docs [ci skip] | Ronak Jangir | 2015-08-26 | 1 | -2/+3 |
|/ |
|
* | Merge pull request #21257 from jdantonio/async-job | Kasper Timm Hansen | 2015-08-25 | 1 | -1/+1 |
|\ |
|
| * | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -1/+1 |
* | | Merge pull request #21281 from ronakjangir47/added_docs | Rafael Mendonça França | 2015-08-25 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | Added docs for TimeWithZone [ci skip] | Ronak Jangir | 2015-08-18 | 1 | -1/+10 |
* | | use `caller_locations` instead of `caller` | Aaron Patterson | 2015-08-24 | 2 | -3/+14 |
* | | minor documentation improvement [ci skip] | Sam Auciello | 2015-08-24 | 1 | -2/+2 |
* | | temp files are no more require | Gaurav Sharma | 2015-08-25 | 1 | -2/+0 |
* | | Merge branch 'master' of github.com:rails/rails | Vijay Dev | 2015-08-24 | 43 | -278/+884 |
|\ \ |
|
| * \ | Merge pull request #16245 from byroot/more-atomic-write | Matthew Draper | 2015-08-21 | 1 | -27/+29 |
| |\ \ |
|
| | * | | File renaming should be the last operation of an atomic write | Jean Boussier | 2015-08-20 | 1 | -27/+29 |
| * | | | Merge pull request #21300 from jonahb/cache | Yves Senn | 2015-08-20 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Correct cache store superclass in comment | Jonah Burke | 2015-08-19 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| * | | | Merge pull request #21279 from ronakjangir47/test_cleanup | Kasper Timm Hansen | 2015-08-20 | 2 | -2/+10 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Cleaned up generators tests using internal assertion helper | Ronak Jangir | 2015-08-20 | 2 | -2/+10 |
| | |/ |
|
| * / | Use == 0 instead of .zero? in #try | Jean Boussier | 2015-08-17 | 1 | -1/+1 |
| |/ |
|
| * | Replacing lambda with proc getting argument error because of it. | Ronak Jangir | 2015-08-17 | 2 | -1/+7 |
| * | Merge pull request #20647 from twalpole/method_source_dependency | Rafael Mendonça França | 2015-08-14 | 1 | -0/+1 |
| |\ |
|
| | * | Add method_source dependency to activesupport | Thomas Walpole | 2015-07-29 | 1 | -0/+1 |
| * | | Merge pull request #21025 from ronakjangir47/asserts | Kasper Timm Hansen | 2015-08-13 | 2 | -1/+18 |
| |\ \ |
|
| | * | | Added helper methods to stub any instance | Ronak Jangir | 2015-08-13 | 2 | -1/+18 |
| * | | | Merge pull request #21219 from repinel/assert-human-size-prefix-deprecated | Yves Senn | 2015-08-13 | 1 | -8/+10 |
| |\ \ \ |
|
| | * | | | Assert that the `:prefix` option of `number_to_human_size` is deprecated | Roque Pinel | 2015-08-12 | 1 | -8/+10 |
| * | | | | Merge pull request #21217 from myrridin/myrridin-documentation-updates | Zachary Scott | 2015-08-12 | 2 | -4/+4 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | [ci skip] Switch around a common idiom for readability | Thomas Hart II | 2015-08-05 | 2 | -4/+4 |
| | | |/
| | |/| |
|
| * | | | [ci skip] Fix rdoc markup | akihiro17 | 2015-08-12 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | :nodoc: internal class [ci skip] | Godfrey Chan | 2015-08-10 | 1 | -1/+1 |
| * | | Deprecate :si prefix in number_to_human_size without replacement | Jean Boussier | 2015-08-10 | 2 | -9/+15 |
| * | | Deprecate the :prefix option of `number_to_human_size` | Jean Boussier | 2015-08-10 | 2 | -2/+4 |
| * | | Merge pull request #21124 from kirs/feature/reload-i18n | Kasper Timm Hansen | 2015-08-10 | 1 | -2/+17 |
| |\ \ |
|
| | * | | Reload I18n locales in development | Kir Shatrov | 2015-08-10 | 1 | -2/+17 |
| * | | | Merge pull request #21173 from repinel/fix-callback-terminator-docs | Claudio B. | 2015-08-08 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | [ci skip] Fix the AS::Callbacks terminator docs | Roque Pinel | 2015-08-08 | 1 | -3/+3 |
| * | | | | replace each with each_key when only the key is needed | Aaron Lasseigne | 2015-08-08 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Regexp#=== is faster than String#=~ | schneems | 2015-08-07 | 1 | -1/+1 |
| * | | | Only invoke the default block for mattr_accessor once so that it does not cau... | Lachlan Sylvester | 2015-08-07 | 2 | -1/+7 |
| * | | | speed up code and avoid unnecessary MatchData objects | Aaron Lasseigne | 2015-08-06 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge pull request #21087 from vngrs/fix_hash_except_doc | Kasper Timm Hansen | 2015-08-03 | 1 | -8/+9 |
| |\ \ |
|
| | * | | Fix the documentation of Hash#except method [ci skip] | Mehmet Emin İNAÇ | 2015-08-03 | 1 | -8/+9 |