Skip to content

Interfaces for known object entities in Rails Development at Nueca.

License

Notifications You must be signed in to change notification settings

tieeeeen1994/nueca-rails-interfaces

Repository files navigation

Nueca Rails Interfaces

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.

Installation

Add in your Gemfile:

gem 'nueca_rails_interfaces'

Usage

Simply include the interfaces in classes and they will be enforced.

class MyForm
  include NuecaRailsInterfaces::V2::FormInterface

  # ...
end

Development

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.

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

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.

About

Interfaces for known object entities in Rails Development at Nueca.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project