Skip to content

engineyard/tutorialapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This Rails app is used on the Engine Yard blog post Using jQuery with Rails: How To.

Run the following commands to start the app.

git clone https://github.com/engineyard/tutorialapp
cd tutorialapp
bundle install
bin/rake db:migrate
bin/rake db:seed
bin/rails s

Check the app at http://localhost:3000/tutorials.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published