rohandaxini (Rohan Daxini)
- Login: rohandaxini
- Email: rohan_daxini@yahoo.com
- Registered on: 01/20/2015
- Last sign in: 01/29/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/29/2015
-
11:59 AM Ruby Bug #10677: Regression: Time#parse no longer automatically converts to localtime
- Ben Johnson wrote:
> Thank you for the explanation. I'll continue to debug and see if I can help measure it's impact. I more clearly understand the issue, and agree with the change. Unfortunately, I feel it's going to have a bigger impa...
01/20/2015
-
01:26 PM Ruby Bug #10758: undefined method `year' for nil:NilClass
- Hiroshi SHIBATA wrote:
> You should report rails/rails repository in github at first
Sorry but I did not know this is Rails issue. As the same code works fine on Ruby 2.1.2 but throws error on Ruby 2.2.0 despite keeping same Active r... -
09:37 AM Ruby Bug #10758 (Third Party's Issue): undefined method `year' for nil:NilClass
- I am facing this error only in Ruby 2.2.0 as I recently upgraded to latest Ruby 2.2.0
Here is the console log
~~~
2.2.0 :008 > Time.zone.parse("2014-12-29 20:16:32 -0400")
NoMethodError: undefined method `year' for nil:NilClass
...