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.
- Host: GitHub
- URL: https://github.com/solygambas/rails-projects
- Owner: solygambas
- Created: 2022-07-16T09:09:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T05:22:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-07T22:15:41.650Z (over 1 year ago)
- Topics: rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).