This is the final project from Odin Project, the best code school on the internet
You can check it on Heroku
$ git clone git@github.com:andrewr224/facebook.git
$ cd fakebook
$ bundle install
$ rails db:setup
$ rails s
$ bundle exec rake parallel:setup
$ bundle exec rake parallel:spec
- Add user friends
- Refine user news to show only friends posts [?]
- Implement Actiontext
- Populate Fakebook with fake users
- Create jobs to add new user posts (and remove old ones)
- Add user likes
- Add user comments (maybe post subclass)
- Add pagination
- Encrypt user emails
- Implement Falcon server
- Add messages
- Add policy
- Add user edit
- Add style to the project
- Improve Post#index to use partial cells
- Squeeze signin and signup onto one page
- Add user news (posts index)
- Add user posts
- Add user profile
- Implement simple authentication with Sorcery and Trailblazer
Trailblazer. To begin with, I'm eager to try it with something other than Rails. As it is, I'm a good deal disappointed with Trailblazer + Rails combo. I might have been just lucky enough to have used versions of Rails and Trailblazer that are incompatible, but I've experienced bugs on every stage of the implementation, and it felt too much like hacking to my licking.