AuxiliaryRails::Application::Error
- renameexception
toexc
, fixes collision with Ruby's built-in methodexception
AuxiliaryRails::Application::Error
significantly extendedAuxiliaryRails::Application::Service
addedAuxiliaryRails::Concerns::Callable
addedErrorsController
template (custom error pages)- View helper:
display_name
- Errorable concern
- Remove validation failed default error #25
- Form Objects
- Query Objects
- Performable concern
- YARD docs and link to API documentation
- Commands usage examples
- Commands:
arguments
helper to get hash of allparam
s
- Namespace
Application
instead ofAbstract
prefixes for classes - Commands migrate from
#call
to#perform
method - Commands: force validations
- RuboCop generator moved to rubocop-ergoserv gem
- Commands migration to
dry-initializer
- Bundle update (nokogiri 1.10.4, rake 12)
- API Resource generator
- Command Object
- Fix
Gemfile.lock
- Rename CLI command
create_rails_app
tonew
- Code style updates in
auxiliary_rails.gemspec
- Fix order of gems in Rails template, rename template
- Upgrade
rubocop
gem and its configs rubocop-rspec
andrubocop-performance
gem iteration- Added basic Rails application template
- CLI with
create_rails_app
command
- Fix
Gemfile.lock
- View Helpers:
current_controller?
andcurrent_action?
- Travis CI, Code Climate integration
- Badges in README.md: gem, build status, maintainability
Initial release
- Generators
install_rubocop
andinstall_errors