Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 107c5756c014
Choose a base ref
...
head repository: opal/opal-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1133163670e9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 24, 2015

  1. Bump opal-rspec version

    elia committed Jun 24, 2015
    Copy the full SHA
    5244373 View commit details
  2. Update the changelog, fixes #55

    elia committed Jun 24, 2015
    Copy the full SHA
    1133163 View commit details
Showing with 28 additions and 1 deletion.
  1. +27 −0 CHANGELOG.md
  2. +1 −1 opal-rails.gemspec
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
# edge

* Opal 0.8
* Default spec location is not `spec-opal`, this will allow opal specs to be "alphabetically" near other specs.
* Don't run the sourcemap server unless sprockets is active and sourcemaps enabled and sprockets is in debug mode
* Align spec compilation done via `rake opal:spec` vs. in the browser at `/opal_spec`
* Dynamic require severity now defaults to `:ignore`
* Make `#opal_tag` helper respect provided options + specs
* Sprockets bootstrap code can be skipped from `javascript_include_tag` passing `skip_opal_loader: true`
* All specs now need to require "opal" and "opal-rspec" explicitly


# 0.7.0 2015-02-02

* Opal 0.7
* Added an `opal` Slim filter
* WebScale!
* Drop Ruby 1.8.7 support
* Add a view rails generator `rails g opal:assets` to generate example view classes.

# 0.6.3 2014-03-07

* Add `opal_tag` helper, similar to `javascript_tag`
* Allow specs inside subdirectories
* Updated to Opal v0.6

# 0.6.2 2013-12-13

* Added fun
* Expire Sprockets cache (by means of using different cache keys) when the opal version changes (monkeypatch)
* Rely on `Opal::Processor` to know if source maps are enabled

# 0.6.1 2013-11-05

* Fix the rake task, now uses `opal-rspec` too
2 changes: 1 addition & 1 deletion opal-rails.gemspec
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'rails', '>= 3.2', '< 5.0'
s.add_dependency 'opal', '~> 0.8.0.rc'
s.add_dependency 'opal-jquery', '~> 0.3.0'
s.add_dependency 'opal-rspec', '~> 0.4.2'
s.add_dependency 'opal-rspec', '~> 0.4.3'
s.add_dependency 'jquery-rails'
s.add_dependency 'opal-activesupport', '>= 0.0.5'