-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix functionality with Rails 3.2 time_zone_select helper #3
base: master
Are you sure you want to change the base?
Conversation
Use erb to drop in the ActiveSupport mappings so that we can properly select the value from the helper.
please merge pull request. the plugin doesn't seem to work on the latest 3.2 as it is. |
Many thanks for this. gem 'detect_timezone_rails', :git => 'https://github.com/elevation/detect_timezone_rails' and all was well. |
I tried using the source at https://github.com/elevation/detect_timezone_rails, but I get this error when running
Using Rails 3.2.13. |
P.S. I was able to resolve by referencing the commit prior to the latest:
|
Thanks for the tip @chrisdpeters |
Allow use with Rails 4
Use erb to drop in the ActiveSupport mappings so that we can properly
select the value from the helper.