1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Aaron Patterson ac9d32bf90 push kwargs up to the user facing API
this lets us leverage Ruby's kwarg handling (exceptions for missing
params, etc) ASAP which allows us to skip active support method calls
and make sure the exception stack is closer to where the user called the
methods.
2016-02-12 15:40:16 -08:00
..
actionpack Delete needless require 'active_support/deprecation' 2015-10-20 20:02:59 +09:00
activerecord Fix calling cache helper with a relation 2015-08-28 17:26:09 +10:00
fixtures Add Html template handler that wraps Raw output in an OutputBuffer 2016-01-05 16:54:39 -03:00
lib/controller Suppress warning (instance variable @persisted not initialized) 2016-01-07 10:24:54 +09:00
template push kwargs up to the user facing API 2016-02-12 15:40:16 -08:00
tmp
abstract_unit.rb Removed Mocha from Action View 2015-09-23 23:34:04 +05:30
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00