Skip to content

Releases: danascheider/tessitura

v. 0.4.0.alpha2

18 Oct 22:53
Compare
Choose a tag to compare
v. 0.4.0.alpha2 Pre-release
Pre-release

Explicitly use Sequel extension :migration to prevent /ping route from returning 500 errors.

v. 0.4.0.alpha1

17 Sep 18:22
Compare
Choose a tag to compare
v. 0.4.0.alpha1 Pre-release
Pre-release

Add basic (very basic) geographic filtering functionality via geofilter route
Update dependencies

v. 0.3.0.alpha1

19 Aug 18:21
Compare
Choose a tag to compare
v. 0.3.0.alpha1 Pre-release
Pre-release

Add address_1, address_2, state, and zip attributes to the User model.

v. 0.2.0.alpha1

31 Jul 22:16
Compare
Choose a tag to compare
v. 0.2.0.alpha1 Pre-release
Pre-release

Add GET routes for the new Fach model.
Change to_h method on the User model to include fach_id and not the entire hash of the user's Fach

v. 0.1.0.alpha1

20 Jul 19:26
Compare
Choose a tag to compare
v. 0.1.0.alpha1 Pre-release
Pre-release

Create Fach table with a many_to_one association with the user table, which will provide more flexibility for filtering and recommendations later on.

v. 0.0.1.alpha6

08 Jun 21:19
Compare
Choose a tag to compare
v. 0.0.1.alpha6 Pre-release
Pre-release

Add a /ping route for app diagnostics, update gems, add command line options for the executable to allow user to specify a port and dictate use of SSL.

v. 0.0.1.alpha5

06 May 20:49
Compare
Choose a tag to compare
v. 0.0.1.alpha5 Pre-release
Pre-release

Add additional validations on the User model.

v. 0.0.1.alpha3

06 May 16:31
Compare
Choose a tag to compare
v. 0.0.1.alpha3 Pre-release
Pre-release

Change the format of config information to be a Ruby hash rather than YAML

v. 0.0.1.alpha2

05 May 18:49
Compare
Choose a tag to compare
v. 0.0.1.alpha2 Pre-release
Pre-release

Fixes to make the executable work. Now, Canto can be installed with

gem install canto-0.0.1.alpha2.gem

and run with

canto

v. 0.0.1.alpha1

05 May 17:27
Compare
Choose a tag to compare
v. 0.0.1.alpha1 Pre-release
Pre-release

Very initial deployment version of Canto currently deployed for integration testing only.