Last Updated: February 25, 2016
·
1.495K
· arunagw

Best way to load jQuery latest via CDN in ruby projects

Found this gem is best way to use latest jQuery in your ruby projects like rails.

jQuery-cdn

As people says public CDN are best to serve jQuery in your app. Because CDN are best for your users. They will get speed/caching when getting using CDN.

Sometime jquery-rails gem is not updated and you will not be able to get latest jQuery in your apps.

Using this gem you can easily get access to latest jQuery in your development and production environment

Follow along with to README for details.