jlecour (Jérémy Lecour)
- Login: jlecour
- Email: jeremy.lecour@gmail.com
- Registered on: 09/18/2010
- Last sign in: 10/02/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
02/11/2015
-
04:32 PM Ruby Bug #10846 (Closed): Stack consistency error
- Hi,
I'm maintaining a (private) Rails 4 app, which was running fine on Ruby 2.1.4 and have some issues on 2.2.0
The issue is present on OS X 10.10.2 "ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]"
but not on a Linux D...
12/29/2014
-
03:10 PM Ruby Feature #10674 (Closed): Net::HTTP retries idempotent requests once after a timeout, but its not configurable
- Hi,
I've noticed that Net::HTTP retries idempotent requests once after a time-out. It seems to adhere to the RFC 2616 (http://tools.ietf.org/html/rfc2616), but it is not always the best thing to do.
When you don't know exactly how ...
03/20/2014
-
03:26 PM Ruby Bug #9657: Segfault in bigdecimal/util.rb Float#to_d
- I've had the same issue.
I've attached the crash report and the segfault output
09/20/2010
-
04:47 PM Ruby Feature #3848: Using http basic authentication for FTP with Open URI
- =begin
As James Gray pointed out (http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/32470), it is already possible to use FTP authentication, by passing the username/password *in* the URL.
It's a very good thing because i...
09/18/2010
-
04:02 AM Ruby Feature #3848 (Closed): Using http basic authentication for FTP with Open URI
- =begin
Hi,
I needed to download a file from a FTP server, with OpenURI and I've found that it is not possible to do it with authentication.
There is an option in the OpenURI open method to use a username/password but it is no...