Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digineo/devise-formtastic
Formtastic Views for HAML
https://github.com/digineo/devise-formtastic
Last synced: 6 days ago
JSON representation
Formtastic Views for HAML
- Host: GitHub
- URL: https://github.com/digineo/devise-formtastic
- Owner: digineo
- Created: 2012-03-07T23:43:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-26T21:34:33.000Z (over 12 years ago)
- Last Synced: 2023-04-10T15:07:15.633Z (over 1 year ago)
- Homepage:
- Size: 91.8 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Devise Views with Formtastic and HAML
=====================================Tested with Devise 2.0.4, Formtastic 2.1.1 and HAML 3.1.4
Installation
------------Copy all views into your Project and add the locales to your localization file.
To enable HTML5 Form Validations for your Project you need the following setting in your `/config/initializers/formtastic.rb`:
Formtastic::FormBuilder.perform_browser_validations = true