Hi guys, I was wondering how I should manage external javascript libraries in Rails 3.1. For instance, say I want to use a jQuery plugin in my Rails project. Since it's not a native Rails plugin, but a generic javascript library, I would clone its github repository (e.g. https://github.com/loopj/jquery-tokeninput), copy the necessary js files into vendor/assets/javascripts/. So far so good, but doing this every time I want to update those external plugins seems a bit like a hassle. Is there a nicer way of doing this, like automating the process? How do you do this?
Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

