Skip to content
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

Strange issue with symbols #1964

Closed
unyo opened this issue Sep 11, 2014 · 2 comments
Closed

Strange issue with symbols #1964

unyo opened this issue Sep 11, 2014 · 2 comments

Comments

@unyo
Copy link

unyo commented Sep 11, 2014

Made an application with Sinatra, and running using MRI Ruby and JRuby. The below code works in MRI Ruby but not in JRuby. Does Ruby / JRuby handle symbol case differently? (erb :product_List vs :product_list).

If this is a non-issue, please feel free to close. I just noticed something strange when switching between two versions of ruby so I'm filing a report.

get "/digital-signage" do
    @page_title = "Digital Signage"
    @division = Division.get('digital-signage')
    erb :product_List
end
# Product Lists - Generic
get "/interactive-tv" do
    @page_title = "Interactive TV"
    @division = Division.get('interactive-tv')
    erb :product_list
end
@rtyler
Copy link

rtyler commented Aug 7, 2015

@unyo I'm not sure I understand the issue you're having well enough. Can you provide a small sample app or a more complete reproduction case?

@unyo
Copy link
Author

unyo commented Aug 18, 2015

This issue no longer seems to occur

@unyo unyo closed this as completed Aug 18, 2015
@enebo enebo added this to the Invalid or Duplicate milestone Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants