aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Don't mutate the original inflections instance in the testsAndrew White2013-07-302-20/+22
* | | | | | | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-293-0/+20
|\ \ \ \ \ \ \
| * | | | | | | Added Time#middle_of_dayAnatoli Makarevich2013-07-283-0/+20
* | | | | | | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-293-1/+10
* | | | | | | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Be sure to restore the default I18n.locale after changed its value in a testAkira Matsuda2013-07-261-3/+3
* | | | | | | Fix order dependent testsAkira Matsuda2013-07-261-2/+10
* | | | | | | Merge pull request #11546 from swoop-inc/ss_memory_store_cache_sizePiotr Sarnacki2013-07-221-2/+26
|\ \ \ \ \ \ \
| * | | | | | | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-2/+26
* | | | | | | | remove useless duplication in include testDamien Mathieu2013-07-221-4/+0
|/ / / / / / /
* | / / / / / remove duplication in testMarat Kazbekov2013-07-181-6/+0
| |/ / / / / |/| | | | |
* | | | | | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+27
* | | | | | Add failing test for #9562Andrew White2013-07-101-0/+5
* | | | | | Return local time for backwards compatibilityAndrew White2013-07-091-8/+25
* | | | | | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-0/+33
* | | | | | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-0/+4
* | | | | | Explicitly test for true and false.Jade Tucker2013-07-071-2/+2
* | | | | | Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-061-0/+6
* | | | | | Fixed test broken by local_constant_names Arun Agrawal2013-07-031-6/+0
* | | | | | Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-032-7/+0
* | | | | | Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-55/+0
* | | | | | Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-021-6/+0
* | | | | | Remove deprecated `Date#to_time_in_current_zone`Vipul A M2013-07-021-7/+0
* | | | | | Remove deprecated `Proc#bind` with no replacement.Carlos Antonio da Silva2013-07-011-14/+0
* | | | | | Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-30/+0
* | | | | | Remove deprecated AS::BasicObject, use AS::ProxyObject insteadCarlos Antonio da Silva2013-07-011-12/+0
* | | | | | remove deprecated `BufferedLogger`.Yves Senn2013-07-011-22/+0
* | | | | | remove deprecated `assert_present` and `assert_blank`.Yves Senn2013-07-011-48/+0
* | | | | | Move delegation error constant to inside ModuleCarlos Antonio da Silva2013-06-261-1/+1
* | | | | | Merge pull request #10828 from southpolesteve/delegation_error_classYves Senn2013-06-261-1/+1
|\ \ \ \ \ \
| * | | | | | Add DelegationError class. Rasied by delegation to a nil objectSteve Faulkner2013-06-261-1/+1
* | | | | | | Fix BacktraceCleaner#noise for multiple silencers.Mark J. Titorenko2013-06-201-0/+21
| |_|_|_|/ / |/| | | | |
* | | | | | Rewind StringIO instances before be parsed againPaco Guzman2013-06-165-0/+5
* | | | | | Use xml instead already parsed xmlPaco Guzman2013-06-161-1/+1
* | | | | | Merge pull request #10727 from pacoguzman/fix-xml-mini-testsRafael Mendonça França2013-06-156-6/+6
|\ \ \ \ \ \
| * | | | | | Compare with the parsed result from REXML backendPaco Guzman2013-05-226-6/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #10740 from mrsimo/hash-with-indifferent-access-selectRafael Mendonça França2013-06-141-0/+30
|\ \ \ \ \ \
| * | | | | | HashWithIndifferentAccess#select working as intendedAlbert Llop2013-05-231-0/+30
| |/ / / / /
* | | | | | Merge pull request #10943 from killthekitten/10932_constantize_emptyXavier Noria2013-06-141-4/+4
|\ \ \ \ \ \
| * | | | | | Fix #10932. Treat "" and "::" as invalid on constantizeNikolay Shebanov2013-06-141-4/+4
* | | | | | | Add missing nsec test for 17f5d8eAndrew White2013-06-131-0/+5
* | | | | | | Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-132-0/+15
|/ / / / / /
* | | | | | Drop extra variable from testVipul A M2013-06-121-2/+2
* | | | | | Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::...Andrew Kreiling2013-06-092-0/+13
* | | | | | Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+22
| |_|/ / / |/| | | |
* | | | | Merge pull request #10784 from senny/10526_prevent_key_transformationRafael Mendonça França2013-06-031-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Prevent side effects in `Hash#with_indifferent_access`.Yves Senn2013-05-291-0/+7
* | | | | Allow Date to be compared with Time (like it was possible to compare Time wit...David Heinemeier Hansson2013-06-031-0/+4
* | | | | Remove active_support/testing/pending.rb was deprecated.kennyj2013-06-011-11/+0
* | | | | Remove active_support/json/variable was deprecated.kennyj2013-06-011-7/+0