Skip to content

divinedeveloper/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails Application: Blog

This is the blog application by Swapnil Sawant.

My LinkedIn Profile

My Grails Beginner Blog

Ruby version :- 1.9.3

Rails version :- 4.0.2

Experimenting and having hands on experience with Ruby On Rails by creating a Blog Application in Rails 4.

There will be two types of users: Authors and Guests.

Authors will have account in the application. They can post new articles and edit/remove articles posted by them. Each article will have a cover image and multiple tags.

Guests won't have user accounts. They can view the articles and can post comments.

Integrated following gems:-

Devise(3.2.4) For authentication. Authors should have a secure sign in.

Will Paginate(3.0.4) For pagination. Blog posts should display only 10 posts on a page.

Acts as taggable on(3.0.2) For adding tags. One post can have many tags.

Paperclip(3.5.3) For cover photos.

Deployed application on Heroku

About

A simple Blog application where Authors can post new articles and edit/remove articles posted by them. Guest's can view articles and post comments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published