-
I use `Dir.mktmpdir` in some tests to have an isolated directory where files are written so that each test is isolated and doesn't affect the others. I've been getting intermittent JRuby build failur…
-
I have common [Ruby project](https://github.com/ai/plain_record) with `.travis.yml`:
``` yml
language: ruby
bundler_args: --without development
rvm:
- 1.8.7
- ruby-1.9.3
- jruby-18mode
- rbx-…
-
I create two images. img1 and img2.
when I switch the mouse between img1 and img2.
the hover event always happens earlier than leave event.
for example:
cursor on img1: img1 hover
move cursor from …
athom updated
12 years ago
-
when I move my mouse on the picture, the console puts the message "h" and "l" endless.
seems the event hover and leave happen at the same time.
is that a bug?
if not, how to change the code to avoid t…
athom updated
12 years ago
-
worker list would look better ordered
right now it's :
```
ruby2.worker.travis-ci.org
php1.worker.travis-ci.org
ruby1.worker.travis-ci.org
rails1.worker.travis-ci.org
rails2.worker.travis-ci.org
erl…
-
I am having erratic problems with starting selenium. It seems to work on MRI 1.8.7, but not 1.9.2 or 1.9.3. Both were working before the weekend.
My `.travis.yml` file:
``` .yml
rvm:
- 1.9.3
…
-
Hi,
Could you loosen the version requirements to work with bcrypt-ruby 3.0.0 or greater? Since bcrypt-ruby3.0.1 is out this would make packaging dm-types 1.2.0 for FreeBSD possible.
Steve
-
```
Using worker: ruby3.worker.travis-ci.org:worker-5
2
3$ git clone --depth=1000 --quiet git://github.com/solnic/virtus.git solnic/virtus
4$ git checkout -qf af6a7cd38294e40306ff1e09980b00f6ffa85803
…
-
Using latest sqlite3 3.7.3 version + latest of sqlite3-ruby from git:
```
$ sqlite3 --version
3.7.3
$ ruby setup.rb setup
---> lib
---> lib/sqlite3
ext/sqlite3
make
gcc -I. -I. -I/Users/admin/.rvm…