extr 1.0.2 → 1.0.3
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.
- data/app/controllers/extr/router_controller.rb +14 -18
- data/lib/extr/config.rb +4 -5
- data/lib/extr/engine.rb +29 -19
- data/lib/extr/version.rb +1 -1
- data/readme.md +3 -2
- data/test/dummy/app/assets/javascripts/application.js +3 -3
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/production.sqlite3 +0 -0
- data/test/dummy/log/development.log +1583 -0
- data/test/dummy/log/production.log +90 -0
- data/test/dummy/tmp/cache/assets/C76/160/sprockets%2F49c594d143212b346d11f1ecf9358103 +0 -0
- data/test/dummy/tmp/cache/assets/C7B/980/sprockets%2F2e74b041ed6358212e539348c1356e4b +0 -0
- data/test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
- data/test/dummy/tmp/cache/assets/CC9/AF0/sprockets%2F6a96ab5877a885921b0ea6c4997195f4 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DA8/900/sprockets%2Fde7a2b3987b89b9d9afb268ce4204a4a +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- metadata +32 -4
@@ -0,0 +1,90 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Started GET "/projects/rpcextjs410" for 127.0.0.1 at 2013-05-12 21:06:59 +0200
|
3
|
+
Processing by ProjectsController#rpcextjs410 as HTML
|
4
|
+
Rendered projects/rpcextjs410.html.erb within layouts/application (42.9ms)
|
5
|
+
Completed 500 Internal Server Error in 82ms
|
6
|
+
|
7
|
+
ActionView::Template::Error (application.css isn't precompiled):
|
8
|
+
2: <html>
|
9
|
+
3: <head>
|
10
|
+
4: <title>Extr</title>
|
11
|
+
5: <%= stylesheet_link_tag "application" %>
|
12
|
+
6: <%= javascript_include_tag "application" %>
|
13
|
+
7: <%= csrf_meta_tags %>
|
14
|
+
8:
|
15
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__721798079_84161760'
|
16
|
+
|
17
|
+
|
18
|
+
Started GET "/projects/rpcextjs410" for 127.0.0.1 at 2013-05-12 21:07:03 +0200
|
19
|
+
Processing by ProjectsController#rpcextjs410 as HTML
|
20
|
+
Rendered projects/rpcextjs410.html.erb within layouts/application (4.8ms)
|
21
|
+
Completed 500 Internal Server Error in 7ms
|
22
|
+
|
23
|
+
ActionView::Template::Error (application.css isn't precompiled):
|
24
|
+
2: <html>
|
25
|
+
3: <head>
|
26
|
+
4: <title>Extr</title>
|
27
|
+
5: <%= stylesheet_link_tag "application" %>
|
28
|
+
6: <%= javascript_include_tag "application" %>
|
29
|
+
7: <%= csrf_meta_tags %>
|
30
|
+
8:
|
31
|
+
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__721798079_84161760'
|
32
|
+
|
33
|
+
|
34
|
+
Connecting to database specified by database.yml
|
35
|
+
Started GET "/projects/rpcextjs410" for 127.0.0.1 at 2013-05-12 21:09:20 +0200
|
36
|
+
Processing by ProjectsController#rpcextjs410 as HTML
|
37
|
+
Rendered projects/rpcextjs410.html.erb within layouts/application (42.6ms)
|
38
|
+
Compiled profils.css (0ms) (pid 3826)
|
39
|
+
Compiled projects.css (0ms) (pid 3826)
|
40
|
+
Compiled scaffold.css (0ms) (pid 3826)
|
41
|
+
Compiled application.css (17ms) (pid 3826)
|
42
|
+
Compiled application.js (0ms) (pid 3826)
|
43
|
+
Completed 500 Internal Server Error in 104ms
|
44
|
+
|
45
|
+
ActionView::Template::Error (cannot load such file -- uglifier
|
46
|
+
(in /home/neo/Projekte/extr/test/dummy/app/assets/javascripts/application.js)):
|
47
|
+
3: <head>
|
48
|
+
4: <title>Extr</title>
|
49
|
+
5: <%= stylesheet_link_tag "application" %>
|
50
|
+
6: <%= javascript_include_tag "application" %>
|
51
|
+
7: <%= csrf_meta_tags %>
|
52
|
+
8:
|
53
|
+
9: <%= ext_base_tag %>
|
54
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___261113898_81430770'
|
55
|
+
|
56
|
+
|
57
|
+
Started GET "/projects/rpcextjs410" for 127.0.0.1 at 2013-05-12 21:09:21 +0200
|
58
|
+
Processing by ProjectsController#rpcextjs410 as HTML
|
59
|
+
Rendered projects/rpcextjs410.html.erb within layouts/application (4.6ms)
|
60
|
+
Completed 500 Internal Server Error in 11ms
|
61
|
+
|
62
|
+
ActionView::Template::Error (cannot load such file -- uglifier
|
63
|
+
(in /home/neo/Projekte/extr/test/dummy/app/assets/javascripts/application.js)):
|
64
|
+
3: <head>
|
65
|
+
4: <title>Extr</title>
|
66
|
+
5: <%= stylesheet_link_tag "application" %>
|
67
|
+
6: <%= javascript_include_tag "application" %>
|
68
|
+
7: <%= csrf_meta_tags %>
|
69
|
+
8:
|
70
|
+
9: <%= ext_base_tag %>
|
71
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___261113898_81430770'
|
72
|
+
|
73
|
+
|
74
|
+
Started GET "/projects/rpcextjs410" for 127.0.0.1 at 2013-05-12 21:09:22 +0200
|
75
|
+
Processing by ProjectsController#rpcextjs410 as HTML
|
76
|
+
Rendered projects/rpcextjs410.html.erb within layouts/application (4.7ms)
|
77
|
+
Completed 500 Internal Server Error in 11ms
|
78
|
+
|
79
|
+
ActionView::Template::Error (cannot load such file -- uglifier
|
80
|
+
(in /home/neo/Projekte/extr/test/dummy/app/assets/javascripts/application.js)):
|
81
|
+
3: <head>
|
82
|
+
4: <title>Extr</title>
|
83
|
+
5: <%= stylesheet_link_tag "application" %>
|
84
|
+
6: <%= javascript_include_tag "application" %>
|
85
|
+
7: <%= csrf_meta_tags %>
|
86
|
+
8:
|
87
|
+
9: <%= ext_base_tag %>
|
88
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___261113898_81430770'
|
89
|
+
|
90
|
+
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: extr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-05-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -91,6 +91,18 @@ files:
|
|
91
91
|
- test/dummy/app/controllers/projects_controller.rb
|
92
92
|
- test/dummy/app/controllers/application_controller.rb
|
93
93
|
- test/dummy/app/controllers/profils_controller.rb
|
94
|
+
- test/dummy/tmp/cache/assets/DA8/900/sprockets%2Fde7a2b3987b89b9d9afb268ce4204a4a
|
95
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
96
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
97
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
98
|
+
- test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
|
99
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
100
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
101
|
+
- test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2
|
102
|
+
- test/dummy/tmp/cache/assets/CC9/AF0/sprockets%2F6a96ab5877a885921b0ea6c4997195f4
|
103
|
+
- test/dummy/tmp/cache/assets/C7B/980/sprockets%2F2e74b041ed6358212e539348c1356e4b
|
104
|
+
- test/dummy/tmp/cache/assets/C76/160/sprockets%2F49c594d143212b346d11f1ecf9358103
|
105
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
94
106
|
- test/dummy/config/initializers/secret_token.rb
|
95
107
|
- test/dummy/config/initializers/inflections.rb
|
96
108
|
- test/dummy/config/initializers/wrap_parameters.rb
|
@@ -115,6 +127,7 @@ files:
|
|
115
127
|
- test/dummy/test/unit/helpers/projects_helper_test.rb
|
116
128
|
- test/dummy/test/unit/helpers/profils_helper_test.rb
|
117
129
|
- test/dummy/log/development.log
|
130
|
+
- test/dummy/log/production.log
|
118
131
|
- test/dummy/public/404.html
|
119
132
|
- test/dummy/public/favicon.ico
|
120
133
|
- test/dummy/public/500.html
|
@@ -123,6 +136,7 @@ files:
|
|
123
136
|
- test/dummy/db/schema.rb
|
124
137
|
- test/dummy/db/migrate/20111003211619_create_projects.rb
|
125
138
|
- test/dummy/db/development.sqlite3
|
139
|
+
- test/dummy/db/production.sqlite3
|
126
140
|
- test/dummy/config.ru
|
127
141
|
- test/extr_test.rb
|
128
142
|
- test/functional/extr/router_controller_test.rb
|
@@ -142,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
156
|
version: '0'
|
143
157
|
segments:
|
144
158
|
- 0
|
145
|
-
hash: -
|
159
|
+
hash: -184478115
|
146
160
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
147
161
|
none: false
|
148
162
|
requirements:
|
@@ -151,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
151
165
|
version: '0'
|
152
166
|
segments:
|
153
167
|
- 0
|
154
|
-
hash: -
|
168
|
+
hash: -184478115
|
155
169
|
requirements: []
|
156
170
|
rubyforge_project:
|
157
171
|
rubygems_version: 1.8.24
|
@@ -186,6 +200,18 @@ test_files:
|
|
186
200
|
- test/dummy/app/controllers/projects_controller.rb
|
187
201
|
- test/dummy/app/controllers/application_controller.rb
|
188
202
|
- test/dummy/app/controllers/profils_controller.rb
|
203
|
+
- test/dummy/tmp/cache/assets/DA8/900/sprockets%2Fde7a2b3987b89b9d9afb268ce4204a4a
|
204
|
+
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
205
|
+
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
206
|
+
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
207
|
+
- test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
|
208
|
+
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
209
|
+
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
210
|
+
- test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2
|
211
|
+
- test/dummy/tmp/cache/assets/CC9/AF0/sprockets%2F6a96ab5877a885921b0ea6c4997195f4
|
212
|
+
- test/dummy/tmp/cache/assets/C7B/980/sprockets%2F2e74b041ed6358212e539348c1356e4b
|
213
|
+
- test/dummy/tmp/cache/assets/C76/160/sprockets%2F49c594d143212b346d11f1ecf9358103
|
214
|
+
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
189
215
|
- test/dummy/config/initializers/secret_token.rb
|
190
216
|
- test/dummy/config/initializers/inflections.rb
|
191
217
|
- test/dummy/config/initializers/wrap_parameters.rb
|
@@ -210,6 +236,7 @@ test_files:
|
|
210
236
|
- test/dummy/test/unit/helpers/projects_helper_test.rb
|
211
237
|
- test/dummy/test/unit/helpers/profils_helper_test.rb
|
212
238
|
- test/dummy/log/development.log
|
239
|
+
- test/dummy/log/production.log
|
213
240
|
- test/dummy/public/404.html
|
214
241
|
- test/dummy/public/favicon.ico
|
215
242
|
- test/dummy/public/500.html
|
@@ -218,6 +245,7 @@ test_files:
|
|
218
245
|
- test/dummy/db/schema.rb
|
219
246
|
- test/dummy/db/migrate/20111003211619_create_projects.rb
|
220
247
|
- test/dummy/db/development.sqlite3
|
248
|
+
- test/dummy/db/production.sqlite3
|
221
249
|
- test/dummy/config.ru
|
222
250
|
- test/extr_test.rb
|
223
251
|
- test/functional/extr/router_controller_test.rb
|