extjs-mvc 0.4.0.e → 0.4.0.f

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/bin/extjs-mvc +1 -0
  4. data/lib/extjs-mvc/api.rb +48 -0
  5. data/lib/extjs-mvc.rb +13 -9
  6. data/lib/{vendor → src}/App.js +0 -0
  7. data/lib/{vendor → src}/MVC.js +0 -0
  8. data/lib/{vendor → src}/Presenter.js +0 -0
  9. data/lib/{vendor → src}/README.rdoc +0 -0
  10. data/lib/{vendor → src}/controller/Controller.js +0 -0
  11. data/lib/{vendor → src}/controller/CrudController.js +0 -0
  12. data/lib/{vendor → src}/lib/Array.js +0 -0
  13. data/lib/{vendor → src}/lib/Booter.js +0 -0
  14. data/lib/{vendor → src}/lib/ClassManager.js +0 -0
  15. data/lib/{vendor → src}/lib/ControllerClassManager.js +0 -0
  16. data/lib/{vendor → src}/lib/Dependencies.js +0 -0
  17. data/lib/{vendor → src}/lib/DispatchMatcher.js +0 -0
  18. data/lib/{vendor → src}/lib/Dispatcher.js +0 -0
  19. data/lib/{vendor → src}/lib/Environment.js +0 -0
  20. data/lib/{vendor → src}/lib/Inflector.js +0 -0
  21. data/lib/{vendor → src}/lib/ModelClassManager.js +0 -0
  22. data/lib/{vendor → src}/lib/Route.js +0 -0
  23. data/lib/{vendor → src}/lib/Router.js +0 -0
  24. data/lib/{vendor → src}/lib/String.js +0 -0
  25. data/lib/{vendor → src}/lib/ViewClassManager.js +0 -0
  26. data/lib/{vendor → src}/lib/notes.txt +0 -0
  27. data/lib/{vendor → src}/model/AdapterManager.js +0 -0
  28. data/lib/{vendor → src}/model/Association.js +0 -0
  29. data/lib/{vendor → src}/model/Base.js +0 -0
  30. data/lib/{vendor → src}/model/BelongsToAssociation.js +0 -0
  31. data/lib/{vendor → src}/model/Cache.js +0 -0
  32. data/lib/{vendor → src}/model/HasManyAssociation.js +0 -0
  33. data/lib/{vendor → src}/model/Model.js +0 -0
  34. data/lib/{vendor → src}/model/UrlBuilder.js +0 -0
  35. data/lib/{vendor → src}/model/adapters/AbstractAdapter.js +0 -0
  36. data/lib/{vendor → src}/model/adapters/MemoryAdapter.js +0 -0
  37. data/lib/{vendor → src}/model/adapters/RESTAdapter.js +0 -0
  38. data/lib/{vendor → src}/model/adapters/RESTJSONAdapter.js +0 -0
  39. data/lib/{vendor → src}/model/adapters/notes.txt +0 -0
  40. data/lib/{vendor → src}/model/associations/Association.js +0 -0
  41. data/lib/{vendor → src}/model/associations/notes.txt +0 -0
  42. data/lib/{vendor → src}/model/validations/Errors.js +0 -0
  43. data/lib/{vendor → src}/model/validations/Plugin.js +0 -0
  44. data/lib/{vendor → src}/model/validations/Validations.js +0 -0
  45. data/lib/{vendor → src}/notes/Charts.graffle +0 -0
  46. data/lib/{vendor → src}/overrides/Ext.Component.js +0 -0
  47. data/lib/{vendor → src}/overrides/Ext.extend.js +0 -0
  48. data/lib/{vendor → src}/spec/Array.spec.js +0 -0
  49. data/lib/{vendor → src}/spec/ExtMVC.spec.js +0 -0
  50. data/lib/{vendor → src}/spec/Model.spec.js +0 -0
  51. data/lib/{vendor → src}/spec/OS.spec.js +0 -0
  52. data/lib/{vendor → src}/spec/Router.spec.js +0 -0
  53. data/lib/{vendor → src}/spec/SpecHelper.js +0 -0
  54. data/lib/{vendor → src}/spec/String.spec.js +0 -0
  55. data/lib/{vendor → src}/spec/model/AbstractAdapter.spec.js +0 -0
  56. data/lib/{vendor → src}/spec/model/Associations.spec.js +0 -0
  57. data/lib/{vendor → src}/spec/model/Cache.spec.js +0 -0
  58. data/lib/{vendor → src}/spec/model/RESTAdapter.spec.js +0 -0
  59. data/lib/{vendor → src}/spec/model/ValidationErrors.spec.js +0 -0
  60. data/lib/{vendor → src}/spec/model/Validations.spec.js +0 -0
  61. data/lib/{vendor → src}/spec/model/ValidationsPlugin.spec.js +0 -0
  62. data/lib/{vendor → src}/spec/suite.html +0 -0
  63. data/lib/{vendor → src}/specs-old/JSSpec.css +0 -0
  64. data/lib/{vendor → src}/specs-old/JSSpec.js +0 -0
  65. data/lib/{vendor → src}/specs-old/all.html +0 -0
  66. data/lib/{vendor → src}/specs-old/base.js +0 -0
  67. data/lib/{vendor → src}/specs-old/controller.js +0 -0
  68. data/lib/{vendor → src}/specs-old/diff_match_patch.js +0 -0
  69. data/lib/{vendor → src}/specs-old/model.js +0 -0
  70. data/lib/{vendor → src}/specs-old/route.js +0 -0
  71. data/lib/{vendor → src}/specs-old/router.js +0 -0
  72. data/lib/{vendor → src}/specs-old/string.js +0 -0
  73. data/lib/{vendor → src}/testrunner/JSpecFormatter.js +0 -0
  74. data/lib/{vendor → src}/testrunner/TestClient.js +0 -0
  75. data/lib/{vendor → src}/testrunner/TestGrid.js +0 -0
  76. data/lib/{vendor → src}/testrunner/TestRunner.js +0 -0
  77. data/lib/{vendor → src}/testrunner/TestViewport.js +0 -0
  78. data/lib/src/vendor/ext-3.1.1/vendor.yml +16 -0
  79. data/lib/src/vendor.yml +29 -0
  80. data/lib/{vendor → src}/view/FormWindow.js +0 -0
  81. data/lib/{vendor → src}/view/HasManyEditorGridPanel.js +0 -0
  82. data/lib/{vendor → src}/view/scaffold/Edit.js +0 -0
  83. data/lib/{vendor → src}/view/scaffold/Index.js +0 -0
  84. data/lib/{vendor → src}/view/scaffold/New.js +0 -0
  85. data/lib/{vendor → src}/view/scaffold/ScaffoldFormPanel.js +0 -0
  86. data/lib/vendor.yml +3 -1
  87. metadata +101 -102
  88. data/lib/vendor/vendor/screw-unit/EXAMPLE.html +0 -68
  89. data/lib/vendor/vendor/screw-unit/LICENSE +0 -22
  90. data/lib/vendor/vendor/screw-unit/README.markdown +0 -307
  91. data/lib/vendor/vendor/screw-unit/lib/jquery-1.2.3.js +0 -3408
  92. data/lib/vendor/vendor/screw-unit/lib/jquery.fn.js +0 -29
  93. data/lib/vendor/vendor/screw-unit/lib/jquery.print.js +0 -108
  94. data/lib/vendor/vendor/screw-unit/lib/screw.assets.js +0 -36
  95. data/lib/vendor/vendor/screw-unit/lib/screw.behaviors.js +0 -91
  96. data/lib/vendor/vendor/screw-unit/lib/screw.builder.js +0 -80
  97. data/lib/vendor/vendor/screw-unit/lib/screw.css +0 -91
  98. data/lib/vendor/vendor/screw-unit/lib/screw.events.js +0 -42
  99. data/lib/vendor/vendor/screw-unit/lib/screw.matchers.js +0 -145
  100. data/lib/vendor/vendor/screw-unit/lib/screw.server.js +0 -21
  101. data/lib/vendor/vendor/screw-unit/spec/behaviors_spec.js +0 -178
  102. data/lib/vendor/vendor/screw-unit/spec/matchers_spec.js +0 -237
  103. data/lib/vendor/vendor/screw-unit/spec/print_spec.js +0 -119
  104. data/lib/vendor/vendor/screw-unit/spec/spec_helper.js +0 -0
  105. data/lib/vendor/vendor/screw-unit/spec/suite.html +0 -18
