netzke-core 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ = v0.7.3 - 2011-09-04
2
+ * Rails 3.1 compatibility. Really. Hopefully.
3
+
1
4
  = v0.7.2 - 2011-08-31
2
5
  * Rails 3.1
3
6
  * bug fix
@@ -3,7 +3,7 @@ module Netzke
3
3
  module Version
4
4
  MAJOR = 0
5
5
  MINOR = 7
6
- PATCH = 2
6
+ PATCH = 3
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
9
9
  end
@@ -15,7 +15,7 @@ module Netzke
15
15
 
16
16
  res += Netzke::Core.external_ext_css
17
17
 
18
- stylesheet_link_tag(res, :cache => false && params[:cache]) # caching is not possible at this time, as the stylesheets use relative asset paths
18
+ stylesheet_link_tag(*res)
19
19
  end
20
20
 
21
21
  def netzke_ext_js_include(params)
@@ -36,7 +36,7 @@ module Netzke
36
36
  # Netzke-related dynamic JavaScript
37
37
  res << "/netzke/ext"
38
38
 
39
- javascript_include_tag(res, :cache => params[:cache])
39
+ javascript_include_tag(*res)
40
40
  end
41
41
 
42
42
  def netzke_ext_js(params)
data/netzke-core.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{netzke-core}
8
- s.version = "0.7.2"
8
+ s.version = "0.7.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{NomadCoder}]
12
- s.date = %q{2011-08-31}
12
+ s.date = %q{2011-09-04}
13
13
  s.description = %q{Allows building DRY ExtJS/Rails applications by enabling modular development}
