loopj / jquery-simple-slider

Unobtrusive numerical slider plugin for jQuery
194 stars 113 forks source link

Has anyone incorporated this plugin with Rails? #21

Closed jamesfzhang closed 11 years ago

jamesfzhang commented 11 years ago

I am having some issues with implementing simple slider in to a Rails 3.2 app. Form works fine and saves to the db on its own, but the moment I add simple-slider, I get a ActiveSupport::HashWithIndifferentAccess error.

form_for @food do |f|
  .input-row
    f.text_field :serving_size, :`data-slider` => 'true'

Another issue, probably unrelated, I am experiencing is that the value of the slider does not appear in the DOM.

jamesfzhang commented 11 years ago

Never mind, I over looked something very simple. Apologies!