aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-2/+7
* Revert "Merge pull request #10034 from benofsky/fix_skipping_object_callback_...Rafael Mendonça França2013-04-041-17/+0
* Merge pull request #10034 from benofsky/fix_skipping_object_callback_filtersRafael Mendonça França2013-04-041-0/+17
|\
| * Fixes skipping object callback filtersBen McRedmond2013-04-041-0/+17
* | Further simplify enumerable group_by testCarlos Antonio da Silva2013-04-041-3/+1
* | Replaced inject with mapAnupam Choudhury2013-04-041-2/+2
* | Removed unused comma after loop variableAnupam Choudhury2013-04-041-1/+1
* | Added missing assertAnupam Choudhury2013-04-026-25/+37
|/
* fix some typos in ASVipul A M2013-03-302-13/+13
* determine_constant_from_test_name does not swallow NoMethodErrors [Yves Senn]Xavier Noria2013-03-281-0/+10
* Merge pull request #9523 from stopdropandrew/Instrumenter#instrument-yields-p...Rafael Mendonça França2013-03-272-1/+9
|\
| * ActiveSupport::Notifications::Instrumenter#instrument should yieldstopdropandrew2013-03-022-1/+9
* | Fix warning: mismatched indentatmmismatched indentations at 'end' with 'def'kennyj2013-03-191-1/+1
* | Merge branch 'master-sec'Aaron Patterson2013-03-184-2/+39
|\ \
| * | JDOM XXE Protection [CVE-2013-1856]Ben Murphy2013-03-154-2/+39
| |/
* | Merge pull request #9774 from senny/9772_reraise_no_method_error_in_proper_co...Andrew White2013-03-181-0/+8
|\ \
| * | `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+8
* | | fix repeat of test; remove unused variable by use of each_keyVipul A M2013-03-182-2/+2
|/ /
* | Merge pull request #9757 from vipulnsward/remove_message_paramCarlos Antonio da Silva2013-03-171-1/+1
|\ \
| * | remove unused parameter passed to assert_query_equal methodVipul A M2013-03-171-1/+1
* | | refactor test to drop unnecessary hash creation, test directly insteadVipul A M2013-03-171-16/+10
|/ /
* | 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