data/Rakefile CHANGED
@@ -12,8 +12,8 @@ begin
12
12
  gem.authors = ["Ed Spencer and Chris Scott"]
13
13
  gem.add_dependency "xmvc"
14
14
  gem.add_dependency "extjs"
15
- gem.add_dependency "thor-cheese"
16
-
15
+ gem.add_dependency "git"
16
+ gem.add_dependency "thor", ">=0.13.4"
17
17
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
18
18
  gem.files = FileList["[A-Z]*", "{bin,lib,test,config}/**/*"]
19
19
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0.e
1
+ 0.4.0.f
data/bin/extjs-mvc CHANGED
@@ -3,6 +3,7 @@
3
3
  # Check if an older version of extjs-mvc is installed
4
4
  $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
5
5
  $LOAD_PATH.unshift('/Users/chris/workspace/extjs/xmvc/lib')
6
+
6
7
  require 'xmvc'
7
8
  require 'xmvc/cli'
8
9
 
@@ -0,0 +1,48 @@
1
+ require 'yaml'
2
+ module ExtJS
3
+ module MVC
4
+
5
+ class API < Thor
6
+ include Thor::Actions
7
+
8
+ desc "secretary", "Returns vendor assets; css, js, images, sass, haml, html...whatever. Returns a Sprockets::Secretary"
9
+ def secretary
10
+ say_status "ExtJS::MVC", "secretary"
11
+
12
+ #TODO Figure out a std vendor.yml loading mechanism
13
+ # load_paths?
14
+ root = File.expand_path(File.join(options[:root], "extjs-mvc"))
15
+ begin
16
+ config = YAML.load_file(File.join(root, "vendor.yml"))
17
+ rescue StandardError => e
18
+ raise Xmvc::VendorFileNotFound.new("Failed to load vendor file 'vendor/extjs-mvc/vendor.yml'")
19
+ end
20
+
21
+ Sprockets::Secretary.new({
22
+ :source_files => config["javascripts"],
23
+ :root => root
24
+ })
25
+ end
26
+
27
+ ##
28
+ # This task is executed by Xmvc::Generator::App when the "generate app" task is executed.
29
+ # Xmvc provides the /vendor directory as the param
30
+ #
31
+ desc "install", "Install extjs-mvc framework"
32
+ def install(vendor_root)
33
+ fancy_name = File.join(File.basename(vendor_root), VENDOR_NAME)
34
+
35
+ say_status "git clone", "#{GIT_URL} -> #{fancy_name}"
36
+
37
+ # Clone the extjs-mvc-js repo!
38
+ path = File.join(vendor_root, VENDOR_NAME)
39
+ Git.clone(GIT_URL, path)
40
+
41
+ # report to console which files were created.
42
+ Dir["#{path}/**/*.*"].each do |f|
43
+ say_status :create, File.join(fancy_name, File.basename(f))
44
+ end
45
+ end
46
+ end
47
+ end
48
+ end
data/lib/extjs-mvc.rb CHANGED
@@ -1,3 +1,10 @@
1
+ require 'git'
2
+ require 'thor'
3
+ require 'extjs-mvc/api'
4
+
5
+ ##
6
+ # This is the extjs-mvc Thor task which install the extjs-mvc-js javascript source via Github
7
+ #
1
8
  module ExtJS
