U-Play / ucredential

Little gem that generates user credentials for your rails app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ucredential

This little gem generates user credentials. Right now it receives a couple of users and generates a zip file in the public directory containing a pdf file with four credentials per pager.

It uses resque for background process so you have to start redis first:

redis-server

And then start the background process.

rake resque:work QUEUE="*"

Don't forget you can mount the resque dashboard in you rails app to know whats going

mount Resque::Server, :at => "/resque"

About

Little gem that generates user credentials for your rails app.

License:MIT License


Languages

Language:Ruby 96.7%Language:JavaScript 3.3%