tobymurray-nanometrics (Toby Murray)
- Login: tobymurray-nanometrics
- Registered on: 07/13/2016
- Last sign in: 01/11/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
01/11/2017
-
09:32 PM Ruby Bug #13018: end of file reached (EOFError) from SMTP
- Someone has commented on the Rails issue here: https://github.com/rails/rails/issues/27298#issuecomment-269980037 that this is one of a handful of errors that leak out. Not sure whether the ones mentioned there mean much in this context,...
12/08/2016
-
06:59 PM Ruby Bug #13018: end of file reached (EOFError) from SMTP
- Fix typo
-
06:53 PM Ruby Bug #13018 (Closed): end of file reached (EOFError) from SMTP
- Originally filed against Rails: https://github.com/rails/rails/issues/27298
```
require 'net/smtp'
real_email_address = '' # This needs to actually be a real account
real_email_password = '' # This needs to actually be the corres...
07/13/2016
-
04:34 PM Ruby Bug #12585 (Third Party's Issue): FileUtils.move leads to rb_file_s_rename Errno::EACCES: Permission denied on Windows
- In Windows 10, running as administrator:
~~~
λ C:\tools\ruby\23-x64\bin\irb.cmd
irb(main):001:0> require 'fileutils'
=> true
irb(main):002:0> FileUtils.mkdir("first_directory")
=> ["first_directory"]
irb(main):003:0> FileUtils.m...