Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

NashvilleBeginners/concerns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concerns example

requirements

  • Ruby 2.2.3
  • Postgres
  • bundler

Setup

$ gem install bundler
$ bundle install
$ cp config/database.yml.dist config/database.yml # fill in your local db info
$ rake db:create db:migrate db:populate
$ rails s

Local

  • visit /companies or /products

Run the specs

$ rspec spec/

About

a simple app to look at concerns in Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published