Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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