v0.14.7 (2017-10-27)
Merged pull requests:
v0.14.6 (2017-10-26)
Merged pull requests:
v0.14.5 (2017-10-26)
Closed issues:
- Unable to run Jasmine tests with fixtures #123
Merged pull requests:
v0.14.4 (2017-10-26)
Merged pull requests:
v0.14.3 (2017-09-27)
Closed issues:
- Out of date monkey patch on
compute\_asset\_path
breaks minitest on Rails 5.0.1+ #213
Merged pull requests:
- Drop official Ruby 1.9 support #219 (searls)
- Update compute_asset_path to Rails 4 signature #214 (fofr)
v0.14.2 (2017-09-07)
Closed issues:
- Trouble with running tests in terminal #208
- Using angular 1.3.2 will break jasmine specs #206
- $templateCache not being hit #205
Merged pull requests:
- Allow to pass several options to PhantomJS via jasmine.yml. Fix #192 #217 (bolshakov)
- Use File.exist? instead of File.exists? #210 (fakefarm)
v0.14.1 (2016-09-19)
Closed issues:
- Clear Rails 5 Deprecation warnings #187
Merged pull requests:
v0.14.0 (2016-09-18)
Closed issues:
rake spec:javascript
shouldn't short circuit a chain of rake commands #199
Merged pull requests:
- Updated
rake spec:javascript
so it doesn't short circuit #200 (jason-o-matic) - Remove Rails 5 request spec params deprecation #198 (benlovell)
v0.13.0 (2016-08-30)
Closed issues:
- "phantom_options: --debug=true" fails with "Invalid values for 'debug' option." #192
Merged pull requests:
v0.12.6 (2016-07-11)
Closed issues:
- Error when running tests #196
Merged pull requests:
v0.12.5 (2016-06-22)
Closed issues:
Merged pull requests:
- Work around PhantomJS 2 memory consumption issue #194 (seanlinsley)
- Add Rails 5 (beta 3) to the build #190 (searls)
v0.12.4 (2016-04-07)
Closed issues:
- Variables in erb files #186
- Issues with Rails 5 #185
- Phantomjs 2.1.1 segfaults with jasmine-rails #184
- Should have non-zero return value for failing specs #182
Merged pull requests:
v0.12.3 (2016-02-17)
Closed issues:
- PhantomJS / Jasmine-Rails doesn't exit when run from command line with bundle exec rake spec:javascript #155
Merged pull requests:
v0.12.2 (2015-11-10)
Closed issues:
Merged pull requests:
v0.12.1 (2015-09-27)
Closed issues:
- Getting "Unsafe JavaScript attempt to access frame" when running specs from the command line #153
- assets.raise_runtime_errors can't be set when running the tests #147
- Could not find generator jasmine_rails:install. #145
- ERROR: TypeError: 'undefined' is not an object (evaluating 'parent.prototype') #115
- Failing test results in an error message from phantomjs #66
- rake spec:javascript ran in the wrong rails environment #53
Merged pull requests:
- preserve exit code when running specs in non-test env #174 (bunnymatic)
- spec_runner: target the current version of IE #171 (henrik)
v0.12.0 (2015-09-19)
Closed issues:
Merged pull requests:
- Ensure rake task runs under RAILS_ENV=test #173 (searls)
- Allow passing config yaml file name from environment #172 (PericlesTheo)
v0.11.0 (2015-08-10)
Closed issues:
- SpecRunner precompiles assets? #168
- Tests are run twice in console when using spring #165
- Testing js-files in isolation: all tests all include application.js?! #164
- AbsoluteAssetPathError - Asset names passed to helpers should not include the "/assets/" prefix. #163
- Could not find file spec/javascripts - Sprockets 3.0.0.beta8 #159
Merged pull requests:
- Add another space to src_files list in jasmine.yml #167 (spadin)
- Pass options to phantomjs executable #166 (danieltdt)
- Ensure
RAILS\_ENV
is set totest
when running tests #162 (rudyjahchan)
v0.10.8 (2015-04-11)
Closed issues:
- jasmine-rails stuck in a loop #161
- "can't load the address!" error in jasmine-runner.js when using phantomjs 2.0 #158
v0.10.7 (2015-02-09)
Closed issues:
- Getting routing error on trying to launch simple test #157
- SPEC=spec/individual/test.js.coffee not working #142
v0.10.6 (2015-01-09)
Closed issues:
Merged pull requests:
v0.10.5 (2014-12-18)
Merged pull requests:
- revert PR #150 - was causing incorrect failed count when pending or skipped specs are present #151 (larsklevan)
v0.10.4 (2014-12-11)
Merged pull requests:
- fix failed count in ConsoleReporter when there are skipped_or_pending_specs #150 (larsklevan)
v0.10.3 (2014-12-04)
Closed issues:
- Slow test runs with large apps #148
- what version of Jasmine is this? (can this be documented in the README) #144
- trouble running tests from CLI #141
Merged pull requests:
v0.10.2 (2014-08-21)
Merged pull requests:
- Turn off for turbolinks #138 (ValMilkevich)
v0.10.1 (2014-08-21)
Merged pull requests:
v0.10.0 (2014-08-04)
Merged pull requests:
v0.9.1 (2014-07-02)
Closed issues:
Merged pull requests:
- Replace Function.prototype.bind polyfill with one that works for the latest version of Phantomjs #137 (eomuraliev)
- Fix README references to SpecRunnerHelper #135 (cmaher)
- Modify some deprecated names on README.md #132 (debbbbie)
- Update README.md #131 (debbbbie)
- Update README.md #129 (debbbbie)
v0.9.0 (2014-05-12)
Closed issues:
- Allow adding reporters #126
Merged pull requests:
- Fix typos, links, and small style in README #128 (shepmaster)
- Allow specifying which reporters to use. Fixes #126 #127 (shepmaster)
v0.8.1 (2014-05-10)
Merged pull requests:
v0.8.0 (2014-05-10)
Closed issues:
- rake task downloading phantomjs even though binary is on path #124
Merged pull requests:
- Attempts to load in custom helper functions #125 (ryanmcilmoyl)
v0.7.2 (2014-05-05)
Closed issues:
- Jasmine and force_ssl #61
v0.7.1 (2014-04-26)
Closed issues:
- Unable to mount JasmineRails::Engine #120
v0.7.0 (2014-04-12)
Merged pull requests:
v0.6.2 (2014-04-12)
Closed issues:
- Javascript-template files (HAMLC, ECO etc.) #113
- Breaks when Turbolinks is enabled. #109
- confused to import a js file from /vendor #103
Merged pull requests:
v0.6.1 (2014-04-12)
Closed issues:
- Add rails 4.1.0 support #117
- Allow custom CSS #116
- rake spec:javascript not finding homebrew's phantomjs #114
- ConsoleReporter displays "failure" message (yet exits with status code 0) if tests are marked as pending #111
- Problem running jasmine-rails from console on ubuntu with backported sprockets in rails 4 #108
- TypeError: has no method 'andCallFake' #107
- jasmine_rails:install generator not found on fresh install #105
- Update to Jasmine 2.0 #93
Merged pull requests:
- ConsoleReporter displays failure message (yet exits with status code 0) if tests are marked as pending #112 (laser)
v0.6.0 (2014-02-20)
Closed issues:
- jasmine-rails breaks when jasmine-jquery updates to v2 #106
v0.5.6 (2014-02-11)
Merged pull requests:
v0.5.5 (2014-02-02)
Closed issues:
- src_files is silently ignored #100
- wrong constant name JasmineRails/specRunnerController when running under Rails 3.1.12 #99
Merged pull requests:
0.5.4 (2014-01-06)
0.5.3 (2014-01-06)
Closed issues:
- Where does spec/javascripts/helpers/spec_helper.js come from? #97
- Dummy project link is broken in readme #96
Merged pull requests:
- use phantomjs path if it's not in PATH #98 (sinisterchipmunk)
- asset_path helper in tests fail due to computed path being hardcoded #95 (Dishwasha)
0.5.2 (2014-01-06)
Closed issues:
- RAISED "\xFF" from ASCII-8BIT to UTF-8 #64
Merged pull requests:
0.5.1 (2013-12-06)
Merged pull requests:
0.5.0 (2013-11-25)
Closed issues:
- Assets compiled in assets folder and not cleaned up #60
Merged pull requests:
0.4.9 (2013-11-08)
Closed issues:
- Duplicated - remove please #88
Merged pull requests:
- removed file:// from command run, windows does not recognise this prefix... #87 (azzamallow)
- open file to write with binary flag #86 (azzamallow)
0.4.8 (2013-10-31)
Closed issues:
- testbed gemfiles always conflict #81
- Unable to complete "bundle install" #78
- phantomjs runner executes my tests twice #28
Merged pull requests:
- point travis to our little shell script #85 (searls)
- Only run rails 4 tests a single time from the command line #83 (zmoazeni)
- Bumps jasmine-rails version in the testbed lock files #82 (zmoazeni)
- Uses ssl version of rubygems instead of http #80 (zmoazeni)
- Fixes
bundle install
now that Rails v4.x is live #79 (zmoazeni)
0.4.7 (2013-10-22)
Closed issues:
- Use erb within a spec #75
- License missing from gemspec #71
- Is it possible to overwrite the spec runner? #65
- jasmine-spec.js.erb should not minify test-only JS #62
- is there a way to output results to an html file? #57
- Deprecation warning: Rails 4 compatibility #54
Merged pull requests:
- added clarification for require #77 (leeacto)
- Better compatible shim for Function.prototype.bind #76 (UncleGene)
- javascripts at the bottom of the <body> #73 (losingkeys)
- fix running jasmine when the asset_host is set in test environment #72 (wireframe)
- minor typo fixed #70 (dguzzo)
v0.4.6 (2013-09-09)
Closed issues:
- Function.prototype.bind undefined for command line / phantomjs #68
- .js.coffee extentions #56
- Jasmine runner at '/specs' returned a 500 error #52
- jasmine-rails not compatible with Rails 3 #50
- Changelog request #32
- browser not loading specs / assets #8
Merged pull requests:
- Added polyfill for Function.prototype.bind #69 (rymohr)
- extract JasmineRails::Runner to support alternative non-rake test runner... #67 (wireframe)
- fix broken link in README. #63 (ccallebs)
- Fix DEPRECATION WARNING for rails 4.0.0. ActionController::Integration t... #58 (zeisler)
- Allow for jasmine.yml to be in 'config/' instead of 'spec/javascripts/support/' #51 (chrisnicola)
- Avoid clashing with main ApplicationController #49 (bcardiff)
- Minor documentation tweak #48 (wbyoung)
- tweak to console reporter to use top spec descriptions only #45 (doryphores)
- [README] Indicate that the example spec is a JavaScript file. #44 (strand)
v0.4.5 (2013-05-28)
Closed issues:
- compute_public_path_with_offline_asset doesn't work with symbols #41
- Is Jasmine's routing available in production? #38
Merged pull requests:
v0.4.4 (2013-05-23)
Merged pull requests:
0.4.3 (2013-05-13)
Closed issues:
Merged pull requests:
- Testbeds with rails 4 #35 (sinisterchipmunk)
0.4.2 (2013-04-25)
Merged pull requests:
- Fixed phantomjs execution for paths with spaces #31 (dandehavilland)
0.4.1 (2013-04-25)
Closed issues:
- spec:javascripts errors in Rails 3.1 #30
- rake spec:javascript(s) do not exist #29
- Incorrect asset path in Rails 4 beta #17
- jasmine-rails compiles C-Extension for QT, after gem has loaded even though QT is not being used #16
- New project experience: browser spec runner requires > 0 source files #13
0.4.0 (2013-04-18)
Closed issues:
- Running tests in browser is very very slow #23
Merged pull requests:
- use def-rescue instead of begin-rescue #27 (bonsaiben)
- Phantomjs Headless Runner #25 (wireframe)
- Enable browser caching #24 (rymohr)
0.3.3 (2013-03-06)
Closed issues:
- Upgrade to jasmine-core (~> 1.3.1) config error #19
- Rails.application.assets nil #18
- Error: Sprockets::FileOutsidePaths #4
Merged pull requests:
- Fix for rails 3 2 stable #26 (keithpitt)
- don't pass out nil paths from calls to asset_paths as that kills app boot #22 (leemhenson)
0.2.3 (2012-12-05)
Closed issues:
- Rakefile seems wack #21
- Fixtures support. #15
- Jasmine includes sprocket files twice. #14
- Erroneous jasmine.rake warning #7
- jasmine_rails/application.js won't compile because of missing prototype.js #1
Merged pull requests:
- Tidy up Guard section of README. #10 (xaviershay)
- reload for any file change #9 (gerad)
- Fix closing tag #6 (ayosec)
- Set src_dir to jasmine look for application javascripts #5 (fnmunhoz)
- Gemspec update w.r.t. Readme file #3 (DMajrekar)
- Allow jasmine-rails to work with Rails 3.2. #2 (bigjason)
* This Change Log was automatically generated by github_changelog_generator