webrickroll 0.0.1 → 0.0.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.
- data/README.rdoc +3 -1
- data/lib/webrickroll/version.rb +1 -1
- metadata +23 -17
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -346
data/README.rdoc
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
= Webrickroll
|
|
2
2
|
|
|
3
|
-
This project rocks and uses MIT-LICENSE.
|
|
3
|
+
This project rocks and uses MIT-LICENSE.
|
|
4
|
+
|
|
5
|
+
Pretty early on, every time I heard webrick I thought "roll". Finally, here it is. Special thanks to Doug Bradbury for helping me get started and to Dayton Nolan for his googling skills. Enjoy. I know I will. You've just been Webrickrolled.
|
data/lib/webrickroll/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webrickroll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,30 +9,40 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-05-20 00:00:00.
|
|
12
|
+
date: 2013-05-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
name:
|
|
16
|
-
requirement:
|
|
15
|
+
name: sqlite3
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
|
-
- -
|
|
19
|
+
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
22
|
-
type: :
|
|
21
|
+
version: '0'
|
|
22
|
+
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
26
|
-
name: sqlite3
|
|
27
|
-
requirement: &70337505719180 !ruby/object:Gem::Requirement
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
28
25
|
none: false
|
|
29
26
|
requirements:
|
|
30
27
|
- - ! '>='
|
|
31
28
|
- !ruby/object:Gem::Version
|
|
32
29
|
version: '0'
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
31
|
+
name: rails
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
34
|
+
requirements:
|
|
35
|
+
- - ~>
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: 3.2.8
|
|
33
38
|
type: :development
|
|
34
39
|
prerelease: false
|
|
35
|
-
version_requirements:
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ~>
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: 3.2.8
|
|
36
46
|
description: My favorite way to Rick Roll developers.
|
|
37
47
|
email:
|
|
38
48
|
- angeleah@gmail.com
|
|
@@ -75,8 +85,6 @@ files:
|
|
|
75
85
|
- test/dummy/config/locales/en.yml
|
|
76
86
|
- test/dummy/config/routes.rb
|
|
77
87
|
- test/dummy/config.ru
|
|
78
|
-
- test/dummy/db/development.sqlite3
|
|
79
|
-
- test/dummy/log/development.log
|
|
80
88
|
- test/dummy/public/404.html
|
|
81
89
|
- test/dummy/public/422.html
|
|
82
90
|
- test/dummy/public/500.html
|
|
@@ -107,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
115
|
version: '0'
|
|
108
116
|
requirements: []
|
|
109
117
|
rubyforge_project:
|
|
110
|
-
rubygems_version: 1.8.
|
|
118
|
+
rubygems_version: 1.8.25
|
|
111
119
|
signing_key:
|
|
112
120
|
specification_version: 3
|
|
113
121
|
summary: You just got webrick rolled
|
|
@@ -133,8 +141,6 @@ test_files:
|
|
|
133
141
|
- test/dummy/config/locales/en.yml
|
|
134
142
|
- test/dummy/config/routes.rb
|
|
135
143
|
- test/dummy/config.ru
|
|
136
|
-
- test/dummy/db/development.sqlite3
|
|
137
|
-
- test/dummy/log/development.log
|
|
138
144
|
- test/dummy/public/404.html
|
|
139
145
|
- test/dummy/public/422.html
|
|
140
146
|
- test/dummy/public/500.html
|
|
File without changes
|
|
@@ -1,346 +0,0 @@
|
|
|
1
|
-
Connecting to database specified by database.yml
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 16:11:10 -0500
|
|
5
|
-
|
|
6
|
-
NoMethodError (undefined method `redirect' for #<Webrickroll::Middle:0x007fd9fe059be8>):
|
|
7
|
-
/Users/angeleah/Development/webrickroll/config/initializers/webrickroll.rb:8:in `call'
|
|
8
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
9
|
-
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
10
|
-
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
11
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
12
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
13
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
14
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
15
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
16
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
17
|
-
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
|
18
|
-
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
19
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
20
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__3663912140734189876__call__2962430266108569830__callbacks'
|
|
21
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
22
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
23
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
24
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
25
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
26
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
27
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
28
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
29
|
-
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
|
30
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
|
31
|
-
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
32
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
|
33
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
34
|
-
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
35
|
-
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
36
|
-
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
37
|
-
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
38
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
39
|
-
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
|
40
|
-
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
|
41
|
-
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
42
|
-
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
43
|
-
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
44
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
|
45
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
|
46
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
|
50
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.6ms)
|
|
51
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.2ms)
|
|
52
|
-
Connecting to database specified by database.yml
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 16:12:31 -0500
|
|
56
|
-
Connecting to database specified by database.yml
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 16:15:27 -0500
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 16:28:48 -0500
|
|
63
|
-
Connecting to database specified by database.yml
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:10:16 -0500
|
|
67
|
-
Connecting to database specified by database.yml
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:14:25 -0500
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:14:27 -0500
|
|
74
|
-
Connecting to database specified by database.yml
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:17:30 -0500
|
|
78
|
-
Connecting to database specified by database.yml
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:18:36 -0500
|
|
82
|
-
Connecting to database specified by database.yml
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:29:47 -0500
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:29:54 -0500
|
|
89
|
-
Connecting to database specified by database.yml
|
|
90
|
-
Connecting to database specified by database.yml
|
|
91
|
-
Connecting to database specified by database.yml
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:41:52 -0500
|
|
95
|
-
|
|
96
|
-
ActionController::RoutingError (No route matches [GET] "/"):
|
|
97
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
98
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
99
|
-
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
|
100
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
|
101
|
-
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
102
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
|
103
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
104
|
-
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
105
|
-
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
106
|
-
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
107
|
-
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
108
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
109
|
-
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
|
110
|
-
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
|
111
|
-
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
112
|
-
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
113
|
-
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
114
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
|
115
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
|
116
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (7.8ms)
|
|
120
|
-
Connecting to database specified by database.yml
|
|
121
|
-
Connecting to database specified by database.yml
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:43:52 -0500
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:44:23 -0500
|
|
128
|
-
Connecting to database specified by database.yml
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:44:41 -0500
|
|
132
|
-
|
|
133
|
-
NoMethodError (undefined method `redirect' for #<Webrickroll::Middle:0x007f9472e8b3f0>):
|
|
134
|
-
/Users/angeleah/Development/webrickroll/config/initializers/webrickroll.rb:8:in `call'
|
|
135
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
136
|
-
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
137
|
-
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
138
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
139
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
140
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
141
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
142
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
143
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
144
|
-
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
|
145
|
-
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
146
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
147
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1265574068949809838__call__1842829442708880472__callbacks'
|
|
148
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
149
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
150
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
151
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
152
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
153
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
154
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
155
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
156
|
-
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
|
157
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
|
158
|
-
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
159
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
|
160
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
161
|
-
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
162
|
-
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
163
|
-
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
164
|
-
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
165
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
166
|
-
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
|
167
|
-
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
|
168
|
-
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
169
|
-
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
170
|
-
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
171
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
|
172
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
|
173
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
|
177
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.1ms)
|
|
178
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.1ms)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:45:09 -0500
|
|
182
|
-
|
|
183
|
-
NoMethodError (undefined method `redirect' for #<Webrickroll::Middle:0x007f9472e8b3f0>):
|
|
184
|
-
/Users/angeleah/Development/webrickroll/config/initializers/webrickroll.rb:8:in `call'
|
|
185
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
186
|
-
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
187
|
-
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
188
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
189
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
190
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
191
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
192
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
193
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
194
|
-
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
|
195
|
-
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
196
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
197
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1265574068949809838__call__1842829442708880472__callbacks'
|
|
198
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
199
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
200
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
201
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
202
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
203
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
204
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
205
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
206
|
-
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
|
207
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
|
208
|
-
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
209
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
|
210
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
211
|
-
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
212
|
-
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
213
|
-
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
214
|
-
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
215
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
216
|
-
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
|
217
|
-
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
|
218
|
-
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
219
|
-
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
220
|
-
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
221
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
|
222
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
|
223
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
|
227
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
|
228
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms)
|
|
229
|
-
Connecting to database specified by database.yml
|
|
230
|
-
Connecting to database specified by database.yml
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:45:45 -0500
|
|
234
|
-
Connecting to database specified by database.yml
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:46:34 -0500
|
|
238
|
-
Connecting to database specified by database.yml
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:47:36 -0500
|
|
242
|
-
Connecting to database specified by database.yml
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:51:29 -0500
|
|
246
|
-
Connecting to database specified by database.yml
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:51:52 -0500
|
|
250
|
-
|
|
251
|
-
NoMethodError (undefined method `redirect' for #<Webrickroll::Middle:0x007ff6e26f8700>):
|
|
252
|
-
/Users/angeleah/Development/webrickroll/config/initializers/webrickroll.rb:8:in `call'
|
|
253
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
|
254
|
-
rack (1.4.5) lib/rack/etag.rb:23:in `call'
|
|
255
|
-
rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
|
|
256
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
|
|
257
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
|
258
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
|
259
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
|
|
260
|
-
rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
|
|
261
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
|
262
|
-
activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
|
|
263
|
-
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
|
264
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
265
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__2967110442496722725__call__1816233660237418847__callbacks'
|
|
266
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
267
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
268
|
-
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
269
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
270
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
271
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
272
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
273
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
274
|
-
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
|
275
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
|
276
|
-
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
|
277
|
-
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
|
278
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
279
|
-
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
|
280
|
-
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
|
281
|
-
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
282
|
-
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
|
283
|
-
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
|
284
|
-
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
|
285
|
-
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
|
286
|
-
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
|
287
|
-
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
288
|
-
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
|
289
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
|
290
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
|
291
|
-
/Users/angeleah/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
|
295
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.2ms)
|
|
296
|
-
Rendered /Users/angeleah/.rvm/gems/ruby-1.9.2-p290@wrr/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.8ms)
|
|
297
|
-
Connecting to database specified by database.yml
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:55:35 -0500
|
|
301
|
-
Connecting to database specified by database.yml
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:56:05 -0500
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:56:10 -0500
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:56:10 -0500
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 19:56:11 -0500
|
|
314
|
-
Connecting to database specified by database.yml
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:00:16 -0500
|
|
318
|
-
Connecting to database specified by database.yml
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:01:32 -0500
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:01:52 -0500
|
|
325
|
-
Connecting to database specified by database.yml
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:11:11 -0500
|
|
329
|
-
Connecting to database specified by database.yml
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:11:48 -0500
|
|
333
|
-
Connecting to database specified by database.yml
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:18:08 -0500
|
|
337
|
-
Connecting to database specified by database.yml
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:18:41 -0500
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
Started GET "/" for 127.0.0.1 at 2013-05-19 20:27:48 -0500
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
Started GET "/cool" for 127.0.0.1 at 2013-05-19 20:28:10 -0500
|