aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Fix HWIA#to_hash behavior with array of hashes.kennyj2013-05-161-0/+5
* Merge pull request #10266 from vipulnsward/fix_HIA_to_hashRafael Mendonça França2013-05-141-0/+4
|\
| * fix HashWithIndifferentAccess#to_hash behaviourVipul A M2013-04-191-0/+4
* | Squashed commit of the following:Aaron Patterson2013-05-036-109/+0
* | Revert "Object#in? also accepts multiple parameters"Brian Morearty2013-05-011-10/+0
* | Module#delegate checks nilness rather that falsehood if :allow_nil is true, a...Xavier Noria2013-04-261-0/+31
* | Merge pull request #10351 from JonRowe/update_as_date_next_week_to_document_i...Xavier Noria2013-04-261-0/+5
|\ \
| * | better document `next_week` functionaility closes #9568Jon Rowe2013-04-261-0/+5
* | | Delegation method bugLi Ellis Gallardo2013-04-251-0/+5
|/ /
* / Adjust for daylight savings in String#to_timeAndrew White2013-04-231-2/+118
|/
* more descriptive NameError's messages for class attributesHrvoje Šimić2013-04-171-4/+6
* Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-2/+7
* 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
* `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