https://github.com/jasonmdev/rails-blog
A blog build with Ruby on Rails
https://github.com/jasonmdev/rails-blog
Last synced: about 1 year ago
JSON representation
A blog build with Ruby on Rails
- Host: GitHub
- URL: https://github.com/jasonmdev/rails-blog
- Owner: JasonMDev
- Created: 2016-01-25T19:54:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T21:28:33.000Z (over 10 years ago)
- Last Synced: 2025-03-13T10:19:27.826Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 2.39 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RUBY ON RAILS: Rails Demo Blog
This is one of my own projects for the
[*CareerFoundry:
Become a Web Developer*](http://careerfoundry.com/courses/how-to-become-a-web-developer) course.
You can see the live webpage at :
[*Jason Mans' Blog ( A Ruby on Rails Demo )*](https://jm-blog-railsdemo.herokuapp.com)
It is Basic Blog Web Application with the following features:
- Able to create article entries.
- Able to make comments on the articles.
- It has a basic HTTP authentication to create, edit or delete post.
Things you may want to cover:
* Ruby version: 2.2.3
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions