This implementation is based on Ruby on Rails Tutorial.
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
- slim
- bootstrap-sass
- capybara
- factory_girl
- faker
- guard
- rspec
- simplecov
- better_errors & binding_of_caller
- bullet
- quiet_assets
See more details on Gemfile.
$ bundle exec rspec
$ bundle exec rake db:reset
$ bundle exec rake db:populate
$ bundle exec rake test:prepare