-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby support #20
Comments
Doesn't JRuby support 2.0 syntax? |
No, it's still at 1.9.3 compatibility. |
http://stackoverflow.com/questions/15281036/how-to-run-ruby-2-0-with-jruby-1-7 It says there is a 2.0 compat mode in JRuby. Also, there might be a way to make the whole gem fully 1.9.3 compat. We'd need to get rid of |
You can see they mention only 1.9.3 and 1.8. I guess it's not fully/officially supported. This gem might actually work but because of the gemspec i think it won't even install. I'm getting this with jruby-1.7.16
|
Have you tried running gem install in 2.0 compat mode? |
I can't as my gemfile defines the ruby version as 1.9.3 on purpose to make sure all gems installed function properly. |
:( Well, we'll probably fix that soon. There's almost nothing that makes this gem impossible to work on 1.9.3. |
If you want I can give it a go and send a pull request. |
I plan to push a big chunk of changes pretty soon because of the other issues we have, it'll probably make your pull-request irrelevant due to conflicts. |
gotya well, looking forward =] |
Just released a new version that's fully 1.9.3 compatible. Please give it a try. |
Thanks! looks good so far :) |
Always pass `--environment test` to `ember test` command from Rails. Resolve testing issue by adding test coverage. Required [rondale-sc/ember-cli-rails-addon#20] to correct fingerprinting issue. [#20]: rondale-sc/ember-cli-rails-addon#20
Always pass `--environment test` to `ember test` command from Rails. Resolve testing issue by adding test coverage. Required [rondale-sc/ember-cli-rails-addon#20] to correct fingerprinting issue. [#20]: rondale-sc/ember-cli-rails-addon#20
Always pass `--environment test` to `ember test` command from Rails. Resolve testing issue by adding test coverage. Required [rondale-sc/ember-cli-rails-addon#20][#20] to correct fingerprinting issue. [#20]: rondale-sc/ember-cli-rails-addon#20
Always pass `--environment test` to `ember test` command from Rails. Resolve testing issue by adding test coverage. Required [rondale-sc/ember-cli-rails-addon#20][#20] to correct fingerprinting issue. [#20]: rondale-sc/ember-cli-rails-addon#20
Hey there, I get Ruby ~> 2.0 needed. Is there a reason not to support JRuby?
Cheers for this!
The text was updated successfully, but these errors were encountered: