diaspora/spec
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
..
chubbies fix chubbies by expliciting setting the view path 2012-03-27 17:54:27 -07:00
controllers some sad fixes to try and appease travis :( 2012-03-27 16:31:56 -07:00
fixtures remove all references to the websocket. bang bang. 2012-01-10 12:28:19 -08:00
helpers jquery_include_tag helper 2012-03-27 18:07:44 -07:00
integration small refactor of helper method [ci skip] 2012-03-03 17:53:50 -08:00
javascripts day mood for a post responds to content 2012-03-27 14:54:27 -07:00
lib fixed rspec tests, more fit and finish around how the invite code works, 2012-03-16 17:56:35 -07:00
mailers EvilQuery for Participation, refactor comment creation 2012-02-01 15:09:31 -08:00
models some sad fixes to try and appease travis :( 2012-03-27 16:31:56 -07:00
presenters DG MS; added checkboxes for services in the new publisher (currently not working) / user presenter contains services 2012-03-27 14:52:50 -07:00
shared_behaviors MS DG DC Participate stream that has things bubble to the top 2012-02-03 17:23:57 -08:00
support Revert "attempt to make travis happy" [ci skip] 2012-02-18 16:26:17 -08:00
factories.rb remove ActiveSupport::SecureRandom 2012-03-21 13:49:34 -07:00
helper_methods.rb ms iz rendering nothing for hcard and webfinger if account is closed, not showing aspect dropdown if the user account is closed 2011-12-08 16:32:18 -08:00
misc_spec.rb EvilQuery for Participation, refactor comment creation 2012-02-01 15:09:31 -08:00
parallel_spec.opts pull in parallel_testing to speed up rspec 2011-09-16 22:14:12 +02:00
spec-doc.rb This fixes issue #2298. 2011-11-02 23:51:12 -04:00
spec_helper.rb mock out slow things that our tests dont need for speed 2012-02-18 16:26:10 -08:00