https://github.com/jasonmdev/rails-blog-2
This a basic blog site with a single admin user. A blog owner can log-in and submit a new post. Comments can be made as well by readers. The admin user has access to delete posts as well as delete comments.
https://github.com/jasonmdev/rails-blog-2
blog bootstrap-sass rails ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This a basic blog site with a single admin user. A blog owner can log-in and submit a new post. Comments can be made as well by readers. The admin user has access to delete posts as well as delete comments.
- Host: GitHub
- URL: https://github.com/jasonmdev/rails-blog-2
- Owner: JasonMDev
- Created: 2017-03-01T20:36:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T13:58:06.000Z (over 9 years ago)
- Last Synced: 2025-08-20T06:31:50.072Z (10 months ago)
- Topics: blog, bootstrap-sass, rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 850 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails-blog-2
This a basic blog site with a single admin user.

## Introduction
A blog owner can log-in and submit a new post.
Comments can be made as well by readers.
The admin user has access to delete posts as well as delete comments.
This is based on the blog site that [*Mackenzie Child: How to build a blog in rails 4*](https://mackenziechild.me/) has build.
However it has been built using Rails 5.
For more information, see [*Mackenzie Child*](https://mackenziechild.me/).
## Software Versions
* Rails 5.0.1
* Ruby 2.3.0
* RVM 1.29.1
## Features
These are some of the features that have been added to the web page.
* A Post model and controller along with relevant views
* A Comment model associated with the Post model such that users can add comment for each Post
* User Authentication with devise Gem
* Front-end styling
## Further information
### Rails Commands
Commands used to create models and controllers.
[*link*](COMMANDS.md)
### Snapshots
These are snapshots of the various pages of the app.
[*link*](SNAPSHOTS.md)