kristianmandrup / ui_datepicker-rails3

jQuery UI datepicker integration for Formtastic, Simple Form and Active Admin
MIT License
50 stars 15 forks source link

tried to add the default smoothness styling #11

Closed dingzj closed 12 years ago

dingzj commented 12 years ago

added this line to the application.css *= require ui/smoothness/jquery-ui-theme but it says the fine is not found

is any other place I need to set?

kristianmandrup commented 12 years ago

I would clone the repo and work from there. It is an engine, so it works just like copying the files of the engine into your Rails app. The css files/folders references are in /vendor folder so one way to debug would be to copy those files into your vendor folder of your app and work from there. You gott understand how the Rails Asset pipeline works... (see Rails docs). Good luck! I'm not maintaining this gem at the moment so feel free to fork and improve it.