| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Merge pull request #20575 from prathamesh-sonpatki/doc-xml-disallowed-types | Zachary Scott | 2015-06-18 | 1 | -1/+19 |
|\ |
|
| * | Added documentation about passing custom disallowed types to Hash#from_xml [... | Prathamesh Sonpatki | 2015-06-18 | 1 | -1/+19 |
* | | enforce a depth limit on XML documents | Aaron Patterson | 2015-06-16 | 3 | -10/+15 |
* | | Escape HTML entities in JSON keys | Rafael Mendonça França | 2015-06-16 | 2 | -0/+11 |
* | | Merge pull request #20440 from repinel/fix-message-verifier-encoding-issue | Matthew Draper | 2015-06-16 | 2 | -1/+2 |
|\ \ |
|
| * | | Fix the message verifier encoding issue | Roque Pinel | 2015-06-14 | 2 | -1/+2 |
* | | | Fix inflector test by using dup inflections when it needs to be changed | Roque Pinel | 2015-06-15 | 1 | -86/+68 |
|/ / |
|
* | | Merge pull request #18365 from pocke/fix_datatime_compare | Aaron Patterson | 2015-06-12 | 3 | -1/+15 |
|\ \ |
|
| * | | DateTime#<=> return nil when compare to the invalid String as Time. | pocke | 2015-01-06 | 3 | -1/+15 |
* | | | Merge pull request #20494 from knovoselic/active_support_concern_class_method... | Rafael Mendonça França | 2015-06-12 | 2 | -1/+26 |
|\ \ \ |
|
| * | | | Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classes | Kristijan Novoselic | 2015-06-12 | 2 | -1/+26 |
* | | | | select the AR adapter through `bin/test`. | Yves Senn | 2015-06-11 | 1 | -0/+1 |
* | | | | use our runner (`bin/test`) for framework components. | Yves Senn | 2015-06-11 | 1 | -0/+3 |
* | | | | inline test runner check into `as/testing/autorun.rb`. | Yves Senn | 2015-06-11 | 1 | -1/+8 |
| |_|/
|/| | |
|
* | | | Use block variable instead of global | Roque Pinel | 2015-06-09 | 1 | -1/+1 |
|/ / |
|
* | | Use block variable instead of global | Roque Pinel | 2015-06-08 | 1 | -1/+1 |
* | | Merge pull request #19571 from kaspth/improve-runner-integration | Yves Senn | 2015-06-08 | 2 | -0/+64 |
|\ \ |
|
| * | | Improve test runner's Minitest integration. | Kasper Timm Hansen | 2015-06-04 | 2 | -0/+64 |
* | | | Code fix in CHANGELOG | Aditya Sanghi | 2015-06-08 | 1 | -1/+1 |
* | | | Merge pull request #20464 from ronakjangir47/active_support_stubbing | Arthur Nogueira Neves | 2015-06-07 | 10 | -309/+366 |
|\ \ \ |
|