diaspora/spec/helpers
Steven Hancock e1607baff4 jquery_include_tag helper
Implement the jquery_include_tag helper, which is used in several
views but was not implemented in the code. This helper attempts to
load jQuery from the Google CDN (matching the version of the vendored
jquery.js in jquery-rails), falling back to the vendored copy if the
google CDN fails. The helper also loads jquery_ujs.js from jquery-rails.

A jquery_cdn setting is added to application.yml to enable or disable
serving jQuery from the Google CDN (for those podmins who would rather
not use Google's services).

Update app/views/application.html.haml to use the jquery_include_tag
helper since it was the only view that was including the vendored
copy of jquery directly with jquery_include_tag.
2012-03-27 18:07:44 -07:00
..
application_helper_spec.rb jquery_include_tag helper 2012-03-27 18:07:44 -07:00
getting_started_helper_spec.rb remove unused files/methods 2012-01-11 02:26:12 -08:00
interim_stream_hackiness_helper_spec.rb moved helper spec to correct file 2011-10-15 20:44:25 -07:00
invitation_codes_helper_spec.rb invite_link functionailty mostly works 2012-03-16 17:56:35 -07:00
layout_helper_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
markdownify_helper_spec.rb upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
mobile_helper_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
notifications_helper_spec.rb MS DG down to four failures 2012-03-21 13:50:24 -07:00
notifier_helper_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
o_embed_helper_spec.rb Fix #2488 soundcloud embedding 2011-12-19 09:50:39 +01:00
people_helper_spec.rb MS DG down to four failures 2012-03-21 13:50:24 -07:00
stream_helper_spec.rb remove ajax_stream? logic from streams now that we're using backbone & never ajaxing on mobile; remove unreferenced community_spotlight stream & controller 2012-01-13 13:50:52 -08:00
tags_helper_spec.rb MS DG down to four failures 2012-03-21 13:50:24 -07:00