aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8671 from xuanxu/fix_irregularXavier Noria2013-01-211-0/+1
|\
| * Inflector irregular singularize rulesJuanjo Bazán2013-01-011-0/+1
* | Use `DateTime.parse` inside `String#to_datetime`Andrew White2013-01-211-0/+6
* | Standardise the return value of `to_time`Andrew White2013-01-215-17/+63
* | Fix failing test about date.order translation valuesCarlos Antonio da Silva2013-01-191-1/+1
* | Test to allow Range including DateTime and DateTime::Infinitygsphanikumar2013-01-141-0/+6
* | extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-68/+0
* | adding start / finish on the instrumenter, adding tests for the classAaron Patterson2013-01-091-0/+50
* | Merge pull request #8859 from tehgeekmeister/masterVijay Dev2013-01-091-2/+2
|\ \
| * | s/messqage/message/ in message_encryptor_test.rbEzekiel Smithburg2013-01-091-2/+2
* | | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-6/+22
* | | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-22/+6
* | | CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.Jeremy Kemper2013-01-081-6/+22
|/ /
* | Namespace HashWithIndifferentAccessAkira Matsuda2013-01-071-1/+1
* | Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-062-14/+10
* | deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-053-20/+29
* | Better error message for String#to_dateKelly Stannard2013-01-041-0/+1
* | Remove assert_nothing_raisedRafael Mendonça França2013-01-036-67/+49
* | Added ability to compare date/time with infinitybUg2013-01-046-0/+126
|/
* Only call MiniTest.autorun if the dependecy is presentRafael Mendonça França2012-12-314-16/+12
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-312-3/+3
* Remove unneeded testsRafael Mendonça França2012-12-311-22/+0
* Add active_support/testing/autorunRafael Mendonça França2012-12-312-2/+2
* Test that assert_not returns true. Use assert_raises instead of doing begin/r...Jeremy Kemper2012-12-281-17/+7
* Introduce assert_not to replace 'assert !foo'Jeremy Kemper2012-12-281-0/+21
* rewrite order dependent test case. #8185Yves Senn2012-12-271-1/+2
* Make test logs easier to read.Jeremy Kemper2012-12-261-2/+1
* deprecation warning when BufferedLogger is instantiatedYves Senn2012-12-251-0/+8
* ActiveSupport::BufferedLogger can be subclassedYves Senn2012-12-251-0/+14
* minor grammar fixZoltan Kiss2012-12-241-1/+1
* silences "possibly useless use of :: in void context" warningsXavier Noria2012-12-241-7/+3
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-213-283/+0
* Merge pull request #8471 from kytrinyx/refactor-xml-to-hashSteve Klabnik2012-12-211-1/+1
|\
| * Refactor Hash.from_xml.Steve Klabnik + Katrina Owen2012-12-211-1/+1
* | Merge pull request #7376 from dmitriy-kiriyenko/fix-double-callback-in-same-s...Rafael Mendonça França2012-12-212-10/+62
|\ \
| * | Prevent callback from being set twice.Dmitriy Kiriyenko2012-12-202-10/+62
* | | Add ActiveSupport::Logger#silence that works the same as the old Logger#silen...David Heinemeier Hansson2012-12-211-0/+10
* | | AS::BasicObject can be inherited fromPavel Pravosud2012-12-151-0/+12
* | | Remove unicode character encoding from ActiveSupport::JSON.encodeBrett Carter2012-12-141-3/+16
|/ /
* | Backport thread-local variables from Ruby 2.0Rafael Mendonça França2012-12-111-0/+77
* | Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-114-29/+41
* | Beef up tests for String#in_time_zone and Date#in_time_zoneAndrew White2012-12-112-18/+128
* | Deprecate Date#to_time_in_current_zoneAndrew White2012-12-111-0/+8
* | Add String#in_time_zone methodAndrew White2012-12-111-24/+44
|/
* Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObjectFrancesco Rodriguez2012-12-071-2/+2
* silence warning: possibly useless use of a constant in void contextkennyj2012-12-061-3/+7
* Merge pull request #8393 from frodsan/fix_dependend_order_test_exampleCarlos Antonio da Silva2012-12-031-0/+3
|\
| * ensure original encoding doesnt changeFrancesco Rodriguez2012-12-011-0/+3
* | Only take the date parts from Time.zone.nowAndrew White2012-12-011-0/+7
|/
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-014-19/+195