https://github.com/fernandes/arel
https://github.com/fernandes/arel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandes/arel
- Owner: fernandes
- License: mit
- Created: 2017-10-31T01:12:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T11:07:31.000Z (over 7 years ago)
- Last Synced: 2025-01-29T11:44:36.831Z (3 months ago)
- Language: Crystal
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arel
[](https://travis-ci.org/fernandes/arel)
This is an attempt to port Rails Arel to Crystal, this work is based on commit [#5cc7e77](https://github.com/rails/arel/commit/5cc7e77)
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
arel:
github: fernandes/arel
```## Usage
```crystal
require "arel"
```## Development
Make test suite happy!
## Contributing
1. Fork it ( https://github.com/fernandes/arel/fork )
2. Create your feature branch (git checkout -b spec/spec_you_are_fixing)
3. Commit your changes (git commit -am 'Make spec X pass')
4. Push to the branch (git push origin spec/spec_you_are_fixing)
5. Create a new Pull Request## Contributors
- [fernandes](https://github.com/fernandes) Celso Fernandes - creator, maintainer