rails--rails/activesupport/test/core_ext
Rafael Mendonça França 085ce4f141 Merge branch 'master' into rm-uuid-fixtures
Conflicts:
	activerecord/CHANGELOG.md
	activesupport/CHANGELOG.md
2014-04-10 15:34:55 -03:00
..
big_decimal Assert the file is deprecated 2014-02-01 18:29:53 -02:00
class Active support instead of ActiveSupport::Deprecation.silence we can use assert_deprecated 2014-04-04 20:17:02 +05:30
kernel Introduce Concern#class_methods and Kernel#concern 2014-02-23 12:06:23 -07:00
module Introduce Concern#class_methods and Kernel#concern 2014-02-23 12:06:23 -07:00
object Go with #presence_in instead of #present_in -- it doesnt sound quite as good, but the closer relationship to #presence over #present is ultimately worth it 2014-02-24 14:17:47 +01:00
array_ext_test.rb Array#split preserving the calling array 2013-11-11 11:32:30 +05:30
bigdecimal_test.rb Remove BigDecimal#to_d 2014-02-01 10:45:57 -08:00
blank_test.rb blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud] 2013-12-28 20:03:38 +01:00
class_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
date_and_time_behavior.rb better document `next_week` functionaility closes #9568 2013-04-26 09:09:53 +10:00
date_ext_test.rb Added Date#all_week/month/quarter/year for generating date ranges 2013-12-03 20:32:20 +04:00
date_time_ext_test.rb Merge pull request #10879 from makaroni4/master 2013-07-29 10:25:06 -07:00
deep_dup_test.rb Keep all methods in object/deep_dup 2012-05-06 11:13:15 -07:00
duplicable_test.rb Remove special cases for duplicable? on Class and Module 2012-05-17 03:00:31 -04:00
duration_test.rb Fixed problem where `1.day.eql?(1.day)` is false 2014-04-08 16:24:35 -07:00
enumerable_test.rb Return sized enumerator from Enumerable#index_by 2014-02-05 16:53:58 -05:00
file_test.rb revises a brittle test in Active Support 2012-08-22 23:10:33 +02:00
hash_ext_test.rb HashWithIndifferentAccess better respects #to_hash 2014-03-28 10:25:06 -04:00
integer_ext_test.rb Document Integer#ordinal available in PR #2072. 2012-02-04 18:46:19 +05:30
kernel_test.rb Fix issue with Kernel#silence_stream leaking file descriptors 2013-12-06 10:24:06 +11:00
load_error_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
marshal_test.rb Fix typo in DependenciesTestHelpers module name 2013-03-12 10:33:32 +05:30
module_test.rb Remove warning 2014-01-16 20:36:38 -02:00
name_error_test.rb Prefer assert_raise instead of flunk + rescue to test for exceptions 2013-12-19 09:20:51 -02:00
numeric_ext_test.rb Deprecated Numeric#{ago,until,since,from_now} 2013-11-26 22:24:19 -08:00
object_and_class_ext_test.rb Unused classes in test case 2013-12-19 08:15:06 +09:00
range_ext_test.rb Fix iterating over DateTime by doing strict checking for Time objects 2014-01-11 18:35:38 +05:30
regexp_ext_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
securerandom_test.rb Auto-generate stable fixture UUIDs on PostgreSQL. 2014-01-07 19:05:50 +01:00
string_ext_test.rb Move require to actual file 2014-04-02 13:17:21 -03:00
struct_test.rb backporting Struct#to_h from ruby 2.0 2012-11-13 11:11:11 -08:00
thread_test.rb `$SAFE = 4;` has been removed with Ruby 2.1 2013-10-14 21:52:25 +05:30
time_ext_test.rb Merge pull request #10634 from teleological/time_advance_gregorian 2014-01-05 11:19:00 -08:00
time_with_zone_test.rb Maintain the current timezone in wrap_with_time_zone 2014-01-31 17:13:12 +00:00
uri_ext_test.rb Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code. 2012-01-19 20:27:16 +09:00