New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined method `to_sym' for false:FalseClass #334

Closed
rosstimson opened this Issue Oct 17, 2010 · 4 comments

Comments

Projects
None yet
2 participants
@rosstimson
Contributor

rosstimson commented Oct 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

@DAddYE

This comment has been minimized.

Show comment
Hide comment
@DAddYE

DAddYE Oct 17, 2010

Member

It's a know problem with AS 3.0. btw thanks for reporting that. Will be fixed soon.

Member

DAddYE commented Oct 17, 2010

It's a know problem with AS 3.0. btw thanks for reporting that. Will be fixed soon.

@DAddYE

This comment has been minimized.

Show comment
Hide comment
@DAddYE

DAddYE Oct 17, 2010

Member

Fixed, was the new norwegian translation that raise the problem. Now every thing works fine.

Member

DAddYE commented Oct 17, 2010

Fixed, was the new norwegian translation that raise the problem. Now every thing works fine.

@rosstimson

This comment has been minimized.

Show comment
Hide comment
@rosstimson

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.

Contributor

rosstimson commented Oct 17, 2010

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.

@DAddYE

This comment has been minimized.

Show comment
Hide comment
@DAddYE

DAddYE Oct 17, 2010

Member

Thanks man!

Member

DAddYE commented Oct 17, 2010

Thanks man!

This issue was closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment