aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge pull request #21173 from repinel/fix-callback-terminator-docsClaudio B.2015-08-081-3/+3
| |\ \ \ \ \
| | * | | | | [ci skip] Fix the AS::Callbacks terminator docsRoque Pinel2015-08-081-3/+3
| * | | | | | replace each with each_key when only the key is neededAaron Lasseigne2015-08-081-1/+1
| |/ / / / /
| * | | | | Regexp#=== is faster than String#=~schneems2015-08-071-1/+1
| * | | | | Only invoke the default block for mattr_accessor once so that it does not cau...Lachlan Sylvester2015-08-072-1/+7
| * | | | | speed up code and avoid unnecessary MatchData objectsAaron Lasseigne2015-08-061-1/+1
| |/ / / /
| * | | | Merge pull request #21087 from vngrs/fix_hash_except_docKasper Timm Hansen2015-08-031-8/+9
| |\ \ \ \
| | * | | | Fix the documentation of Hash#except method [ci skip]Mehmet Emin İNAÇ2015-08-031-8/+9
| * | | | | [ci skip] Update Time#advance documentation with examplesMichael Stock2015-08-021-0/+6
| |/ / / /
| * | | | String#freeze optimizationsschneems2015-07-302-2/+2
| * | | | Decrease allocations in transliterateschneems2015-07-301-5/+13
| * | | | Decrease string allocations in apply_inflectionsschneems2015-07-292-5/+36
| |/ / /
| * | | Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
| * | | Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-2/+2
| * | | Merge pull request #20928 from matthewd/unload-interlockMatthew Draper2015-07-244-34/+384
| |\ \ \
| | * | | Small tweaks to mainly lock-ordering tests.thedarkone2015-07-221-21/+58
| | * | | Handle thread death during lock acquisitionMatthew Draper2015-07-212-4/+27
| | * | | Adjust expectations around purpose/compatibility optionsMatthew Draper2015-07-212-9/+36
| | * | | Add some meta-assertions for the custom assertionsMatthew Draper2015-07-211-11/+63
| | * | | Order of execution is only guaranteed if upgradingMatthew Draper2015-07-212-2/+4
| | * | | Fix ShareLock issues.thedarkone2015-07-201-2/+2
| | * | | Tests for AS::Concurrency::ShareLock.thedarkone2015-07-201-0/+194
| | * | | We need stricter locking before we can unloadMatthew Draper2015-07-203-33/+48
| * | | | Don't apply locking around basic #load / #requireMatthew Draper2015-07-231-6/+4
| |/ / /
| * | | Fix tests broken by previous commitSean Griffin2015-07-191-1/+1
| * | | Merge pull request #20946 from schneems/schneems/let-it-goSean Griffin2015-07-198-20/+20
| |\ \ \
| | * | | Freeze string literals when not mutated.schneems2015-07-198-20/+20
| * | | | Merge pull request #20944 from repinel/fix-time-with-zone-eqlKasper Timm Hansen2015-07-193-1/+13
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-193-1/+13
| * | | | Merge pull request #20839 from TheBlasfem/added_examples_dateandtime_calculat...Sean Griffin2015-07-181-9/+34
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | added examples to DateAndTime::Calculations [ci skip]Julio Lopez2015-07-181-9/+34
| * | | | ActiveSupport::HashWithIndifferentAccess select and reject should return enum...Bernard Potocki2015-07-173-0/+19
| * | | | [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+2
| | |_|/ | |/| |
| * | | Merge pull request #20887 from tgxworld/ar_callbacksRafael Mendonça França2015-07-151-3/+11
| |\ \ \
| | * | | 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
* | | | [ci skip] Add missing `super` to the setup of the `ActiveSupport::LogSubscrib...Lucas Mazza2015-08-141-0/+1
|/ / /
* | | 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