-
Working on it!
-
We need good ways of accessing data from partsregistry.org.
http://partsregistry.org/Registry_API
http://igempartview.appspot.com/api.jsp
- [x] Expose access to the 4 search boxes on http://partsreg…
mef51 updated
11 years ago
-
https://gist.github.com/3943772
-
When Rdoc-ing a very simple file I get an RDoc error:
C:\tmp>type example.rb
class SomethingHappenedError < StandardError; end
C:\tmp>gem list rdoc
**\* LOCAL GEMS ***
rdoc (3.6.1, 3.5.3, 2.5.8)
…
-
The following line of code will fail with Rubinius:
http://github.com/technicalpickles/jeweler/blob/master/lib/jeweler/commands/install_gem.rb#L19
The reason is that Config::CONFIG['RUBY_INSTALL_NAM…
dkubb updated
14 years ago
-
I've been trying to get cucumber working on ironruby.
I've installed:
gherkin 1.0.30
cucumber 0.7.3
IronRuby 1.0.0.0 on .NET 2.0.50727.3607
When I'm trying to start the cucumber applicatio…
-
To replicate, run:
require 'etc'
Etc
This causes the following error
:0:in `const_missing': uninitialized constant Object::Etc (NameError)
This issue in turn breaks igem.
The environment is:
OSX le…
-
I recently installed 0.9.3 and started writing scripts.
I installed the test-unit gem by running "igem install test-unit" and then when I ran
require "test/unit" in a script using ir64.exe i get a …