tip-toe
A Rails 3.2 Gem For Progressive Registration
Who needs password confirm? Or anything except email for that matter? Ask for everything after! This gem gives you a simple email, password, remember me, form with complete forget password? functionality.
Installation
Add this line to your application's Gemfile:
gem 'tip-toe'
And then execute:
$ bundle
Then use the tip-toe generator to get a fully exposed sessions controller and <
$ rails generate tip-toe "">>>
Wherever you want people to register or login simply attach
<%= render 'tip-toe' %>
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request