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

Issue with Rails 2.3.8 and Ruby 1.8.7 #2

Open
Emerson opened this issue Jul 10, 2010 · 4 comments
Open

Issue with Rails 2.3.8 and Ruby 1.8.7 #2

Emerson opened this issue Jul 10, 2010 · 4 comments

Comments

@Emerson
Copy link

Emerson commented Jul 10, 2010

Had a quick issue with Rails 2.3.8 trying to get your plugin working (which is awesome by the way).

Rails was spitting out an error, "can't convert Array into String" and referenced:

simple_time_select/lib/simple_time_select.rb:52:in `select_minute'

To resolve this I changed:

build_select(:minute, minute_options) to build_select(:minute, minute_options.join(' '))

Hope this helps someone who wants to use this awesome plugin!

@barmstrong
Copy link

Yep that helped me!

Hit the same problem with Rails 3 and ruby 1.8.7. Thanks!

@machetico
Copy link

So did I. Thanks a lot. It happem with rails 2.3.11 and Ruby 1.8.7

@dgmdan
Copy link

dgmdan commented Apr 10, 2011

This also fixed the issue for me on rails 3.0.6 and ruby 1.8.7.

@dgmdan
Copy link

dgmdan commented Dec 10, 2011

This was fixed in 6a6a549 (and my two other commits before it)

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

4 participants