An open API service indexing awesome lists of open source software.

https://github.com/fernandes/arel


https://github.com/fernandes/arel

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# arel

[![Build Status](https://travis-ci.org/fernandes/arel.svg?branch=master)](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