Skip to content

Little gem that generates user credentials for your rails app.

License

Notifications You must be signed in to change notification settings

U-Play/ucredential

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published