Simple Twitter clone using Ruby on Rails 6.
This implementation is based on Ruby on Rails Tutorial by @mhartl.
- v3.2
- v3.1
- v3.0
- v2.7
Check out this repository and then,
$ bin/setup
$ bin/rails server
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 with image
- Follow/Unfollow User
- Edit user profile
- webpacker
- @rails/ujs
- bootstrap (v5)
- sqlite3
- rspec
- capybara
- factory_bot
- faker
- simplecov
- bullet
- debug
- rack-mini-profiler
- rubocop
- web-console
See more details on Gemfile.
$ bundle exec rspec
$ bin/rails db:reset # Data reset
$ bin/rails db:populate # Create sample data