aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12196 from h-lame/fix-activesupport-cache-filestore-cleanupRafael Mendonça França2013-09-121-0/+12
|\
| * Fix FileStore#cleanup to no longer rely on missing each_key methodMurray Steele2013-09-111-0/+12
* | Enabled quirks mode on JSON.parse, fixes broken test in af9caaeGodfrey Chan2013-09-121-1/+13
* | Replace JSON.load with JSON.parse, also removed the proc parameterGodfrey Chan2013-09-111-1/+14
* | Merge pull request #12200 from dchelimsky/simplify-duration-inspect-even-moreRafael Mendonça França2013-09-111-0/+3
|\ \ | |/ |/|
| * Reduce Duration#inspect to a single series of transformationsDavid Chelimsky2013-09-111-0/+3
* | Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-09-101-3/+3
* | Merge pull request #12173 from arunagw/fixes_reverted_by_revert_commitGuillermo Iguaran2013-09-101-2/+10
|\ \
| * | Fix order dependent testArun Agrawal2013-09-091-2/+10
* | | Removed unused modules and classesAnupam Choudhury2013-09-101-7/+0
* | | Removed unnecessary requireAnupam Choudhury2013-09-101-1/+0
|/ /
* / Ensure all-caps nested consts marked as autoloadedSimon Coffey2013-08-272-0/+12
|/
* Merge pull request #11932 from gaurish/skip-encoding-convertorRafael Mendonça França2013-08-212-0/+16
|\
| * Define jruby_skip to skip test on JRubyGaurish Sharma2013-08-211-0/+5
| * Skip few of the ActiveSupport'sinflector test on JRubyGaurish Sharma2013-08-211-0/+10
* | Skip tests involving $SAFE, it's not supported on Rubinius.Federico Ravasio2013-08-211-0/+2
* | Added method to skip tests on Rubinius to AS/abstract_unit.Federico Ravasio2013-08-211-0/+4
* | ensure freeze on Thread freezes localsNick Howard2013-08-191-0/+9
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-172-13/+5
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-172-13/+5
* | Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+5
* | renames the :abort deprecation behaviour to :raiseXavier Noria2013-08-131-3/+3
* | defines a new :abort deprecation behaviour that raisesXavier Noria2013-08-131-0/+16
* | Avoid defining multibyte method names in JSON decoding test for JRuby CompatGaurish Sharma2013-08-071-3/+4
* | Fix unused variable warningAndrew White2013-08-041-0/+1
* | Avoid calling define_method with non-english chars in InflectorTestGaurish Sharma2013-08-031-3/+4
* | Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-0/+8
* | Don't mutate the original inflections instance in the testsAndrew White2013-07-302-20/+22
* | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-293-0/+20
|\ \
| * | Added Time#middle_of_dayAnatoli Makarevich2013-07-283-0/+20
* | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-293-1/+10
* | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-0/+1
| |/ |/|
* | Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-07-261-3/+3
* | Fix order dependent testsAkira Matsuda2013-07-261-2/+10
* | Merge pull request #11546 from swoop-inc/ss_memory_store_cache_sizePiotr Sarnacki2013-07-221-2/+26
|\ \
| * | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-2/+26
* | | remove useless duplication in include testDamien Mathieu2013-07-221-4/+0
|/ /
* | remove duplication in testMarat Kazbekov2013-07-181-6/+0
* | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+27
* | Add failing test for #9562Andrew White2013-07-101-0/+5
* | Return local time for backwards compatibilityAndrew White2013-07-091-8/+25
* | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-0/+33
* | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-0/+4
* | Explicitly test for true and false.Jade Tucker2013-07-071-2/+2
* | Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-061-0/+6
* | Fixed test broken by local_constant_names Arun Agrawal2013-07-031-6/+0
* | Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-032-7/+0
* | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-55/+0
* | Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-021-6/+0
* | Remove deprecated `Date#to_time_in_current_zone`Vipul A M2013-07-021-7/+0