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

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

Open
ryan2johnson9 opened this issue Jul 10, 2014 · 1 comment
Open

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

ryan2johnson9 opened this issue Jul 10, 2014 · 1 comment

Comments

@ryan2johnson9
Copy link

(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

  • jquery-datatables-rails (1.12.2)
  • jquery-rails (3.1.1)
  • jquery-ui-rails (5.0.0)

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

  • jquery-rails (2.3.0)
@ryan2johnson9
Copy link
Author

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

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

1 participant