chills42 (Craig Hills)
- Login: chills42
- Email: chills@gmail.com
- Registered on: 01/02/2015
- Last sign in: 03/01/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/01/2016
-
12:32 PM Ruby Bug #12132 (Closed): Crash during tests
- After updating a rails application to 2.3 I am experiencing intermittent crashes when I run `bundle exec rspec`
01/02/2015
-
02:10 PM Ruby Bug #10690 (Rejected): Tempfile new ArgumentError wrong number of arguments
- After updating to 2.2.0, I ran into an ArgumentError when calling Tempfile.new (wrong number of arguments (3 for 1..2).
I was able to narrow it down to this sample script which works on 2.1.3 and fails on 2.2.0.
`require 'tempfile'...