2
9
  module MVC
3
10
 
@@ -7,19 +14,16 @@ module ExtJS
7
14
 
8
15
  VENDOR_NAME = 'extjs-mvc'
9
16
 
10
- VENDOR_PATH = File.join(ROOT, "vendor")
11
-
12
17
  CONFIG_PATH = File.join(ROOT, "vendor.yml")
13
18
 
19
+ GIT_URL = 'http://github.com/christocracy/extjs-mvc-js.git'
20
+
21
+ autoload :API, 'extjs-mvc/api'
22
+
14
23
  class << self
15
-
16
24
  def config
17
25
  @config ||= YAML.load(File.read(CONFIG_PATH)).to_mash
18
26
  end
19
-
20
- def install(dest)
21
- FileUtils.cp_r(VENDOR_PATH, dest)
22
- end
23
- end
27
+ end
24
28
  end
25
- end
29
+ end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,16 @@
1
+ # Defines the build order of Ext MVC. Comments indicated with a hash.
2
+ # Each line denotes either a single file, or a directory glob. If a glob, all matching files are included
3
+ # (unless they have already been defined)
4
+ name: ext
5
+
6
+ version: 3.1.1
7
+
8
+ dependencies:
9
+
10
+ host: http://extjs.cachefly.net
11
+
12
+ javascripts:
13
+ - adapter/ext/ext-base.js
14
+ - ext-all.js
15
+
16
+ stylesheets:
@@ -0,0 +1,29 @@
1
+ # Defines the build order of Ext MVC. Comments indicated with a hash.
2
+ # Each line denotes either a single file, or a directory glob. If a glob, all matching files are included
3
+ # (unless they have already been defined)
4
+ name: extjs-mvc
5
+
6
+ version:
7
+
8
+ dependencies:
9
+ - ext-3.1.1
10
+
11
+ javascripts:
12
+ - MVC.js
13
+ - App.js
14
+ - lib/ClassManager.js
15
+ - lib/*.js
16
+ - overrides/*.js
17
+ - controller/*.js
18
+ - model/Model.js
19
+ - model/Base.js
20
+ - model/adapters/AbstractAdapter.js
21
+ - model/adapters/*.js
22
+ - model/validations/Validations.js
23
+ - model/validations/*.js
24
+ - view/*.js
25
+ - view/scaffold/ScaffoldFormPanel.js
26
+ - view/scaffold/*.js
27
+ - testrunner/TestRunner.js
28
+ - testrunner/*.js
29
+ stylesheets:
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/vendor.yml CHANGED
@@ -3,8 +3,10 @@
3
3
  # (unless they have already been defined)
4
4
  name: extjs-mvc
5
5
 
6
+ version:
7
+
6
8
  dependencies:
7
- - extjs
9
+ - ext-3.1.1
8
10
 
9
11
  javascripts:
10
12
  - MVC.js
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 0
9
- - e
10
- version: 0.4.0.e
9
+ - f
10
+ version: 0.4.0.f
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ed Spencer and Chris Scott
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-03-13 00:00:00 -05:00
18
+ date: 2010-03-15 00:00:00 -04:00
19
19
  default_executable: extjs-mvc
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -43,7 +43,7 @@ dependencies:
43
43
  type: :runtime
44
44
  version_requirements: *id002
45
45
  - !ruby/object:Gem::Dependency
46
- name: thor-cheese
46
+ name: git
47
47
  prerelease: false
48
48
  requirement: &id003 !ruby/object:Gem::Requirement
49
49
  requirements:
@@ -55,9 +55,23 @@ dependencies:
55
55
  type: :runtime
56
56
  version_requirements: *id003
57
57
  - !ruby/object:Gem::Dependency
58
- name: thoughtbot-shoulda
58
+ name: thor
59
59
  prerelease: false
60
60
  requirement: &id004 !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ segments:
65
+ - 0
66
+ - 13
67
+ - 4
68
+ version: 0.13.4
69
+ type: :runtime
70
+ version_requirements: *id004
71
+ - !ruby/object:Gem::Dependency
72
+ name: thoughtbot-shoulda
73
+ prerelease: false
74
+ requirement: &id005 !ruby/object:Gem::Requirement
61
75
  requirements:
62
76
  - - ">="
63
77
  - !ruby/object:Gem::Version
@@ -65,7 +79,7 @@ dependencies:
65
79
  - 0
66
80
  version: "0"
67
81
  type: :development
68
- version_requirements: *id004
82
+ version_requirements: *id005
69
83
  description: A full-stack, Rails-like MVC for the Ext JS javascript framework (originally known as extmvc/extmvc)
70
84
  email: christocracy@gmail.com
71
85
  executables:
@@ -82,103 +96,88 @@ files:
82
96
  - VERSION
83
97
  - bin/extjs-mvc
84
98
  - lib/extjs-mvc.rb
99
+ - lib/extjs-mvc/api.rb
100
+ - lib/src/App.js
101
+ - lib/src/MVC.js
102
+ - lib/src/Presenter.js
103
+ - lib/src/README.rdoc
104
+ - lib/src/controller/Controller.js
105
+ - lib/src/controller/CrudController.js
106
+ - lib/src/lib/Array.js
107
+ - lib/src/lib/Booter.js
108
+ - lib/src/lib/ClassManager.js
109
+ - lib/src/lib/ControllerClassManager.js
110
+ - lib/src/lib/Dependencies.js
111
+ - lib/src/lib/DispatchMatcher.js
112
+ - lib/src/lib/Dispatcher.js
113
+ - lib/src/lib/Environment.js
114
+ - lib/src/lib/Inflector.js
115
+ - lib/src/lib/ModelClassManager.js
116
+ - lib/src/lib/Route.js
117
+ - lib/src/lib/Router.js
118
+ - lib/src/lib/String.js
119
+ - lib/src/lib/ViewClassManager.js
120
+ - lib/src/lib/notes.txt
121
+ - lib/src/model/AdapterManager.js
122
+ - lib/src/model/Association.js
123
+ - lib/src/model/Base.js
124
+ - lib/src/model/BelongsToAssociation.js
125
+ - lib/src/model/Cache.js
126
+ - lib/src/model/HasManyAssociation.js
127
+ - lib/src/model/Model.js
128
+ - lib/src/model/UrlBuilder.js
129
+ - lib/src/model/adapters/AbstractAdapter.js
130
+ - lib/src/model/adapters/MemoryAdapter.js
131
+ - lib/src/model/adapters/RESTAdapter.js
132
+ - lib/src/model/adapters/RESTJSONAdapter.js
133
+ - lib/src/model/adapters/notes.txt
134
+ - lib/src/model/associations/Association.js
135
+ - lib/src/model/associations/notes.txt
136
+ - lib/src/model/validations/Errors.js
137
+ - lib/src/model/validations/Plugin.js
138
+ - lib/src/model/validations/Validations.js
139
+ - lib/src/notes/Charts.graffle
140
+ - lib/src/overrides/Ext.Component.js
141
+ - lib/src/overrides/Ext.extend.js
142
+ - lib/src/spec/Array.spec.js
143
+ - lib/src/spec/ExtMVC.spec.js
144
+ - lib/src/spec/Model.spec.js
145
+ - lib/src/spec/OS.spec.js
146
+ - lib/src/spec/Router.spec.js
147
+ - lib/src/spec/SpecHelper.js
148
+ - lib/src/spec/String.spec.js
149
+ - lib/src/spec/model/AbstractAdapter.spec.js
150
+ - lib/src/spec/model/Associations.spec.js
151
+ - lib/src/spec/model/Cache.spec.js
152
+ - lib/src/spec/model/RESTAdapter.spec.js
153
+ - lib/src/spec/model/ValidationErrors.spec.js
154
+ - lib/src/spec/model/Validations.spec.js
155
+ - lib/src/spec/model/ValidationsPlugin.spec.js
156
+ - lib/src/spec/suite.html
157
+ - lib/src/specs-old/JSSpec.css
158
+ - lib/src/specs-old/JSSpec.js
159
+ - lib/src/specs-old/all.html
160
+ - lib/src/specs-old/base.js
161
+ - lib/src/specs-old/controller.js
162
+ - lib/src/specs-old/diff_match_patch.js
163
+ - lib/src/specs-old/model.js
164
+ - lib/src/specs-old/route.js
165
+ - lib/src/specs-old/router.js
166
+ - lib/src/specs-old/string.js
167
+ - lib/src/testrunner/JSpecFormatter.js
168
+ - lib/src/testrunner/TestClient.js
169
+ - lib/src/testrunner/TestGrid.js
170
+ - lib/src/testrunner/TestRunner.js
171
+ - lib/src/testrunner/TestViewport.js
172
+ - lib/src/vendor.yml
173
+ - lib/src/vendor/ext-3.1.1/vendor.yml
174
+ - lib/src/view/FormWindow.js
175
+ - lib/src/view/HasManyEditorGridPanel.js
176
+ - lib/src/view/scaffold/Edit.js
177
+ - lib/src/view/scaffold/Index.js
178
+ - lib/src/view/scaffold/New.js
179
+ - lib/src/view/scaffold/ScaffoldFormPanel.js
85
180
  - lib/vendor.yml
86
- - lib/vendor/App.js
87
- - lib/vendor/MVC.js
88
- - lib/vendor/Presenter.js
89
- - lib/vendor/README.rdoc
90
- - lib/vendor/controller/Controller.js
91
- - lib/vendor/controller/CrudController.js
92
- - lib/vendor/lib/Array.js
93
- - lib/vendor/lib/Booter.js
94
- - lib/vendor/lib/ClassManager.js
95
- - lib/vendor/lib/ControllerClassManager.js
96
- - lib/vendor/lib/Dependencies.js
97
- - lib/vendor/lib/DispatchMatcher.js
98
- - lib/vendor/lib/Dispatcher.js
99
- - lib/vendor/lib/Environment.js
100
- - lib/vendor/lib/Inflector.js
101
- - lib/vendor/lib/ModelClassManager.js
102
- - lib/vendor/lib/Route.js
103
- - lib/vendor/lib/Router.js
104
- - lib/vendor/lib/String.js
105
- - lib/vendor/lib/ViewClassManager.js
106
- - lib/vendor/lib/notes.txt
107
- - lib/vendor/model/AdapterManager.js
108
- - lib/vendor/model/Association.js
109
- - lib/vendor/model/Base.js
110
- - lib/vendor/model/BelongsToAssociation.js
111
- - lib/vendor/model/Cache.js
112
- - lib/vendor/model/HasManyAssociation.js
113
- - lib/vendor/model/Model.js
114
- - lib/vendor/model/UrlBuilder.js
115
- - lib/vendor/model/adapters/AbstractAdapter.js
116
- - lib/vendor/model/adapters/MemoryAdapter.js
117
- - lib/vendor/model/adapters/RESTAdapter.js
118
- - lib/vendor/model/adapters/RESTJSONAdapter.js
119
- - lib/vendor/model/adapters/notes.txt
120
- - lib/vendor/model/associations/Association.js
121
- - lib/vendor/model/associations/notes.txt
122
- - lib/vendor/model/validations/Errors.js
123
- - lib/vendor/model/validations/Plugin.js
124
- - lib/vendor/model/validations/Validations.js
125
- - lib/vendor/notes/Charts.graffle
126
- - lib/vendor/overrides/Ext.Component.js
127
- - lib/vendor/overrides/Ext.extend.js
128
- - lib/vendor/spec/Array.spec.js
129
- - lib/vendor/spec/ExtMVC.spec.js
130
- - lib/vendor/spec/Model.spec.js
131
- - lib/vendor/spec/OS.spec.js
132
- - lib/vendor/spec/Router.spec.js
133
- - lib/vendor/spec/SpecHelper.js
134
- - lib/vendor/spec/String.spec.js
135
- - lib/vendor/spec/model/AbstractAdapter.spec.js
136
- - lib/vendor/spec/model/Associations.spec.js
137
- - lib/vendor/spec/model/Cache.spec.js
138
- - lib/vendor/spec/model/RESTAdapter.spec.js
139
- - lib/vendor/spec/model/ValidationErrors.spec.js
140
- - lib/vendor/spec/model/Validations.spec.js
141
- - lib/vendor/spec/model/ValidationsPlugin.spec.js
142
- - lib/vendor/spec/suite.html
143
- - lib/vendor/specs-old/JSSpec.css
144
- - lib/vendor/specs-old/JSSpec.js
145
- - lib/vendor/specs-old/all.html
146
- - lib/vendor/specs-old/base.js
147
- - lib/vendor/specs-old/controller.js
148
- - lib/vendor/specs-old/diff_match_patch.js
149
- - lib/vendor/specs-old/model.js
150
- - lib/vendor/specs-old/route.js
151
- - lib/vendor/specs-old/router.js
152
- - lib/vendor/specs-old/string.js
153
- - lib/vendor/testrunner/JSpecFormatter.js
154
- - lib/vendor/testrunner/TestClient.js
155
- - lib/vendor/testrunner/TestGrid.js
156
- - lib/vendor/testrunner/TestRunner.js
157
- - lib/vendor/testrunner/TestViewport.js
158
- - lib/vendor/vendor/screw-unit/EXAMPLE.html
159
- - lib/vendor/vendor/screw-unit/LICENSE
160
- - lib/vendor/vendor/screw-unit/README.markdown
161
- - lib/vendor/vendor/screw-unit/lib/jquery-1.2.3.js
162
- - lib/vendor/vendor/screw-unit/lib/jquery.fn.js
163
- - lib/vendor/vendor/screw-unit/lib/jquery.print.js
164
- - lib/vendor/vendor/screw-unit/lib/screw.assets.js
165
- - lib/vendor/vendor/screw-unit/lib/screw.behaviors.js
166
- - lib/vendor/vendor/screw-unit/lib/screw.builder.js
167
- - lib/vendor/vendor/screw-unit/lib/screw.css
168
- - lib/vendor/vendor/screw-unit/lib/screw.events.js
169
- - lib/vendor/vendor/screw-unit/lib/screw.matchers.js
170
- - lib/vendor/vendor/screw-unit/lib/screw.server.js
171
- - lib/vendor/vendor/screw-unit/spec/behaviors_spec.js
172
- - lib/vendor/vendor/screw-unit/spec/matchers_spec.js
173
- - lib/vendor/vendor/screw-unit/spec/print_spec.js
174
- - lib/vendor/vendor/screw-unit/spec/spec_helper.js
175
- - lib/vendor/vendor/screw-unit/spec/suite.html
176
- - lib/vendor/view/FormWindow.js
177
- - lib/vendor/view/HasManyEditorGridPanel.js
178
- - lib/vendor/view/scaffold/Edit.js
179
- - lib/vendor/view/scaffold/Index.js
180
- - lib/vendor/view/scaffold/New.js
181
- - lib/vendor/view/scaffold/ScaffoldFormPanel.js
182
181
  - test/helper.rb
183
182
  - test/test_extjs-mvc-gem.rb
184
183
  has_rdoc: true