aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-161-3/+11
* | | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-133-16/+14
|/ /
* | Expand coverage of JSON gem testsGodfrey Chan2015-07-111-16/+30
* | Expand the JSON test coverage for Struct and Hash (?!)Godfrey Chan2015-07-111-1/+13
* | Add tests to ensure we don't interfere with json gem's outputGodfrey Chan2015-07-113-102/+160
* | fix class name typo [ci skip]yuuji.yaginuma2015-07-111-1/+1
* | Merge pull request #20838 from TheBlasfem/improve_duplicable_documentationKasper Timm Hansen2015-07-111-1/+5
|\ \
| * | improve duplicable documentation [ci skip]Julio Lopez2015-07-101-1/+5
| |/
* | Require yaml for XML mini isolation test.Kasper Timm Hansen2015-07-111-0/+1
* | Merge pull request #17102 from matthewd/load-interlockAaron Patterson2015-07-103-34/+243
|\ \
| * | Document ShareLock and the InterlockMatthew Draper2015-07-093-9/+42
| * | Rely on the load interlock for non-caching reloads, tooMatthew Draper2015-07-091-0/+10
| * | Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-093-34/+200
* | | Require yaml for time_zone isolation test.Kasper Timm Hansen2015-07-111-0/+1
* | | Add multiple expected calls to assert_called_with.Kasper Timm Hansen2015-07-102-1/+13
* | | Require yaml for time_with_zone isolation testPrem Sichanugrist2015-07-101-0/+1
* | | Reuse the same test for HWIA reverse_merge!Rafael Mendonça França2015-07-101-3/+1
* | | Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-procRafael Mendonça França2015-07-104-13/+58
|\ \ \ | |_|/ |/| |
| * | test/hash: move lonely indifferent hash testSimon Eskildsen2015-07-102-11/+6
| * | active_support/indifferent_hash: dont raise on to_hash when default_proc raisesSimon Eskildsen2015-07-103-1/+22
| * | active_support/indifferent_hash: fix cloning default_proc on dupSimon Eskildsen2015-07-103-1/+30
* | | Removed use of mocha in active_supportRonak Jangir2015-07-108-65/+87
* | | Merge pull request #20784 from kaspth/great-expectationsKasper Timm Hansen2015-07-082-0/+121
|\ \ \ | |_|/ |/| |
| * | Add method call assertions for internal use.Kasper Timm Hansen2015-07-082-0/+121
| |/
* | adding brackets to array in docsJulio Lopez2015-07-071-1/+1
* | Add to RDoc of OrderedOptions the bang infoMauro George2015-07-061-0/+8
|/
* remove bad test.Aaron Patterson2015-06-251-4/+0
* Merge pull request #20575 from prathamesh-sonpatki/doc-xml-disallowed-typesZachary Scott2015-06-181-1/+19
|\
| * Added documentation about passing custom disallowed types to Hash#from_xml [...Prathamesh Sonpatki2015-06-181-1/+19
* | enforce a depth limit on XML documentsAaron Patterson2015-06-163-10/+15
* | Escape HTML entities in JSON keysRafael Mendonça França2015-06-162-0/+11
* | Merge pull request #20440 from repinel/fix-message-verifier-encoding-issueMatthew Draper2015-06-162-1/+2
|\ \
| * | Fix the message verifier encoding issueRoque Pinel2015-06-142-1/+2
* | | Fix inflector test by using dup inflections when it needs to be changedRoque Pinel2015-06-151-86/+68
|/ /
* | Merge pull request #18365 from pocke/fix_datatime_compareAaron Patterson2015-06-123-1/+15
|\ \
| * | DateTime#<=> return nil when compare to the invalid String as Time.pocke2015-01-063-1/+15
* | | Merge pull request #20494 from knovoselic/active_support_concern_class_method...Rafael Mendonça França2015-06-122-1/+26
|\ \ \
| * | | Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classesKristijan Novoselic2015-06-122-1/+26
* | | | select the AR adapter through `bin/test`.Yves Senn2015-06-111-0/+1
* | | | use our runner (`bin/test`) for framework components.Yves Senn2015-06-111-0/+3
* | | | inline test runner check into `as/testing/autorun.rb`.Yves Senn2015-06-111-1/+8
| |_|/ |/| |
* | | Use block variable instead of globalRoque Pinel2015-06-091-1/+1
|/ /
* | Use block variable instead of globalRoque Pinel2015-06-081-1/+1
* | Merge pull request #19571 from kaspth/improve-runner-integrationYves Senn2015-06-082-0/+64
|\ \
| * | Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-042-0/+64
* | | Code fix in CHANGELOGAditya Sanghi2015-06-081-1/+1
* | | Merge pull request #20464 from ronakjangir47/active_support_stubbingArthur Nogueira Neves2015-06-0710-309/+366
|\ \ \
| * | | Removed mocha stubbing in active_supportRonak Jangir2015-06-0710-309/+366
* | | | A few documentation tweaks [ci skip]Robin Dupret2015-06-073-5/+5
|/ / /
* | | Merge pull request #20443 from teoljungberg/thoughtbot-capitalizationKasper Timm Hansen2015-06-051-1/+1
|\ \ \