]> git.openstreetmap.org Git - rails.git/commit
Add the dynamic form plugin to get error_messages_for support back
authorTom Hughes <tom@compton.nu>
Fri, 3 Sep 2010 14:41:00 +0000 (15:41 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:42 +0000 (09:42 +0000)
commitf50ef32743c6d81df489c30aa12d4b004bf7bc5c
treecbd7a5df1408cc9ef4560618ccd41bf72fbc108b
parented54379218d21b9bd52933903e8cb504a15dfe7e
Add the dynamic form plugin to get error_messages_for support back
vendor/plugins/dynamic_form/MIT-LICENSE [new file with mode: 0644]
vendor/plugins/dynamic_form/README [new file with mode: 0644]
vendor/plugins/dynamic_form/Rakefile [new file with mode: 0644]
vendor/plugins/dynamic_form/init.rb [new file with mode: 0644]
vendor/plugins/dynamic_form/lib/action_view/helpers/dynamic_form.rb [new file with mode: 0644]
vendor/plugins/dynamic_form/lib/action_view/locale/en.yml [new file with mode: 0644]
vendor/plugins/dynamic_form/test/dynamic_form_i18n_test.rb [new file with mode: 0644]
vendor/plugins/dynamic_form/test/dynamic_form_test.rb [new file with mode: 0644]
vendor/plugins/dynamic_form/test/test_helper.rb [new file with mode: 0644]