MockrocketTIL is a clone of the Hashrocket TIL microblog, and attempts to recreate the functionality of the site.
The application is fully test-driven and written in Ruby on Rails.
In addition, you can view a series of blog posts here to see how exactly the application was built out.
Finally, if you'd like to follow along with the blog posts and build this application yourself, you can view the projects on Pivotal Tracker!
Features Include:
- List of Posts
- Looking at individual posts
- Posts have title, body, author, tag, likes, creation_date, and ability to view raw text
- Next/Previous Post buttons
- Filter posts by tag
- Show posts by given author
- Post searching
- Liking and Unliking Posts through AJAX requests
- Post Index Pagination
- Stats page on popular posts/tags/authors