Skip to content

oscarsan/little_scaffold_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

small demo

This is just an empty Rails app with sqlite for reference when I now start trying the same with MongoDB.

To run this:

$ bundle install
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s

And check for instance:

  • /products
  • /products/1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.6%
  • CSS 7.8%
  • JavaScript 2.7%
  • CoffeeScript 0.9%