netzke-core 0.3.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ module Netzke
9
9
 
10
10
  def self.js_extend_properties
11
11
  {
12
- :show_feedback => <<-JS.l,
12
+ :show_feedback => <<-END_OF_JAVASCRIPT.l,
13
13
  function(msg){
14
14
  var createBox = function(s, l){
15
15
  return ['<div class="msg">',
@@ -36,7 +36,7 @@ module Netzke
36
36
  showBox(msg);
37
37
  }
38
38
  }
39
- JS
39
+ END_OF_JAVASCRIPT
40
40
  }
41
41
  end
42
42
  end
data/netzke-core.gemspec CHANGED
@@ -1,24 +1,103 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
1
4
  # -*- encoding: utf-8 -*-
2
5
 
3
6
  Gem::Specification.new do |s|
4
7
  s.name = %q{netzke-core}
5
- s.version = "0.3.1"
8
+ s.version = "0.4.2"
6
9
 
7
- s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
11
  s.authors = ["Sergei Kozlov"]
9
- s.date = %q{2009-05-07}
12
+ s.date = %q{2009-09-11}
10
13
  s.description = %q{Build ExtJS/Rails widgets with minimum effort}
11
- s.email = %q{sergei@writelesscode.com}
12
- s.extra_rdoc_files = ["CHANGELOG", "lib/app/controllers/netzke_controller.rb", "lib/app/models/netzke_preference.rb", "lib/netzke/action_view_ext.rb", "lib/netzke/base.rb", "lib/netzke/base_extras/interface.rb", "lib/netzke/base_extras/js_builder.rb", "lib/netzke/controller_extensions.rb", "lib/netzke/core_ext.rb", "lib/netzke/feedback_ghost.rb", "lib/netzke/routing.rb", "lib/netzke-core.rb", "lib/vendor/facets/hash/recursive_merge.rb", "LICENSE", "README.mdown", "tasks/netzke_core_tasks.rake", "TODO"]
13
- s.files = ["autotest/discover.rb", "CHANGELOG", "generators/netzke_core/netzke_core_generator.rb", "generators/netzke_core/templates/create_netzke_preferences.rb", "generators/netzke_core/USAGE", "init.rb", "install.rb", "javascripts/core.js", "lib/app/controllers/netzke_controller.rb", "lib/app/models/netzke_preference.rb", "lib/netzke/action_view_ext.rb", "lib/netzke/base.rb", "lib/netzke/base_extras/interface.rb", "lib/netzke/base_extras/js_builder.rb", "lib/netzke/controller_extensions.rb", "lib/netzke/core_ext.rb", "lib/netzke/feedback_ghost.rb", "lib/netzke/routing.rb", "lib/netzke-core.rb", "lib/vendor/facets/hash/recursive_merge.rb", "LICENSE", "Manifest", "netzke-core.gemspec", "Rakefile", "README.mdown", "stylesheets/core.css", "tasks/netzke_core_tasks.rake", "test/app_root/app/controllers/application_controller.rb", "test/app_root/app/models/role.rb", "test/app_root/app/models/user.rb", "test/app_root/config/boot.rb", "test/app_root/config/database.yml", "test/app_root/config/environment.rb", "test/app_root/config/environments/in_memory.rb", "test/app_root/config/environments/mysql.rb", "test/app_root/config/environments/postgresql.rb", "test/app_root/config/environments/sqlite.rb", "test/app_root/config/environments/sqlite3.rb", "test/app_root/config/routes.rb", "test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb", "test/app_root/db/migrate/20090423214303_create_roles.rb", "test/app_root/db/migrate/20090423222114_create_users.rb", "test/app_root/lib/console_with_fixtures.rb", "test/app_root/script/console", "test/fixtures/roles.yml", "test/fixtures/users.yml", "test/test_helper.rb", "test/unit/core_ext_test.rb", "test/unit/netzke_core_test.rb", "test/unit/netzke_preference_test.rb", "TODO", "uninstall.rb"]
14
- s.has_rdoc = true
15
- s.homepage = %q{http://writelesscode.com}
16
- s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Netzke-core", "--main", "README.mdown"]
14
+ s.email = %q{sergei@playcode.nl}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".autotest",
21
+ ".gitignore",
22
+ "CHANGELOG",
23
+ "LICENSE",
24
+ "Manifest",
25
+ "README.rdoc",
26
+ "Rakefile",
27
+ "TODO",
28
+ "VERSION",
29
+ "autotest/discover.rb",
30
+ "generators/netzke_core/USAGE",
31
+ "generators/netzke_core/netzke_core_generator.rb",
32
+ "generators/netzke_core/templates/create_netzke_preferences.rb",
33
+ "init.rb",
34
+ "install.rb",
35
+ "javascripts/core.js",
36
+ "lib/app/controllers/netzke_controller.rb",
37
+ "lib/app/models/netzke_preference.rb",
38
+ "lib/netzke-core.rb",
39
+ "lib/netzke/action_view_ext.rb",
40
+ "lib/netzke/base.rb",
41
+ "lib/netzke/base_js.rb",
42
+ "lib/netzke/controller_extensions.rb",
43
+ "lib/netzke/core_ext.rb",
44
+ "lib/netzke/feedback_ghost.rb",
45
+ "lib/netzke/routing.rb",
46
+ "netzke-core.gemspec",
47
+ "stylesheets/core.css",
48
+ "tasks/netzke_core_tasks.rake",
49
+ "test/app_root/app/controllers/application_controller.rb",
50
+ "test/app_root/app/models/role.rb",
51
+ "test/app_root/app/models/user.rb",
52
+ "test/app_root/config/boot.rb",
53
+ "test/app_root/config/database.yml",
54
+ "test/app_root/config/environment.rb",
55
+ "test/app_root/config/environments/in_memory.rb",
56
+ "test/app_root/config/environments/mysql.rb",
57
+ "test/app_root/config/environments/postgresql.rb",
58
+ "test/app_root/config/environments/sqlite.rb",
59
+ "test/app_root/config/environments/sqlite3.rb",
60
+ "test/app_root/config/routes.rb",
61
+ "test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb",
62
+ "test/app_root/db/migrate/20090423214303_create_roles.rb",
63
+ "test/app_root/db/migrate/20090423222114_create_users.rb",
64
+ "test/app_root/lib/console_with_fixtures.rb",
65
+ "test/app_root/script/console",
66
+ "test/fixtures/roles.yml",
67
+ "test/fixtures/users.yml",
68
+ "test/test_helper.rb",
69
+ "test/unit/core_ext_test.rb",
70
+ "test/unit/netzke_core_test.rb",
71
+ "test/unit/netzke_preference_test.rb",
72
+ "uninstall.rb"
73
+ ]
74
+ s.homepage = %q{http://github.com/skozlov/netzke-core}
75
+ s.rdoc_options = ["--charset=UTF-8"]
17
76
  s.require_paths = ["lib"]
18
77
  s.rubyforge_project = %q{netzke-core}
19
- s.rubygems_version = %q{1.3.2}
78
+ s.rubygems_version = %q{1.3.4}
20
79
  s.summary = %q{Build ExtJS/Rails widgets with minimum effort}
21
- s.test_files = ["test/unit/core_ext_test.rb", "test/unit/netzke_core_test.rb", "test/unit/netzke_preference_test.rb"]
80
+ s.test_files = [
81
+ "test/app_root/app/controllers/application_controller.rb",
82
+ "test/app_root/app/models/role.rb",
83
+ "test/app_root/app/models/user.rb",
84
+ "test/app_root/config/boot.rb",
85
+ "test/app_root/config/environment.rb",
86
+ "test/app_root/config/environments/in_memory.rb",
87
+ "test/app_root/config/environments/mysql.rb",
88
+ "test/app_root/config/environments/postgresql.rb",
89
+ "test/app_root/config/environments/sqlite.rb",
90
+ "test/app_root/config/environments/sqlite3.rb",
91
+ "test/app_root/config/routes.rb",
92
+ "test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb",
93
+ "test/app_root/db/migrate/20090423214303_create_roles.rb",
94
+ "test/app_root/db/migrate/20090423222114_create_users.rb",
95
+ "test/app_root/lib/console_with_fixtures.rb",
96
+ "test/test_helper.rb",
97
+ "test/unit/core_ext_test.rb",
98
+ "test/unit/netzke_core_test.rb",
99
+ "test/unit/netzke_preference_test.rb"
100
+ ]
22
101
 
23
102
  if s.respond_to? :specification_version then
24
103
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -2,13 +2,6 @@ require 'test_helper'
2
2
  require 'netzke/core_ext'
3
3
 
4
4
  class CoreExtTest < ActiveSupport::TestCase
5
- test "to_js" do
6
- assert_equal({"aProperty" => true}, ActiveSupport::JSON.decode({:a_property => true}.to_js))
7
- assert_equal({"aProperty" => true}, ActiveSupport::JSON.decode({:a_property => true, :nil_property => nil}.to_js))
8
- assert_equal([{"aProperty" => true}, {"anotherProperty" => false}], ActiveSupport::JSON.decode([{:a_property => true}, {:another_property => false}].to_js))
9
- assert_equal([{"aProperty" => true}, {"anotherProperty" =>false}], ActiveSupport::JSON.decode([{:a_property => true, :nil_property => nil}, {:another_property => false}].to_js))
10
- end
11
-
12
5
  test "recursive delete if nil" do
13
6
  assert_equal({:a => 1, :b => {:c => 4, :d => 5}}, {:a => 1, :aa => nil, :b => {:c => 4, :d => 5, :cc => nil}}.recursive_delete_if_nil)
14
7
 
@@ -42,4 +35,32 @@ class CoreExtTest < ActiveSupport::TestCase
42
35
  a.another_key = 300
43
36
  assert_equal(300, a[:another_key])
44
37
  end
38
+
39
+ test "jsonify" do
40
+ assert_equal({:aB => 1, "cD" => [[1, {:eF => "stay_same"}], {"literal_symbol" => :should_not_change, "literal_string".l => "also_should_not"}]}, {:a_b => 1, "c_d" => [[1, {:e_f => "stay_same"}], {:literal_symbol.l => :should_not_change, "literal_string".l => "also_should_not"}]}.jsonify)
41
+ end
42
+
43
+ # test "flatten" do
44
+ # assert_equal([{
45
+ # :name => :one, :value => 1
46
+ # },{
47
+ # :name => :two, :value => 2
48
+ # },{
49
+ # :name => :three__four, :value => 4
50
+ # },{
51
+ # :name => :three__five__six, :value => 6
52
+ # }],
53
+ # {
54
+ # :one => 1,
55
+ # :two => 2,
56
+ # :three => {
57
+ # :four => 4,
58
+ # :five => {
59
+ # :six => 6
60
+ # }
61
+ # }
62
+ # }.flatten
63
+ # )
64
+ # end
65
+
45
66
  end
@@ -3,7 +3,15 @@ require 'netzke-core'
3
3
 
4
4
  module Netzke
5
5
  class Widget < Base
6
- interface :method_one, :method_two
6
+ api :method_one, :method_two
7
+
8
+ def self.config
9
+ super.merge({
10
+ :pref_one => 1,
11
+ :pref_two => 2
12
+ })
13
+ end
14
+
7
15
  def initial_aggregatees
8
16
  {
9
17
  :nested_one => {:widget_class_name => 'NestedWidgetOne'},
@@ -15,7 +23,7 @@ module Netzke
15
23
  %w(read update)
16
24
  end
17
25
 
18
- def initial_config
26
+ def default_config
19
27
  {
20
28
  :config_uno => true,
21
29
  :config_dos => false
@@ -37,9 +45,14 @@ module Netzke
37
45
  class DeepNestedWidget < Base
38
46
  end
39
47
 
40
- class JsInheritanceWidget < Base
41
- def self.js_base_class
42
- Widget
48
+ class JsInheritanceWidget < Widget
49
+ end
50
+
51
+ class InheritedWidget < Widget
52
+ def self.config
53
+ super.merge({
54
+ :pref_one => -1
55
+ })
43
56
  end
44
57
  end
45
58
  end
@@ -58,9 +71,9 @@ class NetzkeCoreTest < ActiveSupport::TestCase
58
71
  assert_equal 'Widget', Widget.short_widget_class_name
59
72
  end
60
73
 
61
- test "interface" do
74
+ test "api" do
62
75
  widget_class = Widget
63
- assert_equal [:get_widget, :method_one, :method_two], widget_class.interface_points
76
+ assert_equal [:load_aggregatee_with_cache, :method_one, :method_two], widget_class.api_points
64
77
  end
65
78
 
66
79
  test "aggregatees" do
@@ -83,32 +96,32 @@ class NetzkeCoreTest < ActiveSupport::TestCase
83
96
  assert_equal 'my_widget__nested_two__nested', deep_nested_widget.id_name
84
97
  end
85
98
 
86
- test "permissions" do
87
- widget = Widget.new
88
- assert_equal({:read => true, :update => true}, widget.permissions)
89
-
90
- widget = Widget.new(:prohibit => :all)
91
- assert_equal({:read => false, :update => false}, widget.permissions)
92
-
93
- widget = Widget.new(:prohibit => :read)
94
- assert_equal({:read => false, :update => true}, widget.permissions)
95
-
96
- widget = Widget.new(:prohibit => [:read, :update])
97
- assert_equal({:read => false, :update => false}, widget.permissions)
98
-
99
- widget = Widget.new(:prohibit => :all, :allow => :read)
100
- assert_equal({:read => true, :update => false}, widget.permissions)
101
-
102
- widget = Widget.new(:prohibit => :all, :allow => [:read, :update])
103
- assert_equal({:read => true, :update => true}, widget.permissions)
104
- end
99
+ # test "permissions" do
100
+ # widget = Widget.new
101
+ # assert_equal({:read => true, :update => true}, widget.permissions)
102
+ #
103
+ # widget = Widget.new(:prohibit => :all)
104
+ # assert_equal({:read => false, :update => false}, widget.permissions)
105
+ #
106
+ # widget = Widget.new(:prohibit => :read)
107
+ # assert_equal({:read => false, :update => true}, widget.permissions)
108
+ #
109
+ # widget = Widget.new(:prohibit => [:read, :update])
110
+ # assert_equal({:read => false, :update => false}, widget.permissions)
111
+ #
112
+ # widget = Widget.new(:prohibit => :all, :allow => :read)
113
+ # assert_equal({:read => true, :update => false}, widget.permissions)
114
+ #
115
+ # widget = Widget.new(:prohibit => :all, :allow => [:read, :update])
116
+ # assert_equal({:read => true, :update => true}, widget.permissions)
117
+ # end
105
118
 
106
119
  test "default config" do
107
120
  widget = Widget.new
108
- assert_equal({:ext_config => {}, :config_uno => true, :config_dos => false}, widget.config)
121
+ assert_equal({:config_uno => true, :config_dos => false}, widget.config)
109
122
 
110
123
  widget = Widget.new(:name => 'widget', :config_uno => false)
111
- assert_equal({:name => 'widget', :ext_config => {}, :config_uno => false, :config_dos => false}, widget.config)
124
+ assert_equal({:name => 'widget', :config_uno => false, :config_dos => false}, widget.config)
112
125
  end
113
126
 
114
127
  test "dependencies calculated based on aggregations" do
@@ -127,7 +140,7 @@ class NetzkeCoreTest < ActiveSupport::TestCase
127
140
  test "widget instance by config" do
128
141
  widget = Netzke::Base.instance_by_config({:widget_class_name => 'Widget', :name => 'a_widget'})
129
142
  assert(Widget, widget.class)
130
- assert('a_widget', widget.config[:name])
143
+ assert('a_widget', widget.name)
131
144
  end
132
145
 
133
146
  test "js inheritance" do
@@ -136,4 +149,19 @@ class NetzkeCoreTest < ActiveSupport::TestCase
136
149
  assert(widget.js_missing_code.index("Ext.netzke.cache.Widget"))
137
150
  end
138
151
 
152
+ test "class-level configuration" do
153
+ # predefined defaults
154
+ assert(1, Netzke::Widget.config[:pref_one])
155
+ assert(2, Netzke::Widget.config[:pref_two])
156
+ assert(-1, Netzke::InheritedWidget.config[:pref_one])
157
+ assert(2, Netzke::InheritedWidget.config[:pref_two])
158
+
159
+ Netzke::Widget.config[:pref_for_widget] = 1
160
+ Netzke::InheritedWidget.config[:pref_for_widget] = 2
161
+
162
+ assert(1, Netzke::Widget.config[:pref_for_widget])
163
+ assert(2, Netzke::InheritedWidget.config[:pref_for_widget])
164
+
165
+ end
166
+
139
167
  end
@@ -59,17 +59,17 @@ class NetzkePreferenceTest < ActiveSupport::TestCase
59
59
  # assign a value for a role, then read it back by users with the same role
60
60
  #
61
61
  session.clear
62
- session[:masq_role] = user_role
62
+ session[:masq_role] = user_role.id
63
63
  p[:test] = 100
64
64
 
65
65
  # first user
66
66
  session.clear
67
- session[:user] = user1
67
+ session[:netzke_user_id] = user1.id
68
68
  assert_equal(100, p[:test])
69
69
 
70
70
  # second user
71
71
  session.clear
72
- session[:user] = user2
72
+ session[:netzke_user_id] = user2.id
73
73
  assert_equal(100, p[:test])
74
74
 
75
75
  #
@@ -79,24 +79,24 @@ class NetzkePreferenceTest < ActiveSupport::TestCase
79
79
  assert_equal(200, p[:test])
80
80
  # .. and check that its still the same for user1
81
81
  session.clear
82
- session[:user] = user1
82
+ session[:netzke_user_id] = user1.id
83
83
  assert_equal(100, p[:test])
84
84
 
85
85
  #
86
86
  # now overwrite it for user1 by means of masq_user
87
87
  #
88
88
  session.clear
89
- session[:masq_user] = user1
89
+ session[:masq_user] = user1.id
90
90
  p[:test] = 300
91
91
  assert_equal(300, p[:test])
92
92
  # .. and check it's still the same for user2
93
93
  session.clear
94
- session[:masq_user] = user2
94
+ session[:masq_user] = user2.id
95
95
  assert_equal(200, p[:test])
96
96
  # .. and that a new user with role 'user' will still read the original value assigned for the role
97
97
  user3 = User.create(:login => "user3", :role => user_role)
98
98
  session.clear
99
- session[:user] = user3
99
+ session[:netzke_user_id] = user3.id
100
100
  assert_equal(100, p[:test])
101
101
 
102
102
  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.3.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergei Kozlov
@@ -9,60 +9,47 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-07 00:00:00 -05:00
12
+ date: 2009-09-11 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description: Build ExtJS/Rails widgets with minimum effort
17
- email: sergei@writelesscode.com
17
+ email: sergei@playcode.nl
18
18
  executables: []
19
19
 
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files:
23
+ - LICENSE
24
+ - README.rdoc
25
+ files:
26
+ - .autotest
27
+ - .gitignore
23
28
  - CHANGELOG
24
- - lib/app/controllers/netzke_controller.rb
25
- - lib/app/models/netzke_preference.rb
26
- - lib/netzke/action_view_ext.rb
27
- - lib/netzke/base.rb
28
- - lib/netzke/base_extras/interface.rb
29
- - lib/netzke/base_extras/js_builder.rb
30
- - lib/netzke/controller_extensions.rb
31
- - lib/netzke/core_ext.rb
32
- - lib/netzke/feedback_ghost.rb
33
- - lib/netzke/routing.rb
34
- - lib/netzke-core.rb
35
- - lib/vendor/facets/hash/recursive_merge.rb
36
29
  - LICENSE
37
- - README.mdown
38
- - tasks/netzke_core_tasks.rake
30
+ - Manifest
31
+ - README.rdoc
32
+ - Rakefile
39
33
  - TODO
40
- files:
34
+ - VERSION
41
35
  - autotest/discover.rb
42
- - CHANGELOG
36
+ - generators/netzke_core/USAGE
43
37
  - generators/netzke_core/netzke_core_generator.rb
44
38
  - generators/netzke_core/templates/create_netzke_preferences.rb
45
- - generators/netzke_core/USAGE
46
39
  - init.rb
47
40
  - install.rb
48
41
  - javascripts/core.js
49
42
  - lib/app/controllers/netzke_controller.rb
50
43
  - lib/app/models/netzke_preference.rb
44
+ - lib/netzke-core.rb
51
45
  - lib/netzke/action_view_ext.rb
52
46
  - lib/netzke/base.rb
53
- - lib/netzke/base_extras/interface.rb
54
- - lib/netzke/base_extras/js_builder.rb
47
+ - lib/netzke/base_js.rb
55
48
  - lib/netzke/controller_extensions.rb
56
49
  - lib/netzke/core_ext.rb
57
50
  - lib/netzke/feedback_ghost.rb
58
51
  - lib/netzke/routing.rb
59
- - lib/netzke-core.rb
60
- - lib/vendor/facets/hash/recursive_merge.rb
61
- - LICENSE
62
- - Manifest
63
52
  - netzke-core.gemspec
64
- - Rakefile
65
- - README.mdown
66
53
  - stylesheets/core.css
67
54
  - tasks/netzke_core_tasks.rake
68
55
  - test/app_root/app/controllers/application_controller.rb
@@ -88,20 +75,14 @@ files:
88
75
  - test/unit/core_ext_test.rb
89
76
  - test/unit/netzke_core_test.rb
90
77
  - test/unit/netzke_preference_test.rb
91
- - TODO
92
78
  - uninstall.rb
93
79
  has_rdoc: true
94
- homepage: http://writelesscode.com
80
+ homepage: http://github.com/skozlov/netzke-core
95
81
  licenses: []
96
82
 
97
83
  post_install_message:
98
84
  rdoc_options:
99
- - --line-numbers
100
- - --inline-source
101
- - --title
102
- - Netzke-core
103
- - --main
104
- - README.mdown
85
+ - --charset=UTF-8
105
86
  require_paths:
106
87
  - lib
107
88
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -114,16 +95,32 @@ required_rubygems_version: !ruby/object:Gem::Requirement
114
95
  requirements:
115
96
  - - ">="
116
97
  - !ruby/object:Gem::Version
117
- version: "1.2"
98
+ version: "0"
118
99
  version:
119
100
  requirements: []
120
101
 
121
102
  rubyforge_project: netzke-core
122
- rubygems_version: 1.3.2
103
+ rubygems_version: 1.3.4
123
104
  signing_key:
124
105
  specification_version: 3
125
106
  summary: Build ExtJS/Rails widgets with minimum effort
126
107
  test_files:
108
+ - test/app_root/app/controllers/application_controller.rb
109
+ - test/app_root/app/models/role.rb
110
+ - test/app_root/app/models/user.rb
111
+ - test/app_root/config/boot.rb
112
+ - test/app_root/config/environment.rb
113
+ - test/app_root/config/environments/in_memory.rb
114
+ - test/app_root/config/environments/mysql.rb
115
+ - test/app_root/config/environments/postgresql.rb
116
+ - test/app_root/config/environments/sqlite.rb
117
+ - test/app_root/config/environments/sqlite3.rb
118
+ - test/app_root/config/routes.rb
119
+ - test/app_root/db/migrate/20081222035855_create_netzke_preferences.rb
120
+ - test/app_root/db/migrate/20090423214303_create_roles.rb
121
+ - test/app_root/db/migrate/20090423222114_create_users.rb
122
+ - test/app_root/lib/console_with_fixtures.rb
123
+ - test/test_helper.rb
127
124
  - test/unit/core_ext_test.rb
128
125
  - test/unit/netzke_core_test.rb
129
126
  - test/unit/netzke_preference_test.rb