Sha256: 927d48a1541ed4b88581dc8e974f05b7f2732cf987838ac699e6c8589a37a607

Contents?: true

Size: 929 Bytes

Versions: 3

Compression:

Stored size: 929 Bytes

Contents

# Opal: ActiveSupport

> @AstonJ But it's vanilla Ruby. It's not like you have ActiveSupport available, which somewhat defeats it for me.
— @dhh, 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

3 entries across 3 versions & 1 rubygems

Version Path
opal-activesupport-0.3.0 README.md
opal-activesupport-0.2.0 README.md
opal-activesupport-0.1.0 README.md