This gem includes some standard functionality and design patterns for Fera apps. It makes it easier to develop a Fera app that looks and feels consistent with Fera's other UIs.
The best way to use this app is to checkout the Fera Rails App Template.
Bug reports and pull requests are welcome on GitHub at https://github.com/feracommerce/fera-apps-rails
To contribute to the repository:
- Fork the repository.
- Clone the forked repository locally.
- Create a branch descriptive of your work. For example "my_new_feature_xyz".
- Run
./bin/check_code
and fix any issues.- You can use
./bin/check_code -a
to auto-fix issues safely. - You can use
./bin/add_to_dictionary
to add words to the spelling checker dictionary.
- You can use
- When you're done work, push up that branch to your own forked repository (not the main one).
- Visit https://github.com/feracommerce/fera-apps-rails and you'll see an option to create a pull request from your forked branch to the master.
- Create a pull request by filling out the pull request template.
The gem is available as open source under the terms of the MIT License.