Releases: ergoserv/auxiliary_rails
Releases · ergoserv/auxiliary_rails
v0.4.1
Fixed
AuxiliaryRails::Application::Error
- rename exception
to exc
, fixes collision with Ruby's built-in method exception
v0.4.0
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
Added
Changed
- Remove validation failed default error #25
v0.3.0
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 param
s
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
- Commands migration to
dry-initializer
v0.1.7
- Bundle update (nokogiri 1.10.4, rake 12)
v0.1.6
- API Resource generator
- Command Object
v0.1.5
- Fix Gemfile.lock
- Add
.ruby-version
file
v0.1.4
- Rename CLI comman
create_rails_app
to new
- Code style updates in auxiliary_rails.gemspec
- Fix order of gems in Rails template, rename template