jasmine / jasmine-gem

Jasmine ruby gem
682 stars 274 forks source link

Rails 4.2.1 missing rake jasmine task #238

Closed shlima closed 9 years ago

shlima commented 9 years ago

Hello, I was trying to upgrade my Rails application from 4.2.0 to 4.2.1.rc3 (pre-release), but all jasmine rake tasks are missing on the newer version of Rails

slackersoft commented 9 years ago

How does your Gemfile include the jasmine gem? If it's in a group, it should be included in :development because that's the environment that the rake tasks will run in by default.

What version of the jasmine gem are you using?

shlima commented 9 years ago

@slackersoft Yes, it is included into the development, test group. The version of Jasmine gem is 2.2.0

slackersoft commented 9 years ago

It looks like this is an issue with how jasmine is detecting whether you have rails installed and pre-release versions of rails.

I'm working on a fix that should make this better going forward.

shlima commented 9 years ago

Big thanks :beers: