Skip to content

rrallo/HappyHourFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Happy

Check Continuous Integration Status for your latest push here:

Codeship Status for rrallo/to-be-renamed

Installation

Create a new rails server

rails new happy -m https://raw.github.com/RailsApps/rails3-application-templates/master/rails3-haml-html5-template.rb

Navigate to the directory

cd happy

Pull files from github

git clone [email protected]:itham/to-be-renamed.git .

Update and install gems

bundle update && bundle install

Create the database

rake db:migrate

Populate the database with test data

rake db:seed

Running

Web Server

rails server

Create DB Tables

rake db:migrate

If migrate doesn't work, try

rake db:rollback

and then migrate

Populate DB with test data

rake db:seed

About

Happy hour finder as a web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •