foundation_rails_helper icon indicating copy to clipboard operation
foundation_rails_helper copied to clipboard

Rails Helper for Zurb Fondation framework

Results 6 foundation_rails_helper issues
Sort by recently updated
recently updated
newest added

Seems to work without problems with Rails 7.1. Could you also create a new release on rubygems.org when this PR is merged?

#### Description This PR allows to override the `autocomplete` attribute default value on the `password_field`. Also, this PR contains a light refactor on the `autocomplete` default value for the `time_zone_select`,...

Hi, @sgruhier It looks like a version 4.0.0 of this gem was published, but the code is not yet on GitHub. Could you push the code? Here's a diff of...

Trying to upgrade my app to rails 6. Is it possible to push the latest changes to rubygems. Thanks!

Globally overwriting the field_error_proc can cause issues if multiple form builders are used in the same app. A potential solution is to use a similar technique that is used in...

Reference: http://foundation.zurb.com/docs/components/abide.html If a field has a `required` attribute, the form should get a `data-abide` attribute and a `required` should be added below the field. The error message should be...