Sha256: 2f5121ccc12ac90181c8ea0304168638b36c21a93db47ab8df63663cc7d97a99
Contents?: true
Size: 559 Bytes
Versions: 7
Compression:
Stored size: 559 Bytes
Contents
# edge * Add `Rails.application.config.opal` which accepts: - method_missing: `<Boolean>` (default: `true`) - optimized_operators: `<Boolean>` (default: `true`) - arity_check: `<Boolean>` (default: `false`) - const_missing: `<Boolean>` (default: `true`) * Add the Changelog # 0.3.8 2013-05-07 * Add `opal/rails` alongside to `opal-rails` for older bundlers autorequire # 0.3.7 2013-05-04 * Rails 4.0.0 support * Add `opal_ujs`, now it's possible to use Opal for new Rails apps: `rails new <app-name> -j opal` * Updated README examples
Version data entries
7 entries across 7 versions & 1 rubygems