1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Federico Ravasio 0aeb11e575 Allow methods arity below -1 in assert_responds.
Every method from MRI's core classes is written in C. This means
Method#arity always returns -1 for methods with a variable number of
arguments. This is not the case with Rubinius, where, for example
Array#slice! is implemented in Ruby and has arity -2, since is
defined as def slice!(start, length = undefined)
2013-10-08 00:15:11 +02:00
..
active_record/connection_adapters
assets
cases Allow methods arity below -1 in assert_responds. 2013-10-08 00:15:11 +02:00
fixtures Fix broken link to Fixtures documentation on guides 2013-08-29 15:44:12 -05:00
migrations Preserve magic comments and content encoding of copied migrations. 2013-03-09 15:38:02 +09:00
models Port test from cf1904f to avoid future regression 2013-10-03 14:11:12 -04:00
schema Use the proper encoding comment on the file 2013-08-06 10:37:50 -03:00
support
.gitignore
config.example.yml
config.rb