Sha256: 11697b6c5d3c73543b985558001fa6faef8de3444357058ea39c9e5ee519d818
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
# Opal: ActiveSupport [![Build Status](https://travis-ci.org/opal/opal-activesupport.svg?branch=master)](https://travis-ci.org/opal/opal-activesupport) > @AstonJ But it's vanilla Ruby. It's not like you have ActiveSupport available, which somewhat defeats it for me. _[@dhh 6:44 PM - Oct 23, 2012](https://twitter.com/dhh/status/260783823254601728)_ ## Installation Add this line to your application's Gemfile: gem 'opal-activesupport' And then execute: $ bundle Or install it yourself as: $ gem install opal-activesupport ## Usage Inside your `application.js.rb`: ```ruby require 'active_support' # to require the whole active support lib require 'active_support/core_ext' # require only the corelib extensions require 'active_support/core_ext/string' # require only the corelib extensions ``` ## Contributing 1. Fork it 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 new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opal-activesupport-0.3.3 | README.md |
opal-activesupport-0.3.2 | README.md |