Learning various languages, frameworks, etc. Usually barebones hello worlds.
blog | ||
bookstore | ||
blog-preview.png | ||
bookstore-preview.png | ||
LICENSE | ||
README.md |
Hello Ruby on Rails
Likely need to start with bundle
to install gems for any project you wish to run.
Blog
Following this tutorial from rubyonrails.org.
cd blog
bin/rails server
Launches a web server.
Bookstore
Following this tutorial from bmoreonrails
cd bookstore
bin/rails server