Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 962 Bytes

README.rdoc

File metadata and controls

22 lines (15 loc) · 962 Bytes

authcan_easyroller-example

This is an example application that shows the basic usage of authcan_easyroller. This example only works with Rails 3.x, so please make sure you have that installed before attempting to run this example. You should also have the appropriate dependencies installed, or use bundler to install them.

Usage

Clone the latest version of the repostiory by running the following:

git clone http://github.com/topherfangio/authcan_easyroller-example.git
cd authcan_easyroller-example
bundle install
rake db:migrate
rails server -p 3010

Then visit localhost:3010 and create a user.

Issues

If you run into any problems, please check to see if there are any pending issues that are similar to your problem. Otherwise, please create a new issue so that I can track them and keep people up-to-date.