Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alassek/rql
Simple reimplementation of Arel as a teaching tool
https://github.com/alassek/rql
Last synced: about 1 month ago
JSON representation
Simple reimplementation of Arel as a teaching tool
- Host: GitHub
- URL: https://github.com/alassek/rql
- Owner: alassek
- License: mit
- Created: 2019-04-11T06:34:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T06:34:23.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T13:28:57.146Z (about 1 month ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RQL -- Learn Arel by Building it from scratch
This is an example implementation of a _very simple_ Arel clone as a teaching tool.
## Presentation
This project includes a slide deck generated by [tybenz/vimdeck](https://github.com/tybenz/vimdeck)
```
$ bundle install
$ vimdeck present.md
```## Usage
Don't.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).