Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upundefined method `to_sym' for false:FalseClass #334
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
DAddYE
Oct 17, 2010
Member
It's a know problem with AS 3.0. btw thanks for reporting that. Will be fixed soon.
|
It's a know problem with AS 3.0. btw thanks for reporting that. Will be fixed soon. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
DAddYE
Oct 17, 2010
Member
Fixed, was the new norwegian translation that raise the problem. Now every thing works fine.
|
Fixed, was the new norwegian translation that raise the problem. Now every thing works fine. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rosstimson
Oct 17, 2010
Contributor
Think you can fix this and keep the Norwegian translation by putting the top-level part of the YAML translations in quotes. I've sent pull request to bring back in the amended translations. Thanks for the very prompt response to this issue.
|
Think you can fix this and keep the Norwegian translation by putting the top-level part of the YAML translations in quotes. I've sent pull request to bring back in the amended translations. Thanks for the very prompt response to this issue. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Thanks man! |
rosstimson commentedOct 17, 2010
When using 'bleeding edge' Padrino from Git I follow the 'Quick start' steps on padrinorb.com to create a new project and an admin area (fresh project no extra mods/configs). I then log into the the admin area and get the following error after successfully getting past the signing in page:
undefined method `to_sym' for false:FalseClass (file: simple.rb location: store_translations line: 32)
I have copied the full backtrace to http://pastie.org/1227911
Everything works fine when using the 0.9.18 gem version of Padrino.
Environment:
Mac OSX 10.6.4
Ruby 1.9.2p0 (under RVM)
i18n 0.4.1 gem