neorails-view_fu 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,8 +11,13 @@ module Javascripter
11
11
  # Override this if needed
12
12
  def javascripts(options={})
13
13
  [
14
- javascript(AssetTagHelper.JAVASCRIPT_DEFAULT_SOURCES),
14
+ # include the default sources (minus application.js)
15
+ javascript(ActionView::Helpers::AssetTagHelper.JAVASCRIPT_DEFAULT_SOURCES),
16
+
17
+ # include the dynamic page javascripts
15
18
  page_javascripts(options),
19
+
20
+ # application.js always needs to be at the end
16
21
  javascript("application")
17
22
  ].join("\n")
18
23
  end
data/view_fu.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'view_fu'
3
- s.version = '0.6'
3
+ s.version = '0.7'
4
4
  s.date = '2008-08-9'
5
5
 
6
6
  s.summary = "Lots of handy Rails View helpers. Includes the functionality of Headliner, Styler, and Javascripter"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neorails-view_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.6"
4
+ version: "0.7"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Crocker