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
Ryuta Kamizono a7cb2f9638 Fix typo s/permited/permitted/
```
% git grep -n permited
actionview/test/template/url_helper_test.rb:238:  def test_button_to_with_permited_strong_params
actionview/test/template/url_helper_test.rb:245:  def test_button_to_with_unpermited_strong_params
activerecord/test/cases/relations_test.rb:1620:  def test_update_on_relation_passing_active_record_object_is_not_permited
```
2017-01-04 10:41:12 +09:00
..
actionpack use Gem.win_platform? to check windows Ruby platforms 2016-11-30 20:57:50 +09:00
activerecord Privatize unneededly protected methods in Action View tests 2016-12-23 23:49:02 +09:00
fixtures split DELEGATION_RESERVED_METHOD_NAMES in half 2016-12-09 05:21:11 +09:00
lib/controller Generate indexed names in input even when objects are not persisted 2017-01-03 16:47:13 -05:00
template Fix typo s/permited/permitted/ 2017-01-04 10:41:12 +09:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
ujs Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
abstract_unit.rb Privatize unneededly protected methods in Action View tests 2016-12-23 23:49:02 +09:00
active_record_unit.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00