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
Wojciech Wnętrzak 316811b4d3 Deprecate datetime_field and datetime_field_tag helpers.
Datetime input type was removed from HTML specification.
One can use `datetime_local_field` and `datetime_local_field_tag` instead.
2016-03-31 21:46:12 +02: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 Fix partial rendering with dot in filename 2016-03-04 13:53:11 +01:00
lib/controller Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_submit_button_value" 2016-03-05 17:26:04 -03:00
template Deprecate datetime_field and datetime_field_tag helpers. 2016-03-31 21:46:12 +02:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Silence deprecation message for dynamic controller and actions on action_view test cases 2016-03-07 03:57:16 +02:00
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00