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/cases/relation
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
..
delegation_test.rb Allow methods arity below -1 in assert_responds. 2013-10-08 00:15:11 +02:00
mutation_test.rb Merge pull request #12129 from Empact/deprecate-array-bang-delegation 2013-09-12 21:36:00 -03:00
predicate_builder_test.rb Change test_registering_new_handlers and test_count_on_invalid_columns_raises 2013-08-02 05:55:31 +09:00
where_chain_test.rb stop calling to_sym when building arel nodes [CVE-2013-1854] 2013-03-15 17:45:10 -07:00
where_test.rb check class hierarchy with is_a? in PredicateBuilder.expand 2013-08-27 15:47:21 +03:00