Skip to content

tweetegy/view_template_inheritance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails View Inheritance Example

Example Rails app to demonstrate how developers might make use of Rails View Inheritance.

For more details about the story check the following blog post on tweetegy.com

Installation / Try this out at home

  1. Clone this repo to your own computer

  2. Run the following to install required gems (--path is optional)

bundle install --path vendor/bundle
  1. Start the application:
bundle exec rails s

Visit the application at http://localhost:3000 and click around. Change the views and see what happens!