This gem contains the culture and conventions that employees of Nueca should follow when developing Ruby on Rails applications. Inspect each interface for more details as they are documented.
Add in your Gemfile:
gem 'nueca_rails_interfaces'
Simply include the interfaces in classes and they will be enforced.
class MyForm
include NuecaRailsInterfaces::V2::FormInterface
# ...
end
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
Bug reports and pull requests are welcome on Nueca GitLab at https://github.com/tieeeeen1994/nueca-rails-interfaces. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Nueca Rails Interfaces project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.