aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Revert "Merge pull request #8156 from fredwu/acronym_fix-master"Steve Klabnik2013-03-161-2/+0
* | | Fixed a bug where the inflector would replace camelCase strings and disregard...Fred Wu2013-03-171-0/+2
* | | Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-11/+0
* | | make new rails apps log to STDOUTTerence Lee2013-03-151-0/+11
* | | Add regression tests for #9678Andrew White2013-03-131-0/+16
* | | Merge pull request #9681 from vipulnsward/fix_typo_in_module_nameCarlos Antonio da Silva2013-03-124-7/+7
|\ \ \
| * | | Fix typo in DependenciesTestHelpers module nameVipul A M2013-03-124-7/+7
* | | | Cleanup tests for unused variablesVipul A M2013-03-112-3/+1
|/ / /
* / / Fixed tests for returning an instance of `Time` in the local system timezone.Paul Nikitochkin2013-03-101-5/+5
|/ /
* | Fix deletion of empty directories:Charles Jones2013-02-251-0/+12
* | Keep second fraction when DateTime#change is called.Chris Baynes2013-02-251-0/+3
* | Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility.stopdropandrew2013-02-241-0/+11
* | Move number_to_human test from AP to ASCarlos Antonio da Silva2013-02-221-0/+7
* | Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-213-0/+30
* | added compress options for gzipBeyond2013-02-101-0/+18
* | Merge pull request #9128 from jamesotron/iso8601-sub-second-accuracyJeremy Kemper2013-02-061-1/+1
|\ \
| * | Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...James Harton2013-01-311-1/+1
* | | Missing require extract_optionsAkira Matsuda2013-01-311-0/+1
|/ /
* | Merge pull request #8830 from antoinelyset/masterXavier Noria2013-01-281-3/+4
|\ \
| * | Improve String#squish whitespaces matchingAntoine Lyset2013-01-221-3/+4
* | | Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-2/+2
* | | Set Thread.abort_on_exception for the whole AS, AP, and AR testsAkira Matsuda + Koichi Sasada2013-01-241-0/+2
* | | Fix some wrong String extensions testsAkira Matsuda2013-01-231-7/+9
* | | Test String#dasherizeAkira Matsuda2013-01-231-0/+6
* | | Test that rescue_from accepts a class name in StringAkira Matsuda2013-01-231-2/+1
* | | Test Kernel#quietlyAkira Matsuda2013-01-231-0/+12
* | | Test try! with a blockAkira Matsuda2013-01-231-0/+4
* | | Test that DeprecatedConstantProxy does not warn when accessing its classAkira Matsuda2013-01-231-0/+1
* | | Missing AS::Deprecation::DeprecatedObjectProxy testAkira Matsuda2013-01-231-0/+5
* | | Test that a DateTime acts_like_dateAkira Matsuda2013-01-231-0/+4
|/ /
* | 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