An open API service indexing awesome lists of open source software.

https://github.com/solygambas/rails-projects

A simple blog to learn Ruby on Rails.
https://github.com/solygambas/rails-projects

rails ruby ruby-on-rails

Last synced: 2 months ago
JSON representation

A simple blog to learn Ruby on Rails.

Awesome Lists containing this project

README

          

# Rails projects

A quick intro to Ruby on Rails.

## Simpleblog

A simple blog to learn Ruby on Rails.

[See simpleblog folder](simpleblog)





### Features

- creating a Ruby on Rails project.
- generating a controller.
- rendering variables in a template.
- creating a model for Post.
- adding new posts.
- displaying posts by ID.
- creating a navbar with Bootstrap.
- handling errors in a form.
- editing and deleting a post.
- adding and deleting comments.
- restricting routes with basic auth.

Based on [Ruby On Rails In 60 Minutes](https://www.youtube.com/watch?v=pPy0GQJLZUM) by Brad Traversy - Traversy Media (2016).