Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
Port of Rails' ActiveSupport Gem, still in the early stages of development. A lot of code has been copy-pasted from rails/activesupport, so some things in the documentation may not be applicable and some things may just not work.
Add this to your application's shard.yml
:
dependencies:
active_support:
github: watzon/active_support.cr
require "active_support"
I want to port all of the functionality in ActiveSupport that's actually useful in Crystal and not just Ruby specific patches. Here is a list of things that I would like to see ported: