Skip to content

Releases: ipatch/chrisrjones_web

Add API to app

10 Apr 15:36
v0.1.0
fd481f7
Compare
Choose a tag to compare

Notable changes

  • Refactor most if not all notes related to the accompanying wiki contained within this GitHub project.
  • Add some TODO items to the README to chart / outline progress of app
  • Add an API to the app to later wire up a React frontend to the API using CORS
    • Add ~ 40 tests written using RSpec to test various portions of the API, Credit
  • Several new gems have been added the app mostly related to working with APIs and, most if not all top level gems, ie. TLG have been upgraded to the latest versions as of April 2019.

2019 April

04 Apr 21:52
v0.0.5
a74ea11
Compare
Choose a tag to compare

This release contains the latest version of the CrjCom rails app I've slowly been trying to get updated and eventually migrated to an API.

Updates

Rails has been upgraded from 4.x to 5.2.x
Ruby has been upgraded from 2.5.x to 2.6.2

TODOs for next release

  • scaffold out some RSpec tests for both the the full stack portion of the app, and more importantly the API portion of the app.