ruby - Rails 3 Mobiscroll Gem -



ruby - Rails 3 Mobiscroll Gem -

i running rails application on heroku , tried import mobiscroll-rails gem. gem works fine on heroku, however, whenever seek run rails/rake command on local machine, next error:

couldn't find file 'mobiscroll.list' (in c:/railsinstaller/ruby1.9.3/lib/ruby/gems/1.9.1/gems/mobiscroll-rails-2.3.1/vendor/assets/javascripts/mobiscroll.js:11)

i running windows 7, ruby 1.9.3, rails 3.2.9.

anyone have hints on do?

check out https://github.com/dinuz/mobiscroll-rails/commit/972c89db2dcfa85fef144ddb9bd0e036d0209414

looks you're using old version of gem. prepare this, follow commit - rename 'vendor/assets/javascripts/mobilscroll.list.js' 'vendor/assets/javascripts/mobiscroll.list.js'

ruby-on-rails ruby mobiscroll

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -