.gitignore | 100644 | 0 | 0 | | | 59 Bytes | 9a0507ecaccd70037aeef91bb7ee86cae62a3ab3e8eea6a157dceac5dfb3bc7f |
.travis.yml | 100644 | 0 | 0 | | | 1006 Bytes | 97ccb2bbe7ade8904842a4c1f1cd622076315a05a0aba94129f362d365c38f17 |
CONTRIBUTING.md | 100644 | 0 | 0 | | | 499 Bytes | a9d7279472f980a93ce66f3331d800f345d8f5e8f6c52b95c656bdbc7a1b8dd1 |
Gemfile | 100644 | 0 | 0 | | | 126 Bytes | 6ff94aa2b09b5ab2aa8994b7cd009e196781dbe5ca60626d31842bbd81b0e9d1 |
MIT-LICENSE | 100644 | 0 | 0 | | | 1.03 KB | 23f68962f5cd68c4605be7d286af0371f1d76e1d7deb7cb8f293b395a2fdcc84 |
README.md | 100644 | 0 | 0 | | | 7 KB | 4068b1e5ddd0907213b316b64f6888728824254c05f0292c8ac6670a186b1539 |
Rakefile | 100644 | 0 | 0 | | | 813 Bytes | ecc8fe2cdc670c8dddbb0d33afa392490d202d36a6492238bac46ef512c2cab5 |
action_args.gemspec | 100644 | 0 | 0 | | | 961 Bytes | 532573295bcca812304aa59e96c0c06858a472e9f0919af3835e7048882ff2c6 |
gemfiles/rails_41.gemfile | 100644 | 0 | 0 | | | 276 Bytes | f6a07ce4556ed297722db3991809a87c939e641369f4762626deb19d4203e1cd |
gemfiles/rails_42.gemfile | 100644 | 0 | 0 | | | 276 Bytes | 081f6fec0e5d1eaf4fa0698238a9bd1c579484bd5e04fef6f19a9e89891e83bc |
gemfiles/rails_50.gemfile | 100644 | 0 | 0 | | | 399 Bytes | cb44cd145ef793fef932400dc6f7fda6d1e1782ddbd73eff9893b64a00e110dc |
gemfiles/rails_51.gemfile | 100644 | 0 | 0 | | | 399 Bytes | 5cbbb1af2f6072adcf483ad453e269872f5f0e3e903275f8908d5c76b1850040 |
gemfiles/rails_edge.gemfile | 100644 | 0 | 0 | | | 572 Bytes | 6f1630f81274728b3c6df21af165097b98358578431f34c9eaa64cfbaec1105c |
lib/action_args.rb | 100644 | 0 | 0 | | | 286 Bytes | 2e66e1a68fcb048905b8d881f4ae8f0e6a9314fa8f96e184f1914cbdca3beb27 |
lib/action_args/abstract_controller.rb | 100644 | 0 | 0 | | | 1.2 KB | a3dfa404963fc7f94da1d344d3174a4f38d188b3e3283fce174edcbaae6c6ac5 |
lib/action_args/callbacks.rb | 100644 | 0 | 0 | | | 1.97 KB | f4ecc690555f80cf14cb62f5962264bbf5e7319c1247a2c8b335a337645a7448 |
lib/action_args/params_handler.rb | 100644 | 0 | 0 | | | 2.53 KB | 4638eadfc3eab9b575cbffb10d0612a39d732f0a40bdf0fd60504cce27e6b29c |
lib/action_args/version.rb | 100644 | 0 | 0 | | | 72 Bytes | 101fb80a6dfb6cf39a49039b755caf32fca194b7d29ab7f15a398a1a4cc713fb |
lib/generators/rails/action_args_scaffold_controller_generator.rb | 100644 | 0 | 0 | | | 529 Bytes | 59b81f83d84c4984311b7c79982f2ea5e4f985df8c36fa4579aad2f98b77a148 |
lib/generators/rails/templates/controller.rb | 100644 | 0 | 0 | | | 1.7 KB | ce4be37a14f8e011bcde4f0f0dbb49d0c237b23aca52e1c85854c26dd17018b8 |
test/controllers/action_args_controller_test.rb | 100644 | 0 | 0 | | | 1.14 KB | d0bef7d3cdb18875a1a33cb1e9e93484bed588a6a2a1c6e9d673afa839441ade |
test/controllers/hooks_test.rb | 100644 | 0 | 0 | | | 633 Bytes | 85fe134dc0f806fee10844b1fa4f37029e3d08f112980617e1ed18f73fdd76db |
test/controllers/kwargs_controller_test.rb | 100644 | 0 | 0 | | | 1009 Bytes | e9d240bca6f1aba7ae2ec78bb6588173f3911cb4f48274cbea69c85066c6d3ab |
test/controllers/kwargs_keyreq_controller_test.rb | 100644 | 0 | 0 | | | 1.01 KB | 6e4952b0105d9bb3f48078035a171bec874defdc20ae38dc43962d26491feac4 |
test/controllers/ordinal_controller_test.rb | 100644 | 0 | 0 | | | 257 Bytes | 63620d0fc1b5c21659c4973d5fe52d1bce278297b2e7da8238ab74009ea01ac5 |
test/controllers/strong_parameters_test.rb | 100644 | 0 | 0 | | | 1.61 KB | befc58d7850bc04bf3bbaa67ea9d4f82f90ae75118b179b4b2640a5dfd58e960 |
test/fake_app.rb | 100644 | 0 | 0 | | | 4.35 KB | addb30d9ad74cd681a5000946f175226aa6a3cf44ea71195cb68a8944d46515b |
test/kwargs_controllers.rb | 100644 | 0 | 0 | | | 274 Bytes | 1bd068485e2c9218aeaf4cb15df48cc8c8de74b03e54f0b95e05451f33ee5dd5 |
test/kwargs_keyreq_controllers.rb | 100644 | 0 | 0 | | | 281 Bytes | 7581c16509f931433f39d0a8c082edd211df249d794f272cbf5ae5bdbd9c5f86 |
test/mailers/action_mailer_test.rb | 100644 | 0 | 0 | | | 280 Bytes | ae4a374edad7960e6178655d599ac6c2514b68544450f2df9e3008be72c0071c |
test/params_handler/params_handler_test.rb | 100644 | 0 | 0 | | | 5.9 KB | b6cf3947474771981acaf4ac571a23ac32be9e2a9a3b2fe6ceb978712db9d529 |
test/test_helper.rb | 100644 | 0 | 0 | | | 716 Bytes | 95140ead91c44a5f6fafcf169506cf9c44bb7c7d61486a520965d1dd27b3990c |