/Rails-4-Twitter-Clone

Simple Twitter clone using Ruby on Rails 4 without AJAX.

Primary LanguageRuby

Build Status Test Coverage Code Climate Dependency Status Circle CI

Github Clone Screen Capture

Implementation

This implementation is based on Ruby on Rails Tutorial.

Features

This application doesn't provide many features in order to keep it simple. Here are the features that it does include:

  • See timeline
  • Post new tweet
  • Follow/Unfollow user

Used gem

For template

  • slim

For CSS Style

  • bootstrap-sass

For testing

  • capybara
  • factory_girl
  • faker
  • guard
  • rspec
  • simplecov

For debugging

  • better_errors & binding_of_caller
  • bullet
  • quiet_assets

See more details on Gemfile.

Test

$ bundle exec rspec

Data reset and creation

$ bundle exec rake db:reset
$ bundle exec rake db:populate
$ bundle exec rake test:prepare