Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | 31 | -159/+273 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | 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 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Cleaned up generators tests using internal assertion helper | Ronak Jangir | 2015-08-20 | 1 | -2/+4 | |
| | |/ / / / / / / | ||||||
| * / / / / / / / | 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 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #21025 from ronakjangir47/asserts | Kasper Timm Hansen | 2015-08-13 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Added helper methods to stub any instance | Ronak Jangir | 2015-08-13 | 1 | -1/+5 | |
| * | | | | | | | | 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 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 | 1 | -1/+1 | |
| * | | | | | | | | | 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 | |
| * | | | | | | | | | [ci skip] Update Time#advance documentation with examples | Michael Stock | 2015-08-02 | 1 | -0/+6 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | String#freeze optimizations | schneems | 2015-07-30 | 2 | -2/+2 | |
| * | | | | | | | | Decrease allocations in transliterate | schneems | 2015-07-30 | 1 | -5/+13 | |
| * | | | | | | | | Decrease string allocations in apply_inflections | schneems | 2015-07-29 | 2 | -5/+36 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-07-28 | 1 | -1/+1 | |
| * | | | | | | | Add `:nodoc:` for internal testing methods [ci skip] | Robin Dupret | 2015-07-28 | 1 | -2/+2 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge pull request #20928 from matthewd/unload-interlock | Matthew Draper | 2015-07-24 | 3 | -34/+51 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Handle thread death during lock acquisition | Matthew Draper | 2015-07-21 | 1 | -4/+6 | |
| | * | | | | | | Adjust expectations around purpose/compatibility options | Matthew Draper | 2015-07-21 | 1 | -1/+1 | |
| | * | | | | | | Order of execution is only guaranteed if upgrading | Matthew Draper | 2015-07-21 | 1 | -1/+1 | |
| | * | | | | | | Fix ShareLock issues. | thedarkone | 2015-07-20 | 1 | -2/+2 | |
| | * | | | | | | We need stricter locking before we can unload | Matthew Draper | 2015-07-20 | 3 | -33/+48 | |
| * | | | | | | | Don't apply locking around basic #load / #require | Matthew Draper | 2015-07-23 | 1 | -6/+4 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix tests broken by previous commit | Sean Griffin | 2015-07-19 | 1 | -1/+1 | |
| * | | | | | | Merge pull request #20946 from schneems/schneems/let-it-go | Sean Griffin | 2015-07-19 | 8 | -20/+20 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Freeze string literals when not mutated. | schneems | 2015-07-19 | 8 | -20/+20 | |
| * | | | | | | | Merge pull request #20944 from repinel/fix-time-with-zone-eql | Kasper Timm Hansen | 2015-07-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime` | Roque Pinel | 2015-07-19 | 1 | -1/+1 | |
| * | | | | | | | Merge pull request #20839 from TheBlasfem/added_examples_dateandtime_calculat... | Sean Griffin | 2015-07-18 | 1 | -9/+34 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | added examples to DateAndTime::Calculations [ci skip] | Julio Lopez | 2015-07-18 | 1 | -9/+34 |