Monthly Archives: May 2013
ActionView::Template::Error Couldn’t find file ‘jquery-ui’ with Rails 3.2
Today, I have start working after 6 months with one of my existing Ruby on Rails application and found the mentioned error. And then found, jquery-rails removed the jQuery UI and recommended to use jquery-ui-rails or downgrade the gem version. To use latest version:Add jQuery UI in to the application.js: //= require jquery.ui.all Add jQuery…