-
I setup a Debian stable (wheezy) chroot to test compiling rubinius.
```
# debootstrap --arch=amd64 --variant=buildd wheezy /srv/chroot/debian
```
`/etc/schroot/schroot.conf`:
[debian_stable]
descr…
-
Rails: 4.0.0
Devise: 3.0.0rc
Warden: 1.2.1
When creating object with FactoryGirl I receive "The method .order() must contain arguments.". I can see that generate_token from devise calls find_first me…
-
```
RuntimeError: bad defined? part: cvar
```
-
https://travis-ci.org/jruby/jruby/jobs/6104617
https://travis-ci.org/jruby/jruby/jobs/6104619
-
Hi,
I encountered this bug (or at least confusing behavior) in the following scenario. I'm hacking around on some gem and have old stuff/ideas in a subdirectory, both with a .gemspec. So I have the s…
ghost updated
11 years ago
-
``` ruby
class Demo
class
-
While this theme is hot (99f51d11c65c1607d0df5f47e788f247afdc28b2) let me add my 2 cents:
``` ruby
class A
def m
1
end
end
a = A.new
def a.m; super * 9; end
puts a.m
#>> has to print 9
``…
-
More weird syntax in optparse.rb trying to get minitest to work. Hopefully there won't be too many more, there's some old school code in optparse, but it gets used by a lot of libraries, so getting i…
-
Consideration might be taken on some specs which are unable to run on opal (platform issues, etc). This issue lists the status of specs from both language and core parts of rubyspec.
#### Notes
- Spec…
-
Running the specs for metasploit_data_models under JRuby on travis-ci, I get the following warning:
``` log
/home/travis/.rvm/gems/jruby-1.7.4-d19/gems/rspec-core-2.14.5/lib/rspec/core/example.rb:275…