0

I have added jquery-ui with rails 3.1 but I am not sure where the respected css has to be added. What are necessary steps to be added for this?

Rahul
  • 44,892
  • 25
  • 73
  • 103
  • 1
    maybe this other SO question would help: http://stackoverflow.com/questions/6133818/rails-3-1-and-jquery-ui-assets – microspino Dec 07 '11 at 17:57

2 Answers2

0

We always put them in a folder underpublic/stylesheets

Edit: this is rails2-specific advice...

Taryn East
  • 27,486
  • 9
  • 86
  • 108
  • Fyi, I am using rails 3.1. So just adding it in `assets/stylesheets` would do? – Rahul Dec 07 '11 at 18:01
  • hmmm... I'm not as au fait with 3.1 - I know there's this whole 'asset pipeline' thing I'm not as familiar with - so maybe not. – Taryn East Dec 07 '11 at 18:05
0

I am not sure if this is the best place to put it, but mine works here.

app/assets/stylesheets
Seanland
  • 136
  • 6