aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+8
* 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
|/
* Fix typo in DependenciesTestHelpers module nameVipul A M2013-03-121-2/+2
* Fixed tests for returning an instance of `Time` in the local system timezone.Paul Nikitochkin2013-03-101-5/+5
* 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
* Added beginning_of_minute support to core_ext calculations for Time and DateTimeGagan Awhad2013-02-213-0/+30
* Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...James Harton2013-01-311-1/+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
* | Fix some wrong String extensions testsAkira Matsuda2013-01-231-7/+9
* | Test String#dasherizeAkira Matsuda2013-01-231-0/+6
* | Test Kernel#quietlyAkira Matsuda2013-01-231-0/+12
* | Test try! with a blockAkira Matsuda2013-01-231-0/+4
* | Test that a DateTime acts_like_dateAkira Matsuda2013-01-231-0/+4
|/
* 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
* Test to allow Range including DateTime and DateTime::Infinitygsphanikumar2013-01-141-0/+6
* 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-061-8/+6
* Better error message for String#to_dateKelly Stannard2013-01-041-0/+1
* Remove assert_nothing_raisedRafael Mendonça França2013-01-035-66/+48
* Added ability to compare date/time with infinitybUg2013-01-046-0/+126
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-2/+2
* 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
* | 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
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+124
* Add #seconds_until_end_of_day to DateTime and TimeOlek Janiszewski2012-11-292-0/+56
* Use Integer#div instead of Integer#/ to avoid side effects from mathnMarc-Andre Lafortune2012-11-161-0/+8
* backporting Struct#to_h from ruby 2.0Aaron Patterson2012-11-131-0/+10
* Test Hash#diff deprecation, also prevent deprecation message in AS testsNikita Afanasenko2012-11-111-1/+3
* Kernel#capture replaced by version which can catch output from subprocessesDmitry Vorotilin2012-11-011-0/+2
* Fix some assert_raise calls containing messages in Active SupportCarlos Antonio da Silva2012-10-281-6/+13
* Implement replace method so key? works correctly.David Graham2012-10-261-0/+12
* Revert "remove unnecessary object/conversions file"Xavier Noria2012-10-162-0/+2
* Merge pull request #7007 from Mik-die/hash_extractRafael Mendonça França2012-10-121-1/+25
|\
| * add more testcases and doc about Hash#extract!Mikhail Dieterle2012-10-081-2/+9
| * make Hash#extract! more symmetric with Hash#sliceMikhail Dieterle2012-10-081-0/+17