BadrIT / translation_center

Translation Center is a multi-lingual, GUI rich, community based, translation center for Rails apps
http://www.badrit.com/gems/translation_center/
MIT License
152 stars 71 forks source link

couldn't find file 'jquery.ui.all' #58

Open ryan2johnson9 opened 10 years ago

ryan2johnson9 commented 10 years ago

(in ~/.rvm/gems/ruby-2.1.1/gems/translation_center-1.7.0/app/assets/stylesheets/translation_center/application.css:12) I get this error when I attempt to visit the translation_center on my app with url ..../tc my jquery related gemfiles: $ bundle show | grep jquery

I also tried changing my jquery-rails gem to the 2.3.0 version but got the same error

ryan2johnson9 commented 10 years ago

Adding this to my gemfile solved the issue:

gem 'jquery-ui-rails', '~> 4.2.1'

it would be better if the dependency is specified by the translation_center gem