Tagged Questions
1
vote
1answer
99 views
activerecord-jdbc-adapter requires ActiveRecord at runtime error
So i just updated the JRUBY to 1.7.3 [1.9] and did a fresh gem install for the 1.9 version of ruby.
Here are the versions of my activerecord gems:
activerecord (1.6.0)
activerecord-jdbc-adapter ...
0
votes
1answer
30 views
JRuby and GEMS_PATH
I'm trying to make a JAR with a Ruby Sinatra-based script, so I need to access to some gems.
I try to install them like that:
$ jruby -S gem install sinatra sqlite3 json
ERROR: While ...
0
votes
0answers
183 views
Can't load gems from JRuby jar file within OSGi bundle
I'm having trouble loading gems that I've bundled within a jar that's then loaded as an OSGi bundle. I'm a Ruby programmer, so I'm not very familiar with OSGi, Maven, or JRuby.
Our intent is to add ...
1
vote
2answers
227 views
Building CompassApp (jruby app) executable from source on Windows
I would like to build the executable of CompassApp, a GUI application that lets webdesigners compile stylesheets by using SASS and Compass without using the command line.
The source can be found on ...
1
vote
1answer
58 views
jRuby gem in a jar generates directory instead of jar
I'm using jruby and have been putting my gems in a jar like this
java -jar jruby_complete.jar -S gem install -i gem_jar.jar nokogiri erubis
This creates a jar "file" and correctly installs the gems. ...
1
vote
1answer
42 views
Can you deploy JRuby whilst using one or more Gems?
After doing some googling, I've concluded that I'm sorely uninformed of how JRuby and Gems relate to each other. I'm developing a program in JRuby in netbeans. I know that you can only gems that are ...
0
votes
1answer
92 views
Gems not appearing in JRuby gem list (succesfully installed)
This question has two parts:
1) I installed JRuby using rvm today, install went fine. I also have Ruby 1.9.3 installed on my system. Is there an easy way to re-install the same gems I have in 1.9.3 ...
1
vote
1answer
188 views
How to manage Java/Maven Dependencies in JRuby
I search for the best way to manage java dependancies in a jruby app/library.
Some time ago i read an article about getting java dependancies based on Maven through rubygems. I tried to follow up on ...
1
vote
0answers
190 views
Ruby gems in spring framework beans written in jruby
i'm new to the java world. I'm trying to use nokogiri gem inside the spring framework bean.
I follow this doc to include jruby script ...
0
votes
2answers
170 views
Is there any ruby library for usb hid interfaces?
I fear that there is no usb hid library, yet. Do anyone know good alternatives, which can be used together with ruby (e.g. jruby)?
1
vote
1answer
300 views
how to tell which gem causes dependency on another (uninstalled) gem?
How can I tell why a particular gem is getting installed when I install another gem?
That is, is there an easy way to find out where the dependency comes from? The gem install fails, so gem ...
1
vote
0answers
205 views
Gem Problems with running Warbler under Maven
I am seeing something odd with our build management server (we are using Jenkins CI). Projects are built using Maven (version 3.0.3)
Other environment details:
Rails 3.1.3
Jruby 1.6.7
Ruby 1.9.2
...
0
votes
1answer
191 views
Can't get RubyGems to install Maven artifacts using JRuby
We're porting a legacy Java app to JRuby and would like to reuse some Maven JARs we do not plan to port to Ruby (this is actually the reason we chose JRuby instead of MRI).
I googled and found that ...
2
votes
1answer
441 views
HTTP Path Empty Error when using JRuby Watir
I have installed JRuby 1.6.7.2 (64bit), and the JDK 1.7.x (64-bit) on my Windows 7 machine. Right now I'm just trying to launch a browser (Firefox 13.0) using Watir but I keep getting an HTTP error ...
0
votes
1answer
279 views
ERROR: could not find gem locally or in a repository
I mavenizing my project and found that some gems can't be installed from maven.
When I run
gem install jruby-openssl -v 0.7.2
from command line I get following output:
Successfully ...
2
votes
1answer
2k views
custom_require.rb:36: in `gem_original_require'
Though I have gem installed I get following error
/rbing.rb:4: uninitialized constant RBing (NameError)
from ...
2
votes
1answer
2k views
How can i use gems-in-a-jar with embedded JRuby?
I would like to use the excellent Sass as part of my build process. My build process is managed by Gradle. That means writing a plugin to run Sass. Sass is Ruby, and Gradle is in Groovy, but since ...
1
vote
1answer
80 views
How to tell a gem not to be installed on JRuby?
How can I configure a gem so that it couldn't be installed on JRuby?
0
votes
0answers
167 views
Why is jruby giving me this error when installing ruby-debug-ide?
Following is the error logs,
$ jruby -S gem install ruby-debug-ide -v '0.4.16'
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug-ide:
ERROR: Failed to build ...
0
votes
1answer
45 views
Wich gemsets is the most appropriate for a Web Designer that's learning RoR?
I'm learning Ruby and Rails and I am installing the RVM in my Mac / OS X Lion.
Any advise?
4
votes
1answer
270 views
consuming gems from jruby-complete
I can make my jruby-complete consume gems from a jar passed to it. But I'd like to use a central gem repo.
This is what I can do now:
$ java -jar jruby-complete-1.6.5.jar -S gem list
*** LOCAL ...
0
votes
2answers
365 views
Can't Install warbler ruby gem
I am running Ubuntu 11.10, jruby 1.4.0, ruby 1.8.7.174, rubygems 1.3.5, rails 2.3.4
I am working on a project that requires those specific versions of jruby, and Rails, along with glassfish server. ...
2
votes
2answers
518 views
Unable to get google-appengine for Jruby to work
I have been trying all day to get app-engine sdk to work nothing has really shaped up .
I emptied a gemset and installed google-appengine gem by executing
sudo gem install google-appengine
I have ...
2
votes
2answers
1k views
Installing gems on jruby
I've worked with ruby, and ROR but this new project is requiring me to use jruby. And I have been given documentation ad it is asking me to install jgem install cucumber, ect..
I am doing this on ...
4
votes
2answers
309 views
What's the best practice for using bundler, git, and jRuby gems with maven?
I'm working with jRuby and Rails for a while, but I don't have the feeling that I've found the holy grail for this:
I'm doing a lot of gems which are wrappers for actual java libs and I ask myself ...
2
votes
1answer
403 views
How do gems built for java work? Getting error install torquebox gem
I'm clearly missing something here. I'm trying to install the torquebox gems and am running into this error (on a mac):
gem install torquebox-server --pre --source ...
0
votes
1answer
290 views
Setting gem path from ScriptEngineManager eval method
Is it possible to set my jruby's gem path from the ScriptEngineManager in Java? The problem is that I'm using a compressed jruby interpreter (jruby-complete.jar) and it's not possible to get this ...
1
vote
1answer
226 views
How can I handle gems with a portable JRuby?
We're using Ruby scripts for certain parts of a build. To execute them, we're using JRuby ( the complete jar ), and so far we haven't made use of any gems outside the stdlib. If for example, I would ...
3
votes
2answers
891 views
Packaging local ruby gems using Bundler?
I have a project that I'm working on that uses a gem we've created internally. It's not hosted on rubygems.org or github. But we do have it in our repository and in a path on our local machine.
In ...
3
votes
1answer
541 views
How do I specify heap size configuration in a config file
gem install fails with the following error, How do I specify the heap size configuration in a common place so that I don't have to re-define this every time.
Error: Your application used more memory ...
0
votes
1answer
69 views
How do I make my gem place a .dll in a folder in the system PATH upon installation?
... and remove it upon un-installation, of course.
The issue is that other programs being called from my gem need to be able to find a certain file in the system PATH - setting the PATH ...
2
votes
2answers
2k views
How do you update JRuby's gem command?
How do we update the version of gem that JRuby uses?
JRuby uses gem (1.5.1) and we would like to upgrade it to 1.8.7. We want to have the gems installed in Ruby/gems
We run:
bin/jruby gem install ...
1
vote
2answers
410 views
Jruby gem error win32-service for rsense
I am trying to install Rsense, I am following the directions from here Rsense Docs
RSENSE_HOME is set but i cannot install the jruby win32-service to complete the steps to have the rsense service ...
0
votes
0answers
285 views
SWT not working once I run jruby rake rawr:jar but fine in jruby main.rb?
I'm using JRuby and the rawr gem to bundle my Ruby code into a executable jar. I am using SWT which is why I need JRuby (and it's awesome anyway :)
But I'm unable to run my jar file currently (on OSX ...
0
votes
0answers
86 views
Getting error in installing state machine for jruby
i trying to install jruby gem.i tried that command
X:\ABC_XXXX>jruby -S rake gems:install
(in X:/ABC_XXXX)
jruby -S gem install state_machine
JRuby limited openssl loaded. http://jruby.org/openssl
...
7
votes
3answers
3k views
Unable to install rails with jRuby
I am trying to install the rails with jRuby with the following command
jruby -S gem install rails -v 3.0.6
But stuck with the error :
JRuby limited openssl loaded. http://jruby.org/openssl
gem ...
4
votes
3answers
5k views
Require Nokogiri? No such file to load
I'm trying to get started with using Nokogiri. I ran the command
gem install nokogiri
as an administrator in Windows 7 (64-Bit). The console said "successfully installed" and "1 gem installed".
...
0
votes
2answers
219 views
Jruby, What popular ruby gems use C under the hood?
From what I understand, to use Jruby you basically convert the project to a .jar and deploy to tomcat etc.
But you can't use any gems that are written in c correct?
Which popular gems use c under ...
3
votes
3answers
168 views
Is there a Ruby site like this python.mirocommunity.org (python)?
Is there a Ruby site like this http://python.mirocommunity.org (python videos). This is a great Python site, love to find a equivalent RUBY site any ideas? Maybe someone should start one?
Thankyou ...
1
vote
1answer
1k views
Thrift gem and JRuby
I just recently installed JRuby and the Thrift gem after using it in MRI. I'm running into a problem where if I require 'thrift' I get the message "Unable to load thrift_native extension. Defaulting ...
2
votes
1answer
384 views
How do I get RubyGems to work with Jruby and JBOSS; works with Tomcat but not JBoss
I have a WAR file that uses jruby-complete.1.5.2.jar to provide JRuby as a ScriptEngine. My JRuby script relies on some Ruby gems that I packaged in a jar file. This works fine when I run the WAR ...
5
votes
2answers
2k views
JRuby OpenSSL Error
I am having problems configuring JRuby to work properly with OpenSSL. Googling has revealed that this is a pretty common occurence, but none of the solutions I've read have worked for me. Here is my ...
1
vote
1answer
255 views
How do you unpack gems using jruby on rails 2.3?
I'm trying to unpack all the system gems to end up with a standalone Rails directory including all the rails gems and all the system gems.
I'm starting with a bare rails setup; just did a jruby -S ...
3
votes
1answer
350 views
Writing a Jeweler Rakefile that adds dependencies depending on RUBY_ENGINE (ruby or jruby)
I have a Rakefile that includes this:
Jeweler::Tasks.new do |gem|
# ...
gem.add_dependency('json')
end
The gemspec that this generates builds a gem that can't be installed on jruby because the ...
3
votes
1answer
2k views
Getting JRuby to work in RubyMine
I setup the proper SDK because all my ruby code will compile but RubyMine complains that
it can't find the any of my java classes? Is this a flaw or is there a way to get it to recognizewhere the ...
7
votes
2answers
2k views
Jruby Gems-in-a-jar issue
I am trying to write some code in ruby (using jruby) to be compiled to java bytecode with jrubyc and deployed to a remote machine where it will be run on the JVM (no ruby available there).
Everything ...
0
votes
1answer
163 views
Why do I get a NoSuchMethod error running Warbler?
I'm getting the following error when running warble under both jRuby 1.3 and 1.4. I'm new to warbler, any suggestions what to try next?
$ warble war
WarblerWar.java:70:in `addEntry': ...
0
votes
2answers
676 views
Ruby gems gone after after JRuby install
Today I installed JRuby by downloading it, extracting it to /home/james/jruby-1.4.0, and adding the following lines to .bashrc:
export JRUBY_HOME=/home/james/jruby-1.4.0
export ...
1
vote
3answers
1k views
jruby rubygems update breaks jgem
Has anyone seen this: ?? No jgem command works at all?? Though jruby -S gem list does work. I'm using jruby 1.3.1 and Sun Java6 jre
root@test:/usr/local: jgem --version
1.3.3
...
0
votes
1answer
43 views
take the table element while clicking on the same table element
I'm developing a project and I have a problem about this subject.
I'm constructing ruby on rails project which will provide listing students with name.
First of all , I will list my students ...