phenomenal_rails 1.2.4 → 1.2.5
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/lib/phenomenal_rails/engine.rb +5 -5
- data/lib/phenomenal_rails/middleware.rb +12 -4
- data/lib/phenomenal_rails/version.rb +1 -1
- data/lib/phenomenal_rails.rb +2 -1
- data/spec/dummy/app/views/pages/home.html.haml +7 -1
- data/spec/dummy/app_phenomenal/persistent_feature/controllers/application_controller.rb +1 -1
- data/spec/dummy/app_phenomenal/persistent_feature/persistent_feature.rb +2 -0
- data/spec/dummy/app_phenomenal/test_feature/test_feature.rb +7 -1
- data/spec/dummy/log/development.log +2222 -54
- data/spec/dummy/log/production.log +53 -21
- metadata +75 -75
@@ -1,53 +1,85 @@
|
|
1
1
|
|
2
2
|
|
3
|
-
Started GET "/" for 127.0.0.1 at 2012-05-
|
3
|
+
Started GET "/" for 127.0.0.1 at 2012-05-31 22:23:28 +0200
|
4
4
|
Connecting to database specified by database.yml
|
5
5
|
Processing by ApplicationController#home as HTML
|
6
|
-
Rendered shared/_partial1.html.haml (0.
|
6
|
+
Rendered shared/_partial1.html.haml (0.5ms)
|
7
7
|
Rendered text template (0.0ms)
|
8
|
-
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.
|
9
|
-
Rendered shared/_partial4.html.haml (0.
|
10
|
-
Rendered pages/home.html.haml within layouts/application (
|
11
|
-
Completed 200 OK in
|
8
|
+
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.5ms)
|
9
|
+
Rendered shared/_partial4.html.haml (0.5ms)
|
10
|
+
Rendered pages/home.html.haml within layouts/application (18.8ms)
|
11
|
+
Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.0ms)
|
12
12
|
|
13
13
|
|
14
|
-
Started GET "/?activated=true" for 127.0.0.1 at 2012-05-
|
14
|
+
Started GET "/?activated=true" for 127.0.0.1 at 2012-05-31 22:23:30 +0200
|
15
15
|
Processing by ApplicationController#home as HTML
|
16
16
|
Parameters: {"activated"=>"true"}
|
17
|
-
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml (0.
|
18
|
-
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml (0.
|
17
|
+
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml (0.7ms)
|
18
|
+
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml (0.5ms)
|
19
19
|
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
20
|
-
Rendered app_phenomenal/test_feature/views/shared/_partial4.html.haml (0.
|
21
|
-
Rendered pages/home.html.haml within layouts/application (
|
22
|
-
Completed 200 OK in
|
20
|
+
Rendered app_phenomenal/test_feature/views/shared/_partial4.html.haml (0.5ms)
|
21
|
+
Rendered pages/home.html.haml within layouts/application (4.7ms)
|
22
|
+
Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
23
23
|
|
24
24
|
|
25
|
-
Started GET "/" for 127.0.0.1 at 2012-05-
|
25
|
+
Started GET "/" for 127.0.0.1 at 2012-05-31 22:23:30 +0200
|
26
26
|
Processing by ApplicationController#home as HTML
|
27
27
|
Rendered shared/_partial1.html.haml (0.1ms)
|
28
28
|
Rendered text template (0.0ms)
|
29
29
|
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
30
30
|
Rendered shared/_partial4.html.haml (0.1ms)
|
31
|
-
Rendered pages/home.html.haml within layouts/application (3.
|
32
|
-
Completed 200 OK in 6ms (Views:
|
31
|
+
Rendered pages/home.html.haml within layouts/application (3.1ms)
|
32
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
33
33
|
|
34
34
|
|
35
|
-
Started GET "/?activated=true" for 127.0.0.1 at 2012-05-
|
35
|
+
Started GET "/?activated=true" for 127.0.0.1 at 2012-05-31 22:23:31 +0200
|
36
36
|
Processing by ApplicationController#home as HTML
|
37
37
|
Parameters: {"activated"=>"true"}
|
38
38
|
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml (0.1ms)
|
39
39
|
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml (0.1ms)
|
40
40
|
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
41
41
|
Rendered app_phenomenal/test_feature/views/shared/_partial4.html.haml (0.1ms)
|
42
|
-
Rendered pages/home.html.haml within layouts/application (
|
43
|
-
Completed 200 OK in
|
42
|
+
Rendered pages/home.html.haml within layouts/application (3.2ms)
|
43
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
44
|
+
|
45
|
+
|
46
|
+
Started GET "/" for 127.0.0.1 at 2012-05-31 22:23:32 +0200
|
47
|
+
Processing by ApplicationController#home as HTML
|
48
|
+
Rendered shared/_partial1.html.haml (0.1ms)
|
49
|
+
Rendered text template (0.0ms)
|
50
|
+
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
51
|
+
Rendered shared/_partial4.html.haml (0.1ms)
|
52
|
+
Rendered pages/home.html.haml within layouts/application (2.6ms)
|
53
|
+
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
54
|
+
|
55
|
+
|
56
|
+
Started GET "/?activated=true" for 127.0.0.1 at 2012-05-31 22:23:32 +0200
|
57
|
+
Processing by ApplicationController#home as HTML
|
58
|
+
Parameters: {"activated"=>"true"}
|
59
|
+
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml (0.2ms)
|
60
|
+
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml (0.1ms)
|
61
|
+
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
62
|
+
Rendered app_phenomenal/test_feature/views/shared/_partial4.html.haml (0.1ms)
|
63
|
+
Rendered pages/home.html.haml within layouts/application (6.3ms)
|
64
|
+
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.0ms)
|
44
65
|
|
45
66
|
|
46
|
-
Started GET "/" for 127.0.0.1 at 2012-05-
|
67
|
+
Started GET "/" for 127.0.0.1 at 2012-05-31 22:23:33 +0200
|
47
68
|
Processing by ApplicationController#home as HTML
|
48
69
|
Rendered shared/_partial1.html.haml (0.1ms)
|
49
70
|
Rendered text template (0.0ms)
|
50
71
|
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
51
72
|
Rendered shared/_partial4.html.haml (0.1ms)
|
52
|
-
Rendered pages/home.html.haml within layouts/application (
|
53
|
-
Completed 200 OK in
|
73
|
+
Rendered pages/home.html.haml within layouts/application (2.9ms)
|
74
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
75
|
+
|
76
|
+
|
77
|
+
Started GET "/?activated=true" for 127.0.0.1 at 2012-05-31 22:23:33 +0200
|
78
|
+
Processing by ApplicationController#home as HTML
|
79
|
+
Parameters: {"activated"=>"true"}
|
80
|
+
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml (0.1ms)
|
81
|
+
Rendered app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml (0.1ms)
|
82
|
+
Rendered app_phenomenal/persistent_feature/views/shared/_partial3.html.haml (0.1ms)
|
83
|
+
Rendered app_phenomenal/test_feature/views/shared/_partial4.html.haml (0.1ms)
|
84
|
+
Rendered pages/home.html.haml within layouts/application (54.7ms)
|
85
|
+
Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phenomenal_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -65,66 +65,66 @@ executables: []
|
|
65
65
|
extensions: []
|
66
66
|
extra_rdoc_files: []
|
67
67
|
files:
|
68
|
-
- app/assets/javascripts/phenomenal_rails/application.js
|
69
68
|
- app/assets/stylesheets/phenomenal_rails/application.css
|
69
|
+
- app/assets/javascripts/phenomenal_rails/application.js
|
70
70
|
- app/controllers/phenomenal_rails/application_controller.rb
|
71
71
|
- app/views/layouts/phenomenal_rails/application.html.erb
|
72
72
|
- config/routes.rb
|
73
|
+
- lib/tasks/phenomenal_rails_tasks.rake
|
74
|
+
- lib/phenomenal_rails.rb
|
73
75
|
- lib/phenomenal_rails/context.rb
|
74
|
-
- lib/phenomenal_rails/engine.rb
|
75
|
-
- lib/phenomenal_rails/feature.rb
|
76
|
-
- lib/phenomenal_rails/loader.rb
|
77
76
|
- lib/phenomenal_rails/middleware.rb
|
78
|
-
- lib/phenomenal_rails/
|
77
|
+
- lib/phenomenal_rails/feature.rb
|
79
78
|
- lib/phenomenal_rails/resolver.rb
|
79
|
+
- lib/phenomenal_rails/loader.rb
|
80
|
+
- lib/phenomenal_rails/engine.rb
|
80
81
|
- lib/phenomenal_rails/version.rb
|
81
|
-
- lib/phenomenal_rails.rb
|
82
|
-
- lib/tasks/phenomenal_rails_tasks.rake
|
82
|
+
- lib/phenomenal_rails/path_set.rb
|
83
83
|
- LICENSE
|
84
84
|
- Rakefile
|
85
85
|
- README.rdoc
|
86
|
-
- spec/
|
87
|
-
- spec/dummy/app/helpers/application_helper.rb
|
88
|
-
- spec/dummy/app/views/layouts/application.html.erb
|
89
|
-
- spec/dummy/app/views/pages/home.html.haml
|
90
|
-
- spec/dummy/app/views/shared/_partial1.html.haml
|
91
|
-
- spec/dummy/app/views/shared/_partial4.html.haml
|
92
|
-
- spec/dummy/app_phenomenal/persistent_feature/controllers/application_controller.rb
|
93
|
-
- spec/dummy/app_phenomenal/persistent_feature/models/model.rb
|
94
|
-
- spec/dummy/app_phenomenal/persistent_feature/persistent_feature.rb
|
95
|
-
- spec/dummy/app_phenomenal/persistent_feature/test_context/test_context.rb
|
96
|
-
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml
|
97
|
-
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml
|
98
|
-
- spec/dummy/app_phenomenal/persistent_feature/views/shared/_partial3.html.haml
|
99
|
-
- spec/dummy/app_phenomenal/test_feature/test_feature.rb
|
100
|
-
- spec/dummy/app_phenomenal/test_feature/views/shared/_partial4.html.haml
|
101
|
-
- spec/dummy/config/application.rb
|
102
|
-
- spec/dummy/config/boot.rb
|
103
|
-
- spec/dummy/config/database.yml
|
104
|
-
- spec/dummy/config/environment.rb
|
105
|
-
- spec/dummy/config/environments/development.rb
|
106
|
-
- spec/dummy/config/environments/production.rb
|
107
|
-
- spec/dummy/config/environments/test.rb
|
108
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
109
|
-
- spec/dummy/config/initializers/inflections.rb
|
86
|
+
- spec/spec_helper.rb
|
110
87
|
- spec/dummy/config/initializers/mime_types.rb
|
111
88
|
- spec/dummy/config/initializers/secret_token.rb
|
112
|
-
- spec/dummy/config/initializers/
|
89
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
113
90
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
114
|
-
- spec/dummy/config/
|
91
|
+
- spec/dummy/config/initializers/session_store.rb
|
92
|
+
- spec/dummy/config/initializers/inflections.rb
|
115
93
|
- spec/dummy/config/routes.rb
|
94
|
+
- spec/dummy/config/boot.rb
|
95
|
+
- spec/dummy/config/environments/production.rb
|
96
|
+
- spec/dummy/config/environments/development.rb
|
97
|
+
- spec/dummy/config/environments/test.rb
|
98
|
+
- spec/dummy/config/database.yml
|
99
|
+
- spec/dummy/config/environment.rb
|
100
|
+
- spec/dummy/config/locales/en.yml
|
101
|
+
- spec/dummy/config/application.rb
|
102
|
+
- spec/dummy/app_phenomenal/test_feature/views/shared/_partial4.html.haml
|
103
|
+
- spec/dummy/app_phenomenal/test_feature/test_feature.rb
|
104
|
+
- spec/dummy/app_phenomenal/persistent_feature/persistent_feature.rb
|
105
|
+
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml
|
106
|
+
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml
|
107
|
+
- spec/dummy/app_phenomenal/persistent_feature/test_context/test_context.rb
|
108
|
+
- spec/dummy/app_phenomenal/persistent_feature/controllers/application_controller.rb
|
109
|
+
- spec/dummy/app_phenomenal/persistent_feature/views/shared/_partial3.html.haml
|
110
|
+
- spec/dummy/app_phenomenal/persistent_feature/models/model.rb
|
111
|
+
- spec/dummy/Rakefile
|
116
112
|
- spec/dummy/config.ru
|
117
|
-
- spec/dummy/
|
118
|
-
- spec/dummy/db/production.sqlite3
|
119
|
-
- spec/dummy/log/development.log
|
113
|
+
- spec/dummy/script/rails
|
120
114
|
- spec/dummy/log/production.log
|
115
|
+
- spec/dummy/log/development.log
|
116
|
+
- spec/dummy/db/production.sqlite3
|
117
|
+
- spec/dummy/db/development.sqlite3
|
118
|
+
- spec/dummy/app/assets/javascripts/application.js
|
119
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
120
|
+
- spec/dummy/app/views/shared/_partial1.html.haml
|
121
|
+
- spec/dummy/app/views/shared/_partial4.html.haml
|
122
|
+
- spec/dummy/app/views/pages/home.html.haml
|
123
|
+
- spec/dummy/app/helpers/application_helper.rb
|
121
124
|
- spec/dummy/public/404.html
|
125
|
+
- spec/dummy/public/favicon.ico
|
122
126
|
- spec/dummy/public/422.html
|
123
127
|
- spec/dummy/public/500.html
|
124
|
-
- spec/dummy/public/favicon.ico
|
125
|
-
- spec/dummy/Rakefile
|
126
|
-
- spec/dummy/script/rails
|
127
|
-
- spec/spec_helper.rb
|
128
128
|
homepage: http://www.phenomenal-gem.com
|
129
129
|
licenses: []
|
130
130
|
post_install_message:
|
@@ -145,50 +145,50 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
145
145
|
version: '0'
|
146
146
|
requirements: []
|
147
147
|
rubyforge_project:
|
148
|
-
rubygems_version: 1.8.
|
148
|
+
rubygems_version: 1.8.24
|
149
149
|
signing_key:
|
150
150
|
specification_version: 3
|
151
151
|
summary: Rails glue for phenomenal
|
152
152
|
test_files:
|
153
|
-
- spec/
|
154
|
-
- spec/dummy/app/helpers/application_helper.rb
|
155
|
-
- spec/dummy/app/views/layouts/application.html.erb
|
156
|
-
- spec/dummy/app/views/pages/home.html.haml
|
157
|
-
- spec/dummy/app/views/shared/_partial1.html.haml
|
158
|
-
- spec/dummy/app/views/shared/_partial4.html.haml
|
159
|
-
- spec/dummy/app_phenomenal/persistent_feature/controllers/application_controller.rb
|
160
|
-
- spec/dummy/app_phenomenal/persistent_feature/models/model.rb
|
161
|
-
- spec/dummy/app_phenomenal/persistent_feature/persistent_feature.rb
|
162
|
-
- spec/dummy/app_phenomenal/persistent_feature/test_context/test_context.rb
|
163
|
-
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml
|
164
|
-
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml
|
165
|
-
- spec/dummy/app_phenomenal/persistent_feature/views/shared/_partial3.html.haml
|
166
|
-
- spec/dummy/app_phenomenal/test_feature/test_feature.rb
|
167
|
-
- spec/dummy/app_phenomenal/test_feature/views/shared/_partial4.html.haml
|
168
|
-
- spec/dummy/config/application.rb
|
169
|
-
- spec/dummy/config/boot.rb
|
170
|
-
- spec/dummy/config/database.yml
|
171
|
-
- spec/dummy/config/environment.rb
|
172
|
-
- spec/dummy/config/environments/development.rb
|
173
|
-
- spec/dummy/config/environments/production.rb
|
174
|
-
- spec/dummy/config/environments/test.rb
|
175
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
176
|
-
- spec/dummy/config/initializers/inflections.rb
|
153
|
+
- spec/spec_helper.rb
|
177
154
|
- spec/dummy/config/initializers/mime_types.rb
|
178
155
|
- spec/dummy/config/initializers/secret_token.rb
|
179
|
-
- spec/dummy/config/initializers/
|
156
|
+
- spec/dummy/config/initializers/backtrace_silencers.rb
|
180
157
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
181
|
-
- spec/dummy/config/
|
158
|
+
- spec/dummy/config/initializers/session_store.rb
|
159
|
+
- spec/dummy/config/initializers/inflections.rb
|
182
160
|
- spec/dummy/config/routes.rb
|
161
|
+
- spec/dummy/config/boot.rb
|
162
|
+
- spec/dummy/config/environments/production.rb
|
163
|
+
- spec/dummy/config/environments/development.rb
|
164
|
+
- spec/dummy/config/environments/test.rb
|
165
|
+
- spec/dummy/config/database.yml
|
166
|
+
- spec/dummy/config/environment.rb
|
167
|
+
- spec/dummy/config/locales/en.yml
|
168
|
+
- spec/dummy/config/application.rb
|
169
|
+
- spec/dummy/app_phenomenal/test_feature/views/shared/_partial4.html.haml
|
170
|
+
- spec/dummy/app_phenomenal/test_feature/test_feature.rb
|
171
|
+
- spec/dummy/app_phenomenal/persistent_feature/persistent_feature.rb
|
172
|
+
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial1.html.haml
|
173
|
+
- spec/dummy/app_phenomenal/persistent_feature/test_context/views/shared/_partial2.html.haml
|
174
|
+
- spec/dummy/app_phenomenal/persistent_feature/test_context/test_context.rb
|
175
|
+
- spec/dummy/app_phenomenal/persistent_feature/controllers/application_controller.rb
|
176
|
+
- spec/dummy/app_phenomenal/persistent_feature/views/shared/_partial3.html.haml
|
177
|
+
- spec/dummy/app_phenomenal/persistent_feature/models/model.rb
|
178
|
+
- spec/dummy/Rakefile
|
183
179
|
- spec/dummy/config.ru
|
184
|
-
- spec/dummy/
|
185
|
-
- spec/dummy/db/production.sqlite3
|
186
|
-
- spec/dummy/log/development.log
|
180
|
+
- spec/dummy/script/rails
|
187
181
|
- spec/dummy/log/production.log
|
182
|
+
- spec/dummy/log/development.log
|
183
|
+
- spec/dummy/db/production.sqlite3
|
184
|
+
- spec/dummy/db/development.sqlite3
|
185
|
+
- spec/dummy/app/assets/javascripts/application.js
|
186
|
+
- spec/dummy/app/views/layouts/application.html.erb
|
187
|
+
- spec/dummy/app/views/shared/_partial1.html.haml
|
188
|
+
- spec/dummy/app/views/shared/_partial4.html.haml
|
189
|
+
- spec/dummy/app/views/pages/home.html.haml
|
190
|
+
- spec/dummy/app/helpers/application_helper.rb
|
188
191
|
- spec/dummy/public/404.html
|
192
|
+
- spec/dummy/public/favicon.ico
|
189
193
|
- spec/dummy/public/422.html
|
190
194
|
- spec/dummy/public/500.html
|
191
|
-
- spec/dummy/public/favicon.ico
|
192
|
-
- spec/dummy/Rakefile
|
193
|
-
- spec/dummy/script/rails
|
194
|
-
- spec/spec_helper.rb
|