Skip to content

peterwake/rapidfire-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo application for Rapidfire Gem

Rapidfire gem can be found here

Setup

Runs on Ruby version 2.2.2

$ git clone [email protected]:code-mancers/rapidfire-demo
$ cd rapidfire-demo

$ # if you are using mysql, replace Gemfile entry 'pg' to 'mysql2'
$ # create a database.yml file in config folder

$ bundle install
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rake db:admin:create

To log in, the path is http://localhost:3000/session

About

Demo application showing the usage of rapidfire gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.0%
  • HTML 22.1%
  • CSS 3.0%
  • CoffeeScript 2.5%
  • JavaScript 1.4%