| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 | 4 | -34/+384 |
| |\ |
|
| | * | Small tweaks to mainly lock-ordering tests. | thedarkone | 2015-07-22 | 1 | -21/+58 |
| | * | Handle thread death during lock acquisition | Matthew Draper | 2015-07-21 | 2 | -4/+27 |
| | * | Adjust expectations around purpose/compatibility options | Matthew Draper | 2015-07-21 | 2 | -9/+36 |
| | * | Add some meta-assertions for the custom assertions | Matthew Draper | 2015-07-21 | 1 | -11/+63 |
| | * | Order of execution is only guaranteed if upgrading | Matthew Draper | 2015-07-21 | 2 | -2/+4 |
| | * | Fix ShareLock issues. | thedarkone | 2015-07-20 | 1 | -2/+2 |
| | * | Tests for AS::Concurrency::ShareLock. | thedarkone | 2015-07-20 | 1 | -0/+194 |
| | * | 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 | 3 | -1/+13 |
| |\ \
| | |/
| |/| |
|
| | * | Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime` | Roque Pinel | 2015-07-19 | 3 | -1/+13 |
| * | | 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 |
| * | | ActiveSupport::HashWithIndifferentAccess select and reject should return enum... | Bernard Potocki | 2015-07-17 | 3 | -0/+19 |
| * | | [skip ci] Lookup can be a noun but it is not a verb | Jon Atack | 2015-07-17 | 1 | -1/+2 |
| * | | Merge pull request #20887 from tgxworld/ar_callbacks | Rafael Mendonça França | 2015-07-15 | 1 | -3/+11 |
| |\ \ |
|
| | * | | Revert "Revert "Reduce allocations when running AR callbacks."" | Guo Xiang Tan | 2015-07-16 | 1 | -3/+11 |
| * | | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 3 | -16/+14 |
| |/ / |
|
| * | | Expand coverage of JSON gem tests | Godfrey Chan | 2015-07-11 | 1 | -16/+30 |
| * | | Expand the JSON test coverage for Struct and Hash (?!) | Godfrey Chan | 2015-07-11 | 1 | -1/+13 |
| * | | Add tests to ensure we don't interfere with json gem's output | Godfrey Chan | 2015-07-11 | 3 | -102/+160 |
* | | | [ci skip] Add missing `super` to the setup of the `ActiveSupport::LogSubscrib... | Lucas Mazza | 2015-08-14 | 1 | -0/+1 |
|/ / |
|
* | | fix class name typo [ci skip] | yuuji.yaginuma | 2015-07-11 | 1 | -1/+1 |
* | | Merge pull request #20838 from TheBlasfem/improve_duplicable_documentation | Kasper Timm Hansen | 2015-07-11 | 1 | -1/+5 |
|\ \ |
|
| * | | improve duplicable documentation [ci skip] | Julio Lopez | 2015-07-10 | 1 | -1/+5 |
| |/ |
|
* | | Require yaml for XML mini isolation test. | Kasper Timm Hansen | 2015-07-11 | 1 | -0/+1 |
* | | Merge pull request #17102 from matthewd/load-interlock | Aaron Patterson | 2015-07-10 | 3 | -34/+243 |
|\ \ |
|
| * | | Document ShareLock and the Interlock | Matthew Draper | 2015-07-09 | 3 | -9/+42 |
| * | | Rely on the load interlock for non-caching reloads, too | Matthew Draper | 2015-07-09 | 1 | -0/+10 |
| * | | Soften the lock requirements when eager_load is disabled | Matthew Draper | 2015-07-09 | 3 | -34/+200 |
* | | | Require yaml for time_zone isolation test. | Kasper Timm Hansen | 2015-07-11 | 1 | -0/+1 |
* | | | Add multiple expected calls to assert_called_with. | Kasper Timm Hansen | 2015-07-10 | 2 | -1/+13 |
* | | | Require yaml for time_with_zone isolation test | Prem Sichanugrist | 2015-07-10 | 1 | -0/+1 |
* | | | Reuse the same test for HWIA reverse_merge! | Rafael Mendonça França | 2015-07-10 | 1 | -3/+1 |
* | | | Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-proc | Rafael Mendonça França | 2015-07-10 | 4 | -13/+58 |
|\ \ \
| |_|/
|/| | |
|
| * | | test/hash: move lonely indifferent hash test | Simon Eskildsen | 2015-07-10 | 2 | -11/+6 |
| * | | active_support/indifferent_hash: dont raise on to_hash when default_proc raises | Simon Eskildsen | 2015-07-10 | 3 | -1/+22 |
| * | | active_support/indifferent_hash: fix cloning default_proc on dup | Simon Eskildsen | 2015-07-10 | 3 | -1/+30 |
* | | | Removed use of mocha in active_support | Ronak Jangir | 2015-07-10 | 8 | -65/+87 |
* | | | Merge pull request #20784 from kaspth/great-expectations | Kasper Timm Hansen | 2015-07-08 | 2 | -0/+121 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add method call assertions for internal use. | Kasper Timm Hansen | 2015-07-08 | 2 | -0/+121 |
| |/ |
|
* | | adding brackets to array in docs | Julio Lopez | 2015-07-07 | 1 | -1/+1 |
* | | Add to RDoc of OrderedOptions the bang info | Mauro George | 2015-07-06 | 1 | -0/+8 |
|/ |
|
* | remove bad test. | Aaron Patterson | 2015-06-25 | 1 | -4/+0 |