Skip to content

aubreyrhodes/taco-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taco Tracker

Example Cocoon gem project

Getting Setup

# Checkout the repo
git clone [email protected]:aubreyrhodes/taco-tracker.git

# Install rvm and create a gemset
rvm install 1.9.2 && rvm gemset create taco-tracker && rvm 1.9.2@taco-tracker

# Install gem dependencies
gem install bundler
bundle install

# Get the database ready
bundle exec rake db:create:all db:schema:load db:test:prepare

Development

Testing

To run the test suite execute:

bundle exec rspec spec

Production

  1. Taco-Tracker
  2. ???
  3. Profit (?)

About

Example of using nested forms with cocoon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published