Skip to content

Releases: imageaid/rails_service_generator

Version 1.1.3

03 May 04:42
Compare
Choose a tag to compare

Fixes an incorrectly named Minitest class.

Version 1.1.2

03 May 00:27
Compare
Choose a tag to compare

Finally fixed an issue with building the gem that caused the generators not to show in a Rails app.

Version 1.1.0

02 May 23:21
Compare
Choose a tag to compare

Converted the gem from a spec-oriented one (i.e., would only create specs rather than unit tests where needed).

Gem will now produce a unit test or spec as required by the enclosing Rails app.

Version 1.0.0

26 Jul 20:46
Compare
Choose a tag to compare

Ability to create and destroy services with rails generator (rails_service:create or rails_service:destroy)