Skip to content

Commit

Permalink
No need to use jquery_include_tags anymore because user can include j…
Browse files Browse the repository at this point in the history
…query by just calling javascript_includ_tag "jquery" and it will include jquery from jquery-rails gem (which refinery uses).
  • Loading branch information
ugisozols committed Oct 19, 2011
1 parent e8f8480 commit c6e04b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
1 change: 0 additions & 1 deletion core/lib/refinery/application_helper.rb
Expand Up @@ -9,7 +9,6 @@ def self.included(base)
base.send :include, ::Refinery::Helpers::MenuHelper
base.send :include, ::Refinery::Helpers::MetaHelper
base.send :include, ::Refinery::Helpers::PaginationHelper
base.send :include, ::Refinery::Helpers::ScriptHelper
base.send :include, ::Refinery::Helpers::SiteBarHelper
base.send :include, ::Refinery::Helpers::TagHelper
base.send :include, ::Refinery::Helpers::TranslationHelper
Expand Down
36 changes: 0 additions & 36 deletions core/lib/refinery/helpers/script_helper.rb

This file was deleted.

3 changes: 1 addition & 2 deletions core/refinerycms-core.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.version = %q{2.0.0}
s.summary = %q{Core engine for Refinery CMS}
s.description = %q{The core of Refinery CMS. This handles the common functionality and is required by most engines}
s.date = %q{2011-10-14}
s.date = %q{2011-10-19}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -462,7 +462,6 @@ Gem::Specification.new do |s|
'lib/refinery/helpers/menu_helper.rb',
'lib/refinery/helpers/meta_helper.rb',
'lib/refinery/helpers/pagination_helper.rb',
'lib/refinery/helpers/script_helper.rb',
'lib/refinery/helpers/site_bar_helper.rb',
'lib/refinery/helpers/tag_helper.rb',
'lib/refinery/helpers/translation_helper.rb',
Expand Down

0 comments on commit c6e04b5

Please sign in to comment.