14
14
  s.email = %q{nmcoder@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
26
26
  "Rakefile",
27
27
  "TODO",
28
28
  "app/controllers/netzke_controller.rb",
29
- "config/database.yml",
30
29
  "init.rb",
31
30
  "install.rb",
32
31
  "javascripts/base.js",
@@ -1,13 +1,8 @@
1
1
  source 'http://rubygems.org'
2
2
 
3
- gem 'rails', '~>3.0.10'
3
+ gem 'rails', '3.1.0'
4
4
 
5
- # Bundle edge Rails instead:
6
- # gem 'rails', :git => 'git://github.com/rails/rails.git'
7
-
8
- gem 'sqlite3-ruby', :require => 'sqlite3'
9
-
10
- gem 'netzke-persistence', :path => File.expand_path('../vendor/gems/netzke-persistence', __FILE__)
5
+ gem 'sqlite3'
11
6
 
12
7
  # Use unicorn as the web server
13
8
  # gem 'unicorn'
@@ -1,42 +1,40 @@
1
- PATH
2
- remote: vendor/gems/netzke-persistence
3
- specs:
4
- netzke-persistence (0.1.0)
5
-
6
1
  GEM
7
2
  remote: http://rubygems.org/
8
3
  specs:
9
- abstract (1.0.0)
10
- actionmailer (3.0.10)
11
- actionpack (= 3.0.10)
12
- mail (~> 2.2.19)
13
- actionpack (3.0.10)
14
- activemodel (= 3.0.10)
15
- activesupport (= 3.0.10)
16
- builder (~> 2.1.2)
17
- erubis (~> 2.6.6)
18
- i18n (~> 0.5.0)
19
- rack (~> 1.2.1)
20
- rack-mount (~> 0.6.14)
21
- rack-test (~> 0.5.7)
22
- tzinfo (~> 0.3.23)
23
- activemodel (3.0.10)
24
- activesupport (= 3.0.10)
25
- builder (~> 2.1.2)
26
- i18n (~> 0.5.0)
27
- activerecord (3.0.10)
28
- activemodel (= 3.0.10)
29
- activesupport (= 3.0.10)
30
- arel (~> 2.0.10)
31
- tzinfo (~> 0.3.23)
32
- activeresource (3.0.10)
33
- activemodel (= 3.0.10)
34
- activesupport (= 3.0.10)
35
- activesupport (3.0.10)
4
+ actionmailer (3.1.0)
5
+ actionpack (= 3.1.0)
6
+ mail (~> 2.3.0)
7
+ actionpack (3.1.0)
8
+ activemodel (= 3.1.0)
9
+ activesupport (= 3.1.0)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ i18n (~> 0.6)
13
+ rack (~> 1.3.2)
14
+ rack-cache (~> 1.0.3)
15
+ rack-mount (~> 0.8.2)
16
+ rack-test (~> 0.6.1)
17
+ sprockets (~> 2.0.0)
18
+ activemodel (3.1.0)
19
+ activesupport (= 3.1.0)
20
+ bcrypt-ruby (~> 3.0.0)
21
+ builder (~> 3.0.0)
22
+ i18n (~> 0.6)
23
+ activerecord (3.1.0)
24
+ activemodel (= 3.1.0)
25
+ activesupport (= 3.1.0)
26
+ arel (~> 2.2.1)
27
+ tzinfo (~> 0.3.29)
28
+ activeresource (3.1.0)
29
+ activemodel (= 3.1.0)
30
+ activesupport (= 3.1.0)
31
+ activesupport (3.1.0)
32
+ multi_json (~> 1.0)
36
33
  addressable (2.2.6)
37
- arel (2.0.10)
38
- builder (2.1.2)
39
- capybara (1.0.1)
34
+ arel (2.2.1)
35
+ bcrypt-ruby (3.0.0)
36
+ builder (3.0.0)
37
+ capybara (1.1.0)
40
38
  mime-types (>= 1.16)
41
39
  nokogiri (>= 1.3.3)
42
40
  rack (>= 1.0.0)
@@ -57,44 +55,49 @@ GEM
57
55
  nokogiri (>= 1.4.6)
58
56
  database_cleaner (0.6.7)
59
57
  diff-lcs (1.1.3)
60
- erubis (2.6.6)
61
- abstract (>= 1.0.0)
58
+ erubis (2.7.0)
62
59
  ffi (1.0.9)
63
60
  gherkin (2.4.16)
64
61
  json (>= 1.4.6)
65
- i18n (0.5.0)
62
+ hike (1.2.1)
63
+ i18n (0.6.0)
66
64
  json (1.5.4)
67
65
  json_pure (1.5.4)
68
66
  spruz (~> 0.2.8)
69
67
  launchy (2.0.5)
70
68
  addressable (~> 2.2.6)
71
- mail (2.2.19)
72
- activesupport (>= 2.3.6)
69
+ mail (2.3.0)
73
70
  i18n (>= 0.4.0)
74
71
  mime-types (~> 1.16)
75
72
  treetop (~> 1.4.8)
76
73
  mime-types (1.16)
74
+ multi_json (1.0.3)
77
75
  nokogiri (1.5.0)
78
76
  polyglot (0.3.2)
79
- rack (1.2.3)
80
- rack-mount (0.6.14)
77
+ rack (1.3.2)
78
+ rack-cache (1.0.3)
79
+ rack (>= 0.4)
80
+ rack-mount (0.8.3)
81
81
  rack (>= 1.0.0)
82
- rack-test (0.5.7)
82
+ rack-ssl (1.3.2)
83
+ rack
84
+ rack-test (0.6.1)
83
85
  rack (>= 1.0)
84
- rails (3.0.10)
85
- actionmailer (= 3.0.10)
86
- actionpack (= 3.0.10)
87
- activerecord (= 3.0.10)
88
- activeresource (= 3.0.10)
89
- activesupport (= 3.0.10)
86
+ rails (3.1.0)
87
+ actionmailer (= 3.1.0)
88
+ actionpack (= 3.1.0)
89
+ activerecord (= 3.1.0)
90
+ activeresource (= 3.1.0)
91
+ activesupport (= 3.1.0)
90
92
  bundler (~> 1.0)
91
- railties (= 3.0.10)
92
- railties (3.0.10)
93
- actionpack (= 3.0.10)
94
- activesupport (= 3.0.10)
93
+ railties (= 3.1.0)
94
+ railties (3.1.0)
95
+ actionpack (= 3.1.0)
96
+ activesupport (= 3.1.0)
97
+ rack-ssl (~> 1.3.2)
95
98
  rake (>= 0.8.7)
96
99
  rdoc (~> 3.4)
97
- thor (~> 0.14.4)
100
+ thor (~> 0.14.6)
98
101
  rake (0.9.2)
99
102
  rdoc (3.9.4)
100
103
  rspec (2.6.0)
@@ -117,12 +120,15 @@ GEM
117
120
  json_pure
118
121
  rubyzip
119
122
  spork (0.8.5)
123
+ sprockets (2.0.0)
124
+ hike (~> 1.2)
125
+ rack (~> 1.0)
126
+ tilt (!= 1.3.0, ~> 1.1)
120
127
  spruz (0.2.13)
121
128
  sqlite3 (1.3.4)
122
- sqlite3-ruby (1.3.3)
123
- sqlite3 (>= 1.3.3)
124
129
  term-ansicolor (1.0.6)
125
130
  thor (0.14.6)
131
+ tilt (1.3.3)
126
132
  treetop (1.4.10)
127
133
  polyglot
128
134
  polyglot (>= 0.3.1)
@@ -139,8 +145,7 @@ DEPENDENCIES
139
145
  cucumber-rails
140
146
  database_cleaner
141
147
  launchy
142
- netzke-persistence!
143
- rails (~> 3.0.10)
148
+ rails (= 3.1.0)
144
149
  rspec-rails
145
150
  spork
146
- sqlite3-ruby
151
+ sqlite3
@@ -41,5 +41,8 @@ module RailsApp
41
41
 
42
42
  # Configure sensitive parameters which will be filtered from the log file.
43
43
  config.filter_parameters += [:password]
44
+
45
+ # Enable the asset pipeline
46
+ config.assets.enabled = true
44
47
  end
45
48
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netzke-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-08-31 00:00:00.000000000Z
12
+ date: 2011-09-04 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
16
- requirement: &70163615268720 !ruby/object:Gem::Requirement
16
+ requirement: &70108192225160 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 3.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70163615268720
24
+ version_requirements: *70108192225160
25
25
  description: Allows building DRY ExtJS/Rails applications by enabling modular development
26
26
  email: nmcoder@gmail.com
27
27
  executables: []
@@ -39,7 +39,6 @@ files:
39
39
  - Rakefile
40
40
  - TODO
41
41
  - app/controllers/netzke_controller.rb
42
- - config/database.yml
43
42
  - init.rb
44
43
  - install.rb
45
44
  - javascripts/base.js
data/config/database.yml DELETED
@@ -1,2 +0,0 @@
1
- # This dummy file is only here to please cucumber environment
2
- test: