# Devise Formtastic Devise Formtastic is a [Formtastic](https://github.com/justinfrench/formtastic) form builder for [Devise](https://github.com/plataformatec/devise) with some extra features like full I18n support and dynamic page titles. ## Requirements * Ruby 1.9 or later * Rails 3.2 or later ## Installation Add this line to your application's Gemfile: gem "devise-formtastic" And then execute: $ bundle Or install it yourself as: $ gem install devise-formtastic Devise Formtastic depends on latest stable versions of Devise and Formtastic gems, so you don't have to add them in your Gemfile if you don't want to specify version, git repository, etc. All generators works as normal: $ rails generate formtastic:install $ rails generate devise:install $ rails generate devise User Don't forget to require Formtastic styles in your asset pipeline: *= require formtastic ## Usage ### Generating views If you want to modify Devise Formtastic views, you can copy them to app/views/: $ rails g devise:views ### Dynamic page titles Devise Formtastic sets @title variable for each page (if it's not already set in controllers), so you can use it in your layouts: