Ruby on Rails 3.1 and jQuery UI images

前端 未结 18 1044
无人及你
无人及你 2020-12-12 11:50

I\'m using Ruby on Rails (Edge, the development version), and Ruby rvm 1.9.2.

application.js is as follows.

//= require jquery
//= requi         


        
18条回答
  •  没有蜡笔的小新
    2020-12-12 12:13

    There is now a jquery-ui-rails gem (see announcement). It packages the images as assets (and correctly references them from the CSS files) so things Just Work. :-)

提交回复
热议问题