Skip to content

Releases: ergoserv/auxiliary_rails

v0.4.1

21 Jul 16:48
Compare
Choose a tag to compare

Fixed

  • AuxiliaryRails::Application::Error - rename exception to exc, fixes collision with Ruby's built-in method exception

v0.4.0

28 Aug 07:50
Compare
Choose a tag to compare
  • AuxiliaryRails::Application::Error significantly extended
  • AuxiliaryRails::Application::Service added
  • AuxiliaryRails::Concerns::Callable added
  • ErrorsController template (custom error pages)
  • View helper: display_name

v0.3.1

27 Oct 11:28
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Added

  • Errorable concern

Changed

  • Remove validation failed default error #25

v0.3.0

06 Mar 17:18
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Form Objects
  • Query Objects
  • Performable concern
  • YARD docs and link to API documentation
  • Commands usage examples
  • Commands: arguments helper to get hash of all params

Changed

  • Namespace Application instead of Abstract prefixes for classes
  • Commands migrate from #call to #perform method
  • Commands: force validations

Removed

  • RuboCop generator replaced with rubocop-ergoserv gem

v0.2.0

05 Jan 14:00
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Commands migration to dry-initializer

v0.1.8

27 Sep 19:37
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
Version 0.1.8

v0.1.7

23 Aug 14:52
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • Bundle update (nokogiri 1.10.4, rake 12)

v0.1.6

17 Aug 16:10
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • API Resource generator
  • Command Object

v0.1.5

12 May 09:22
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • Fix Gemfile.lock
  • Add .ruby-version file

v0.1.4

12 May 08:39
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • Rename CLI comman create_rails_app to new
  • Code style updates in auxiliary_rails.gemspec
  • Fix order of gems in Rails template, rename template