Skip to content

TheWeepingGorilla/artists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Ruby On Rails (minimal magic) demonstration.

LIVE DEMO at: http://artists-demo.herokuapp.com/

The app is called artists; it allows one to CRUD artists and tags and tag an artist with multiple tags. For example, the artist Eric Clapton could be tagged as rock, reggae and pop.

Features:

It implements RESTful routes.

There is a route for the homepage.

The application logic is in the models. The controllers do as little work as possible.

It properly uses render and redirect.

Parameters are nested.

Forms display errors properly.

The user sees a flash message after successful form submissions.

Reused view code is factored into partials.

The app use the asset pipeline for Sass / Bootstrap.

Author: Sean Morrison

License: Public Domain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors