Releases: danascheider/tessitura
v. 0.4.0.alpha2
Explicitly use Sequel extension :migration
to prevent /ping route from returning 500
errors.
v. 0.4.0.alpha1
Add basic (very basic) geographic filtering functionality via geofilter
route
Update dependencies
v. 0.3.0.alpha1
Add address_1
, address_2
, state
, and zip
attributes to the User
model.
v. 0.2.0.alpha1
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
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
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
Add additional validations on the User model.
v. 0.0.1.alpha3
Change the format of config information to be a Ruby hash rather than YAML
v. 0.0.1.alpha2
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
Very initial deployment version of Canto currently deployed for integration testing only.