NOT a Rails clone. Helpers to use Crystal alongside Rails.
  • Crystal 85.4%
  • Shell 14.6%
Find a file
Alex Piechowski c35873371d Initial commit
2022-03-23 03:12:48 +00:00
.github/workflows Initial commit 2022-03-23 03:12:48 +00:00
script Initial commit 2022-03-23 03:12:48 +00:00
spec Initial commit 2022-03-23 03:12:48 +00:00
src Initial commit 2022-03-23 03:12:48 +00:00
.editorconfig Initial commit 2022-03-23 03:12:48 +00:00
.gitignore Initial commit 2022-03-23 03:12:48 +00:00
LICENSE Initial commit 2022-03-23 03:12:48 +00:00
README.md Initial commit 2022-03-23 03:12:48 +00:00
shard.yml Initial commit 2022-03-23 03:12:48 +00:00

rails

TODO: Write a description here

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      rails:
        github: public-law/rails.cr
    
  2. Run shards install

Usage

require "rails"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/public-law/rails.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors