Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rom-rb/rom-rails
Rails integration for Ruby Object Mapper
https://github.com/rom-rb/rom-rails
hacktoberfest rom-rb
Last synced: 3 months ago
JSON representation
Rails integration for Ruby Object Mapper
- Host: GitHub
- URL: https://github.com/rom-rb/rom-rails
- Owner: rom-rb
- License: mit
- Created: 2014-01-28T00:29:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T13:26:21.000Z (about 1 year ago)
- Last Synced: 2024-04-24T15:26:42.659Z (6 months ago)
- Topics: hacktoberfest, rom-rb
- Language: Ruby
- Homepage: http://rom-rb.org
- Size: 530 KB
- Stars: 157
- Watchers: 18
- Forks: 51
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/rom-rails
[actions]: https://github.com/rom-rb/rom-rails/actions
[codeclimate]: https://codeclimate.com/github/rom-rb/rom-rails
[codeacy]: https://www.codacy.com/gh/rom-rb/rom-rails
[coveralls]: https://coveralls.io/r/rom-rb/rom-rails
[inchpages]: http://inch-ci.org/github/rom-rb/rom-rails# rom-rails [![Join the chat at https://rom-rb.zulipchat.com](https://img.shields.io/badge/rom--rb-join%20chat-942283.svg)][chat]
[![Gem Version](https://badge.fury.io/rb/rom-rails.svg)][gem]
[![CI Status](https://github.com/rom-rb/rom-rails/workflows/ci/badge.svg)][actions]
[![Code Climate](https://codeclimate.com/github/rom-rb/rom-rails/badges/gpa.svg)][codeclimate]
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/81d5362ea6314dd09432fb238d79f481)][codeacy]
[![Test Coverage](https://codeclimate.com/github/rom-rb/rom-rails/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/rom-rb/rom-rails.svg?branch=master)][inchpages]Rails integration for [Ruby Object Mapper](https://github.com/rom-rb/rom) which
ships with:* Relation generators
* Repository generators
* Mapper generators
* Command generators## Tests
To run tests:
RAILS_ENV=test bundle exec rake db:migrate
bundle exec rake## Resources
You can read more about ROM and Rails on the official website:
* [Introduction to ROM](http://rom-rb.org/learn/)
* [Rails setup](http://rom-rb.org/learn/rails/)## Community
* [Offical ROM blog](https://rom-rb.org/blog)
* [Discussion Forum](https://discourse.rom-rb.org)
* [Chat](https://rom-rb.zulipchat.com)## License
See `LICENSE` file.