Ruby on Rails 3.1 and jQuery UI images

前端 未结 18 1031
无人及你
无人及你 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:22

    Using Ruby on Rails 3.1.1, I simply placed the files as follows. No other changes were required.

    • app/assets/stylesheets/jquery-ui-1.8.16.custom.css
    • app/assets/images/ui-bg_highlight-soft_75_cccccc_1x100.png
    • ...

提交回复
热议问题