This project is archived and is in readonly mode.

#2153 ✓stale
Rocco Di Leo

Handling of Template Localization (2.3.0RC1, actionpack/template.rb)

Reported by Rocco Di Leo | March 6th, 2009 @ 03:53 PM | in 3.x

I have a partial named "_large_google_map_users.html.erb" which made the rendering threw the error "cant convert nil.to_sym"-Error.

After further inspection if found the reason for this was a regex in /actionpack-2.3.0/lib/action_view/template.rb (238)

m = extensions.match(/^(\w+)?.?(\w+)?.?(\w+)?.?/)

the extracted portion was used to do a locale.to_sym later in this source file where it ultimately failed. Of course i didn't intented to use that new feature of localizing partials at all.

So, i do not know of this is a bug or if it is my problem that my partial's just accidently matched that regex.

After renaming the partial to _large_google_map_community.html.erb, the problem was solved for me. Took me some head-scratching though before i looked for the problem in the action pack source.

Greets -act

Comments and changes to this ticket

  • thedarkone

    thedarkone March 6th, 2009 @ 06:27 PM

    This seems pretty weird, the regexp you are pointing at is only used to parse (extracted) extension substring etc.

    This part of template.rb is also completely rewritten in 2.3.1, could you please confirm the issue on Rails 2.3 RC2 (i.e. Rails Edge)?

  • Jeremy Kemper

    Jeremy Kemper May 4th, 2010 @ 06:48 PM

    • Milestone changed from 2.x to 3.x
  • Santiago Pastorino

    Santiago Pastorino February 2nd, 2011 @ 04:53 PM

    • State changed from “new” to “open”
    • Importance changed from “” to “”

    This issue has been automatically marked as stale because it has not been commented on for at least three months.

    The resources of the Rails core team are limited, and so we are asking for your help. If you can still reproduce this error on the 3-0-stable branch or on master, please reply with all of the information you have about it and add "[state:open]" to your comment. This will reopen the ticket for review. Likewise, if you feel that this is a very important feature for Rails to include, please reply with your explanation so we can consider it.

    Thank you for all your contributions, and we hope you will understand this step to focus our efforts where they are most helpful.

  • Santiago Pastorino

    Santiago Pastorino February 2nd, 2011 @ 04:53 PM

    • State changed from “open” to “stale”

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Pages