Skip to content

issues Search Results · repo:rubyjs/therubyrhino language:Ruby

Filter by

25 results
 (91 ms)

25 results

inrubyjs/therubyrhino (press backspace or delete to remove)

From https://github.com/rails/execjs/pull/110#issuecomment-1023121550 Unlike all other execjs backends, therubyrhino currently does not convert :some_symbol to some_symbol when passing it to JavaScript. ...
  • eregon
  • 1
  • Opened 
    on Jan 27, 2022
  • #43

This call to getJSTimeValue fails in jruby-9.2: module Rhino module To def to_ruby(object) case object # ... when JS::NativeDate then Time.at(object.getJSTimeValue / 1000) ...
  • cataphract
  • 2
  • Opened 
    on Apr 27, 2020
  • #42

require rhino p Rhino::VERSION # = 2.0.4 ctx = Rhino::Context.new ctx.eval( this.bar = 123 ); p ctx.eval( (function() { return this.bar })() ) # = 123 (as expected) p ctx.eval( this.bar ) ...
  • judofyr
  • 2
  • Opened 
    on Jun 6, 2018
  • #39

I m putting this here for documentation as much as anything. It s not clear to me if Mozilla Rhino will ever be made ECMAscript 6 compliant or be kept up to date in general... I ve found that using therubyrhino ...
  • rob99
  • 1
  • Opened 
    on Dec 12, 2017
  • #38

Getting ExecJS errors when rendering a React component with prerender:true %= react_component( Hello , {}, {prerender: true}) % Error goes away when using latest js.jar from Rhino
  • diegobg
  • 5
  • Opened 
    on Apr 29, 2015
  • #32

Hey guys, just upgraded jruby to 1.7.13 and my less compiler, which uses the ruby rhino for its js execution started acting up. Not sure whether it is an error in jruby or the ruby rhino. In any case, ...
  • slawo-ch
  • 1
  • Opened 
    on Aug 6, 2014
  • #31

The problem was already posted and discussed in jruby/jruby#1147. There seems to be a problem with therubyrhino together with test-unit. As far as I understood @headius suggested to post the issue here. ...
  • tillsc
  • 2
  • Opened 
    on Jul 15, 2014
  • #30

As soon as I try to require rhino , I get this error: NoMethodError: undefined method `useMozillaStackStyle for Java::OrgMozillaJavascript::RhinoException:Class from /Users/adam/.rvm/gems/jruby-1.7.8/gems/therubyrhino-1.73.5/lib/rhino/error.rb:71:in ...
  • KaptajnKold
  • 4
  • Opened 
    on Feb 24, 2014
  • #29

Hello, tried to do the following require rhino o = Object.new o.eval_js( new Date() ) Triggers NoMethodError: undefined method `getJSTimeValue for org.mozilla.javascript.NativeDate@7bb22a8c:Java::OrgMozillaJavascript::NativeDate ...
  • lucabelluccini
  • 9
  • Opened 
    on Nov 18, 2013
  • #27

I m using JRuby to create a new Rails 3.1.3 application which depends on the less-rails-bootstrap gem and therubyrhino (2.0.0). I ve created a view (home/index.html.erb) that just has a single p element ...
  • mindscratch
  • 7
  • Opened 
    on Aug 21, 2012
  • #25
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub