All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
format notes:
Added for new features. Changed for changes in existing functionality. Deprecated for once-stable features removed in upcoming releases. Removed for deprecated features removed in this release. Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities.
administrate
admingoofy
tag to posts
- Pagination is now handled by
kaminari
instead ofwill_paginate
since the two don't play well together and Administrate uses the former.
- Changed cookie serializer to hybrid
- Upgrade to Rails 4.2.10
category
resource is now plural- skip recaptcha in dev/test envs
- Feature specs for critical paths
- Spring
- Disqus comment count in post index and category show
- Profanity filter... This is what the internet does
- Disqus
- Post show page for comments
- Add friendly id slugs to Post
- Twitter account for impostor roster!
.ruby-version
- UNCOMMENT captcha check :\
- Redirect after creating a post now doesn't break
- Added heroku-deflate for assets
- Load JS with async
- Pagination for 30 records on index
- Order posts by id desc
- Post now validates that it belongs to a Category.
- Category and Post validations now disallow all but letters, numbers and spaces
- Confirm prompt to fix post before submitting
- Random submission placeholders for 'inability' input
- reCAPTCHA on post form
- CHANGELOG.md (this one!)
- Dotenv for secrets
- README.md
- Initial production release and GitHub sharing