rpx_now_example

Example Rails app using RPXNow plugin

Stars
16

This is an example rails 3 app showing some basic features of the RPXNow Rails plugin/gem (rails 2 version)

  • dead simple login/authentification
  • new/register/login completed in ~ 15 LOC

Setup

git clone git://github.com/grosser/rpx_now_example.git
cd rpx_now_example
bundle install
rake db:migrate
rails s

Visit http://localhost:3000

TODO

  • show more advanced features

Authors

Contributors

Michael Grosser [email protected] Hereby placed under public domain, do what you want, just do not hold anyone accountable...

Related Projects