calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

`fill_form` looks up `placeholder` first #29

Closed seanpdoyle closed 10 years ago

seanpdoyle commented 10 years ago
fill_form :foo, { foo_field: 'bar' }

Will now first lookup the I18n for simple_form.placeholders.foo.foo_field, thensimple_form.labels.foo.foo_field, then fallback to the default process.

seanpdoyle commented 10 years ago

Not sure how to go about fixing this build failure

@calebthompson