arel

Version, currently master branch1 version
  • master branchlatestNov 11, 2017

github.com/fernandes/arel

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  arel:
    github: fernandes/arel
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Celso Fernandes

Dependencies

This version declares no dependencies.

README

arel

Build Status

This is an attempt to port Rails Arel to Crystal, this work is based on commit #5cc7e77

Installation

Add this to your application's shard.yml:

dependencies:
  arel:
    github: fernandes/arel

Usage

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 Celso Fernandes - creator, maintainer