Skip to content

mariovisic/Meta-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta Demo

A small application to display the abilities of the squeel and meta_search gems.

Model Structure

Robots have many parts which have many suppliers which in turn have many manufacturers.

robots <-> parts <-> suppliers <-> manufacturers

Robot

name - String
description - Text

Part

name - String
price - Decimal
popularity - String (must be either 'low', 'medium', or 'high')

Supplier

name - String

Manufacturer

name - String

Installation

bundle then run rake db:create db:migrate db:seed
Use rails s to start up application server.

About

A small application which demonstrates the squeel and meta_search gems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published