1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
Ian Ker-Seymer b3c23f1176 Return value of yielded block in File.atomic_write
Staying true to Ruby convention, we now return the value of the yielded
block from `File.atomic_write {...}`. This mimics the behavior of MRI's
`File.open {...}`.
2015-01-28 00:40:25 -07:00
..
array
class
digest
hash
kernel
module
object Remove hack to support BigDecimal in Ruby 1.9 2015-01-04 15:54:20 -03:00
bigdecimal_test.rb
class_test.rb
date_and_time_behavior.rb Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for Date, Time, and DateTime 2015-01-06 05:43:41 -05:00
date_ext_test.rb
date_time_ext_test.rb
duration_test.rb Removing :en in favor of I18n.default_locale in duration#inspect 2015-01-12 19:34:32 +01:00
enumerable_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
file_test.rb Return value of yielded block in File.atomic_write 2015-01-28 00:40:25 -07:00
hash_ext_test.rb - Moved hwia frozen value assignment test to hash_ext_test similar to other tests 2015-01-17 14:55:19 +05:30
integer_ext_test.rb
kernel_test.rb Remove debugger support 2015-01-04 15:54:22 -03:00
load_error_test.rb Deprecate MissingSourceFile in favor of LoadError. 2015-01-02 19:44:39 -03:00
marshal_test.rb
module_test.rb
name_error_test.rb
numeric_ext_test.rb
range_ext_test.rb Fix grouped expression warning - warning: (...) interpreted as grouped expression 2014-11-06 19:19:21 +05:30
regexp_ext_test.rb
securerandom.rb Add SecureRandom.base58 2015-01-09 17:51:46 -05:00
string_ext_test.rb Remove deprecated ActiveSupport::SafeBuffer#prepend 2015-01-04 11:58:40 -03:00
time_ext_test.rb
time_with_zone_test.rb Merge pull request #16749 from robin850/rbx-name-error 2015-01-02 11:22:03 -03:00
uri_ext_test.rb