I am relatively new to Rails and I have a question about serving assets from a gem vs just loading the files into the asset pipeline.
As far as I can tell, they do virtu
Benefits:
You don't need to manually copy them when you get a new version of jquery released, gem will make sure to add the latest codes only.
Check this link: https://github.com/rails/jquery-rails/blob/master/lib/jquery/assert_select.rb#LC48 It provides couple of methods which helps while testing your code.