Generates customized badges from an imported CSV.
  • Ruby 78.1%
  • HTML 8.6%
  • Slim 6.2%
  • SCSS 4.5%
  • JavaScript 1.9%
  • Other 0.7%
Find a file
Laura Mosher 342f366041 Merge pull request #4 from lauramosher/updates-for-givecamp
Updated import and export with new changes.
2014-11-04 09:20:56 -05:00
app fixed import, updated import to redirect on success, updated roles and people to event relationships, and fixed errors on export of badges. 2014-11-04 09:19:03 -05:00
bin Initial Commit 2014-08-19 17:02:47 -04:00
config fixed import, updated import to redirect on success, updated roles and people to event relationships, and fixed errors on export of badges. 2014-11-04 09:19:03 -05:00
db fixed import, updated import to redirect on success, updated roles and people to event relationships, and fixed errors on export of badges. 2014-11-04 09:19:03 -05:00
lib Switch to simple_form 2014-09-27 23:16:39 -04:00
log Initial Commit 2014-08-19 17:02:47 -04:00
public Initial Commit 2014-08-19 17:02:47 -04:00
test Add devise authentication 2014-09-28 01:16:49 -04:00
vendor/assets Initial Commit 2014-08-19 17:02:47 -04:00
.gitignore Use carrierwave for file uploads 2014-09-28 00:41:55 -04:00
.ruby-version Initial Commit 2014-08-19 17:02:47 -04:00
config.ru Initial Commit 2014-08-19 17:02:47 -04:00
Gemfile Update to latest rails 2014-10-10 19:19:14 -04:00
Gemfile.lock Update to latest rails 2014-10-10 19:19:14 -04:00
Guardfile Set up guard for rails and bundler 2014-09-27 10:37:44 -04:00
Rakefile Initial Commit 2014-08-19 17:02:47 -04:00
README.md Added Ruby Version Gemfile && Updated README 2014-08-19 21:10:06 -04:00

Badge Generator

This utility, currently, is to transform a registration list into printable badges.

System

Ruby 2.1.2 Rails 4.1.1

Setup

  1. Clone repository
  2. bundle install
  3. rails s