diaspora/app
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
..
assets Move Javascript to the asset pipeline 2012-03-27 18:07:44 -07:00
controllers Feature Flag new publisher 2012-03-27 15:28:30 -07:00
helpers jquery_include_tag helper 2012-03-27 18:07:44 -07:00
mailers invite_link functionailty mostly works 2012-03-16 17:56:35 -07:00
models more progress 2012-03-27 18:07:22 -07:00
presenters MS DC You can has choose a template 2012-03-27 14:52:53 -07:00
uploaders added support for uploading images with .tiff extensions 2012-01-02 21:40:46 -05:00
views jquery_include_tag helper 2012-03-27 18:07:44 -07:00