Skip to content

Issue with Rails 2.3.8 and Ruby 1.8.7 #2

Description

@Emerson

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!

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions