- Drop complexity brought in by UUIDs
- Rename gem from
annotator-store
todiscourse_annotator
- Fix issue with explicit require needed in main application
- Add support for MySQL
- Change create endpoint to respond with
201 CREATED
- Test support for Ruby
>= 1.9.3
. - Test support for Rails
>= 4.0
.
- Add required files to gemspec
- Add CRUD (create, read, update and delete) endpoints
- Add search endpoint with filter support for uri
- Included tests for routes, requests, models and controllers
- Create index page with description of API.
- Add annotation functionality & create necessary endpoints
Initial release, to lock the gem name ... by v1.0.0 we should have a version ready for deployment in production environment.
- Initialise the project
- Create structure