mirror of
https://github.com/public-law/rails.cr.git
synced 2026-07-09 20:28:38 -07:00
NOT a Rails clone. Helpers to use Crystal alongside Rails.
- Crystal 85.4%
- Shell 14.6%
| .github/workflows | ||
| script | ||
| spec | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| shard.yml | ||
rails
TODO: Write a description here
Installation
-
Add the dependency to your
shard.yml:dependencies: rails: github: public-law/rails.cr -
Run
shards install
Usage
require "rails"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/public-law/rails.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- grepsedawk - creator and maintainer