kumar91gopi / Microblogger

Ruby on Rails microblogging web application(Test Driven Design)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby on Rails microblogging web application having Test Driven Design using bootstrap for frontend.

App consist of login/logout and signup with account activation and password reset via email. A user can post text and/or images, can follow/unfollow people, can view other user profiles and profiles of followed and following users. User home page consists microblogs of own and other users he is following.

Database: Developement: Sqlite3 '1.3.9' Test : Sqlite3 '1.3.9' Production : Postgresql '0.17.1'

Bootstrap : bootstrap-sass '3.2.0.0'

Used will_paginate and bootstrap-will_paginate for pagination. Used carrierwave for image uploads and mini_magick for image resizing. Used actionmailer in developement and sendgrid for production

App was deployed on heroku.

About

Ruby on Rails microblogging web application(Test Driven Design)


Languages

Language:Ruby 71.6%Language:HTML 19.5%Language:CSS 6.4%Language:CoffeeScript 1.8%Language:JavaScript 0.7%