aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge pull request #20944 from repinel/fix-time-with-zone-eqlKasper Timm Hansen2015-07-191-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-191-1/+1
| * | | | | | | 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-171-0/+2
| * | | | | | | [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-131-16/+8
| |/ / / / / /
* / / / / / / [ci skip] Add missing `super` to the setup of the `ActiveSupport::LogSubscrib...Lucas Mazza2015-08-141-0/+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
| |/ / / / /
* | | | | | 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
* | | | | | | Add multiple expected calls to assert_called_with.Kasper Timm Hansen2015-07-101-1/+6
* | | | | | | Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-procRafael Mendonça França2015-07-101-2/+12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | active_support/indifferent_hash: dont raise on to_hash when default_proc raisesSimon Eskildsen2015-07-101-1/+3
| * | | | | | active_support/indifferent_hash: fix cloning default_proc on dupSimon Eskildsen2015-07-101-1/+9
* | | | | | | Merge pull request #20784 from kaspth/great-expectationsKasper Timm Hansen2015-07-081-0/+30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add method call assertions for internal use.Kasper Timm Hansen2015-07-081-0/+30
| |/ / / / /
* | | | | | adding brackets to array in docsJulio Lopez2015-07-071-1/+1
* | | | | | Add to RDoc of OrderedOptions the bang infoMauro George2015-07-061-0/+8
|/ / / / /
* | | | | 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-161-0/+4
* | | | | Fix the message verifier encoding issueRoque Pinel2015-06-141-1/+1
* | | | | Merge pull request #18365 from pocke/fix_datatime_compareAaron Patterson2015-06-121-1/+1
|\ \ \ \ \
| * | | | | DateTime#<=> return nil when compare to the invalid String as Time.pocke2015-01-061-1/+1
* | | | | | Merge pull request #20494 from knovoselic/active_support_concern_class_method...Rafael Mendonça França2015-06-121-1/+1
|\ \ \ \ \ \
| * | | | | | Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classesKristijan Novoselic2015-06-121-1/+1
* | | | | | | 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
* | | | | 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
|\ \ \ \ \
| * | | | | Fix `thoughtbot` capitalizationTeo Ljungberg2015-06-051-1/+1
* | | | | | Require active_support/duration.Jimmy Cuadra2015-06-041-0/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #20410 from schneems/schneems/boo-global-varsRafael Mendonça França2015-06-011-2/+2
|\ \ \ \ \
| * | | | | Use block variable instead of globalschneems2015-06-011-2/+2
* | | | | | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-011-2/+9
|\ \ \ \ \ \
| * | | | | | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-2/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-011-1/+1
|\ \ \ \ \ \
| * | | | | | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-1/+1
| | |/ / / / | |/| | | |
* / | | | | Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-011-1/+1
|/ / / / /
* / / / / Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...Roque Pinel2015-05-295-79/+89
|/ / / /