abc-frontend 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/app/conductors/abc/frontend/conductors/shows_page.rb +69 -0
- data/app/controllers/abc/application_controller.rb +6 -0
- data/app/controllers/abc/frontend/base_controller.rb +8 -0
- data/app/controllers/abc/frontend/pages_controller.rb +12 -0
- data/app/presenters/abc/html/page_presenter.rb +13 -0
- data/app/views/abc/frontend/base/index.html.erb +1 -0
- data/app/views/abc/frontend/pages/show.html.haml +1 -0
- data/config/coverage/assets/0.7.1/application.css +1110 -0
- data/config/coverage/assets/0.7.1/application.js +626 -0
- data/config/coverage/assets/0.7.1/fancybox/blank.gif +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_close.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_loading.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_nav_left.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_nav_right.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_e.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_n.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_ne.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_nw.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_s.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_se.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_sw.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_shadow_w.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_title_left.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_title_main.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_title_over.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancy_title_right.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancybox-x.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancybox-y.png +0 -0
- data/config/coverage/assets/0.7.1/fancybox/fancybox.png +0 -0
- data/config/coverage/assets/0.7.1/favicon_green.png +0 -0
- data/config/coverage/assets/0.7.1/favicon_red.png +0 -0
- data/config/coverage/assets/0.7.1/favicon_yellow.png +0 -0
- data/config/coverage/assets/0.7.1/loading.gif +0 -0
- data/config/coverage/assets/0.7.1/magnify.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/config/coverage/assets/0.7.1/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/config/coverage/index.html +72 -0
- data/config/routes.rb +5 -0
- data/lib/abc-frontend.rb +3 -0
- data/lib/abc/frontend/engine.rb +7 -0
- data/spec/conductors/abc/frontend/shows_page_spec.rb +41 -0
- data/spec/integration/backend_spec.rb +10 -0
- data/spec/integration/pages_spec.rb +11 -0
- data/spec/internal/config/database.yml +3 -0
- data/spec/internal/config/routes.rb +5 -0
- data/spec/internal/db/schema.rb +3 -0
- data/spec/internal/log/test.log +2283 -0
- data/spec/internal/public/favicon.ico +0 -0
- data/spec/presenters/html/page_presenter_spec.rb +19 -0
- data/spec/spec_helper.rb +15 -0
- data/spec/tiny_spec_helper.rb +14 -0
- metadata +234 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,72 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns='http://www.w3.org/1999/xhtml'>
|
3
|
+
<head>
|
4
|
+
<title>Code coverage for Config</title>
|
5
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
6
|
+
<script src='./assets/0.7.1/application.js' type='text/javascript'></script>
|
7
|
+
<link href='./assets/0.7.1/application.css' media='screen, projection, print' rel='stylesheet' type='text/css'>
|
8
|
+
<link rel="shortcut icon" type="image/png" href="./assets/0.7.1/favicon_green.png" />
|
9
|
+
<link rel="icon" type="image/png" href="./assets/0.7.1/favicon.png" />
|
10
|
+
</head>
|
11
|
+
|
12
|
+
<body>
|
13
|
+
<div id="loading">
|
14
|
+
<img src="./assets/0.7.1/loading.gif" alt="loading"/>
|
15
|
+
</div>
|
16
|
+
<div id="wrapper" style="display:none;">
|
17
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2013-03-08T18:36:52-05:00">2013-03-08T18:36:52-05:00</abbr></div>
|
18
|
+
<ul class="group_tabs"></ul>
|
19
|
+
|
20
|
+
<div id="content">
|
21
|
+
<div class="file_list_container" id="AllFiles">
|
22
|
+
<h2>
|
23
|
+
<span class="group_name">All Files</span>
|
24
|
+
(<span class="covered_percent"><span class="green">100.0%</span></span>
|
25
|
+
covered at
|
26
|
+
<span class="covered_strength">
|
27
|
+
<span class="red">
|
28
|
+
0.0
|
29
|
+
</span>
|
30
|
+
</span> hits/line)
|
31
|
+
</h2>
|
32
|
+
<a name="AllFiles"></a>
|
33
|
+
<div>
|
34
|
+
<b>0</b> files in total.
|
35
|
+
<b>0.0</b> relevant lines.
|
36
|
+
<span class="green"><b>0.0</b> lines covered</span> and
|
37
|
+
<span class="red"><b>0.0</b> lines missed </span>
|
38
|
+
</div>
|
39
|
+
<table class="file_list">
|
40
|
+
<thead>
|
41
|
+
<tr>
|
42
|
+
<th>File</th>
|
43
|
+
<th>% covered</th>
|
44
|
+
<th>Lines</th>
|
45
|
+
<th>Relevant Lines</th>
|
46
|
+
<th>Lines covered</th>
|
47
|
+
<th>Lines missed</th>
|
48
|
+
<th>Avg. Hits / Line</th>
|
49
|
+
</tr>
|
50
|
+
</thead>
|
51
|
+
<tbody>
|
52
|
+
|
53
|
+
</tbody>
|
54
|
+
</table>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
</div>
|
60
|
+
|
61
|
+
<div id="footer">
|
62
|
+
Generated by <a href="http://github.com/colszowka/simplecov">simplecov</a> v0.7.1
|
63
|
+
and simplecov-html v0.7.1<br/>
|
64
|
+
using RSpec
|
65
|
+
</div>
|
66
|
+
|
67
|
+
<div class="source_files">
|
68
|
+
|
69
|
+
</div>
|
70
|
+
</div>
|
71
|
+
</body>
|
72
|
+
</html>
|
data/config/routes.rb
ADDED
data/lib/abc-frontend.rb
ADDED
@@ -0,0 +1,41 @@
|
|
1
|
+
require 'tiny_spec_helper'
|
2
|
+
require 'abc/frontend/conductors/shows_page'
|
3
|
+
|
4
|
+
class MockPagePresenter
|
5
|
+
def initialize(vals); @vals = vals; end
|
6
|
+
def title; @vals.title; end
|
7
|
+
end
|
8
|
+
|
9
|
+
class MockRepository
|
10
|
+
def self.store(obj); @obj = obj.to_hash; end
|
11
|
+
def self.search; [@obj]; end
|
12
|
+
end
|
13
|
+
|
14
|
+
class MockPageBuilder
|
15
|
+
def self.call(hash); OpenStruct.new(hash); end
|
16
|
+
end
|
17
|
+
|
18
|
+
|
19
|
+
module Abc
|
20
|
+
module Frontend
|
21
|
+
module Conductors
|
22
|
+
describe ShowsPage do
|
23
|
+
let(:mocks) { { :repository_class => MockRepository,
|
24
|
+
:presenter_classes => { :page => MockPagePresenter },
|
25
|
+
:builder_classes => { :page => MockPageBuilder } } }
|
26
|
+
|
27
|
+
let(:result) { ShowsPage.call({:id => 1}, mocks) }
|
28
|
+
let(:instance) { ShowsPage.send(:new, {:id => 1}, mocks) }
|
29
|
+
|
30
|
+
it "returns a hash of presenters" do
|
31
|
+
expect(result).to be_kind_of Hash
|
32
|
+
end
|
33
|
+
|
34
|
+
it "should include a page presenter" do
|
35
|
+
result[:page].title.should == "Welcome to page 1"
|
36
|
+
end
|
37
|
+
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
@@ -0,0 +1,11 @@
|
|
1
|
+
require 'spec_helper'
|
2
|
+
|
3
|
+
describe "Frontend" do
|
4
|
+
before(:each) { Abc::Adapters.enable_datastore! }
|
5
|
+
describe "GET /page/1" do
|
6
|
+
it "shows the page id" do
|
7
|
+
visit abc_frontend.page_path(:id => 1)
|
8
|
+
page.should have_content("Welcome to page 1")
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|
@@ -0,0 +1,2283 @@
|
|
1
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 16:22:15 -0500
|
2
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
3
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 16:33:57 -0500
|
4
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
5
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 17:35:03 -0500
|
6
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
7
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
8
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
9
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 22:07:48 -0500
|
10
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
11
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
12
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
13
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 22:39:55 -0500
|
14
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
15
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
16
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
17
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 22:40:47 -0500
|
18
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
19
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
20
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
21
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 22:42:29 -0500
|
22
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
23
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
24
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
25
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-05 23:51:32 -0500
|
26
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
27
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
28
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
29
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:02:31 -0500
|
30
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
31
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
32
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
33
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:06:43 -0500
|
34
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
35
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
36
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
37
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:12:19 -0500
|
38
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
39
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
40
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
41
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:13:39 -0500
|
42
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
43
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
44
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
45
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:27:50 -0500
|
46
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
47
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
48
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
49
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:31:36 -0500
|
50
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
51
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
52
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
53
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:32:25 -0500
|
54
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
55
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
56
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
57
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:38:07 -0500
|
58
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
59
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
60
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
61
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 00:58:40 -0500
|
62
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
63
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
64
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
65
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-06 01:04:43 -0500
|
66
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
67
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
68
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
69
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-07 17:05:26 -0500
|
70
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
71
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
72
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
73
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-07 17:05:40 -0500
|
74
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
75
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
76
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
77
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-07 17:40:13 -0500
|
78
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
79
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.5ms)
|
80
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
81
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-07 17:42:53 -0500
|
82
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
83
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
84
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
85
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-07 20:00:35 -0500
|
86
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
87
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
88
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
89
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-08 13:36:54 -0500
|
90
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
91
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
92
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
93
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-08 13:37:24 -0500
|
94
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
95
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
96
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
97
|
+
Started GET "/backend" for 127.0.0.1 at 2013-03-08 14:02:10 -0500
|
98
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
99
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/rails/app/views/abc/backend/base/index.html.erb (0.6ms)
|
100
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
101
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 14:29:04 -0500
|
102
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
103
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/backend/app/views/abc/backend/base/index.html.erb (0.6ms)
|
104
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
105
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 14:31:37 -0500
|
106
|
+
Processing by Abc::Backend::BaseController#index as HTML
|
107
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/backend/app/views/abc/backend/base/index.html.erb (0.5ms)
|
108
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
109
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 14:54:07 -0500
|
110
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
111
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
112
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
113
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 14:55:35 -0500
|
114
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
115
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
116
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
117
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 18:56:46 -0500
|
118
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
119
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.6ms)
|
120
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
121
|
+
Started GET "/pages" for 127.0.0.1 at 2013-03-08 18:56:46 -0500
|
122
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
123
|
+
Completed 500 Internal Server Error in 0ms
|
124
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 18:57:23 -0500
|
125
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
126
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
127
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
128
|
+
Started GET "/pages" for 127.0.0.1 at 2013-03-08 18:57:24 -0500
|
129
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
130
|
+
Completed 500 Internal Server Error in 0ms
|
131
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 18:59:13 -0500
|
132
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
133
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
134
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
135
|
+
Started GET "/pages" for 127.0.0.1 at 2013-03-08 18:59:13 -0500
|
136
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
137
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
138
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 19:00:43 -0500
|
139
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
140
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.6ms)
|
141
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
142
|
+
Started GET "/pages" for 127.0.0.1 at 2013-03-08 19:00:43 -0500
|
143
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
144
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
145
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 19:06:03 -0500
|
146
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
147
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.6ms)
|
148
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
149
|
+
Started GET "/pages" for 127.0.0.1 at 2013-03-08 19:06:03 -0500
|
150
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
151
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
152
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 21:57:17 -0500
|
153
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
154
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
155
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
156
|
+
Started GET "/pages" for 127.0.0.1 at 2013-03-08 21:57:17 -0500
|
157
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
158
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
159
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 22:02:28 -0500
|
160
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
161
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.6ms)
|
162
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
163
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 22:02:28 -0500
|
164
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
165
|
+
Parameters: {"id"=>"1"}
|
166
|
+
Completed 500 Internal Server Error in 2ms
|
167
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 22:10:30 -0500
|
168
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
169
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.6ms)
|
170
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
171
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 22:10:30 -0500
|
172
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
173
|
+
Parameters: {"id"=>"1"}
|
174
|
+
Completed 500 Internal Server Error in 2ms
|
175
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 22:12:00 -0500
|
176
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
177
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
178
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
179
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 22:12:00 -0500
|
180
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
181
|
+
Parameters: {"id"=>"1"}
|
182
|
+
Completed 500 Internal Server Error in 2ms
|
183
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 22:12:40 -0500
|
184
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
185
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (0.5ms)
|
186
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
187
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 22:12:40 -0500
|
188
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
189
|
+
Parameters: {"id"=>"1"}
|
190
|
+
Completed 500 Internal Server Error in 2ms
|
191
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:01:21 -0500
|
192
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
193
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.0ms)
|
194
|
+
Completed 200 OK in 49ms (Views: 48.3ms)
|
195
|
+
Started GET "/pages?id=1" for 127.0.0.1 at 2013-03-08 23:01:21 -0500
|
196
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
197
|
+
Parameters: {"id"=>"1"}
|
198
|
+
Completed 200 OK in 2ms (Views: 1.6ms)
|
199
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:02:03 -0500
|
200
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
201
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (36.7ms)
|
202
|
+
Completed 200 OK in 49ms (Views: 48.5ms)
|
203
|
+
Started GET "/pages?id=1" for 127.0.0.1 at 2013-03-08 23:02:03 -0500
|
204
|
+
Processing by Abc::Frontend::PagesController#index as HTML
|
205
|
+
Parameters: {"id"=>"1"}
|
206
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
207
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:03:04 -0500
|
208
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
209
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.0ms)
|
210
|
+
Completed 200 OK in 50ms (Views: 49.8ms)
|
211
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 23:03:04 -0500
|
212
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
213
|
+
Parameters: {"id"=>"1"}
|
214
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
215
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:04:16 -0500
|
216
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
217
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.0ms)
|
218
|
+
Completed 200 OK in 50ms (Views: 49.7ms)
|
219
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 23:04:16 -0500
|
220
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
221
|
+
Parameters: {"id"=>"1"}
|
222
|
+
Completed 200 OK in 3ms (Views: 3.0ms)
|
223
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:06:48 -0500
|
224
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
225
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (2.9ms)
|
226
|
+
Completed 200 OK in 50ms (Views: 49.6ms)
|
227
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 23:06:48 -0500
|
228
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
229
|
+
Parameters: {"id"=>"1"}
|
230
|
+
Completed 500 Internal Server Error in 44ms
|
231
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:12:26 -0500
|
232
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
233
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.1ms)
|
234
|
+
Completed 200 OK in 50ms (Views: 49.2ms)
|
235
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 23:12:27 -0500
|
236
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
237
|
+
Parameters: {"id"=>"1"}
|
238
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
239
|
+
Started GET "/" for 127.0.0.1 at 2013-03-08 23:12:50 -0500
|
240
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
241
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.1ms)
|
242
|
+
Completed 200 OK in 50ms (Views: 49.6ms)
|
243
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-08 23:12:50 -0500
|
244
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
245
|
+
Parameters: {"id"=>"1"}
|
246
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
247
|
+
Started GET "/" for 127.0.0.1 at 2013-03-09 04:17:12 -0500
|
248
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
249
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (2.9ms)
|
250
|
+
Completed 200 OK in 49ms (Views: 49.0ms)
|
251
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 03:32:31 -0400
|
252
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
253
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
254
|
+
Completed 200 OK in 50ms (Views: 49.6ms)
|
255
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 03:32:32 -0400
|
256
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
257
|
+
Parameters: {"id"=>"1"}
|
258
|
+
Completed 500 Internal Server Error in 3ms
|
259
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 03:33:11 -0400
|
260
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
261
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
262
|
+
Completed 200 OK in 50ms (Views: 49.2ms)
|
263
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 03:33:11 -0400
|
264
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
265
|
+
Parameters: {"id"=>"1"}
|
266
|
+
Completed 500 Internal Server Error in 3ms
|
267
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 03:54:58 -0400
|
268
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
269
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.1ms)
|
270
|
+
Completed 200 OK in 51ms (Views: 51.1ms)
|
271
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 03:54:58 -0400
|
272
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
273
|
+
Parameters: {"id"=>"1"}
|
274
|
+
Completed 500 Internal Server Error in 38ms
|
275
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 03:57:44 -0400
|
276
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
277
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (37.9ms)
|
278
|
+
Completed 200 OK in 84ms (Views: 83.9ms)
|
279
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 03:57:44 -0400
|
280
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
281
|
+
Parameters: {"id"=>"1"}
|
282
|
+
Completed 500 Internal Server Error in 3ms
|
283
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 04:01:59 -0400
|
284
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
285
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (38.5ms)
|
286
|
+
Completed 200 OK in 86ms (Views: 85.9ms)
|
287
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 04:01:59 -0400
|
288
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
289
|
+
Parameters: {"id"=>"1"}
|
290
|
+
Completed 500 Internal Server Error in 4018ms
|
291
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 04:17:52 -0400
|
292
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
293
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
294
|
+
Completed 200 OK in 50ms (Views: 50.0ms)
|
295
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 04:17:52 -0400
|
296
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
297
|
+
Parameters: {"id"=>"1"}
|
298
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
299
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 04:18:58 -0400
|
300
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
301
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
302
|
+
Completed 200 OK in 47ms (Views: 46.6ms)
|
303
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 04:18:58 -0400
|
304
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
305
|
+
Parameters: {"id"=>"1"}
|
306
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
307
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 04:21:29 -0400
|
308
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
309
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
310
|
+
Completed 200 OK in 51ms (Views: 50.4ms)
|
311
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 04:21:29 -0400
|
312
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
313
|
+
Parameters: {"id"=>"1"}
|
314
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
315
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 04:27:55 -0400
|
316
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
317
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
318
|
+
Completed 200 OK in 51ms (Views: 50.8ms)
|
319
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 04:27:55 -0400
|
320
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
321
|
+
Parameters: {"id"=>"1"}
|
322
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
323
|
+
Started GET "/" for 127.0.0.1 at 2013-03-10 16:22:12 -0400
|
324
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
325
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (37.7ms)
|
326
|
+
Completed 200 OK in 50ms (Views: 49.3ms)
|
327
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-10 16:22:12 -0400
|
328
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
329
|
+
Parameters: {"id"=>"1"}
|
330
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
331
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 03:34:56 -0400
|
332
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
333
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
334
|
+
Completed 200 OK in 50ms (Views: 50.0ms)
|
335
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 03:34:56 -0400
|
336
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
337
|
+
Parameters: {"id"=>"1"}
|
338
|
+
Completed 500 Internal Server Error in 0ms
|
339
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 03:47:15 -0400
|
340
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
341
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.1ms)
|
342
|
+
Completed 200 OK in 52ms (Views: 51.3ms)
|
343
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 03:47:15 -0400
|
344
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
345
|
+
Parameters: {"id"=>"1"}
|
346
|
+
Completed 500 Internal Server Error in 1ms
|
347
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:33:49 -0400
|
348
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
349
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
350
|
+
Completed 200 OK in 50ms (Views: 50.1ms)
|
351
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:33:50 -0400
|
352
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
353
|
+
Parameters: {"id"=>"1"}
|
354
|
+
Completed 500 Internal Server Error in 3ms
|
355
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:35:19 -0400
|
356
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
357
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
358
|
+
Completed 200 OK in 50ms (Views: 49.9ms)
|
359
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:35:19 -0400
|
360
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
361
|
+
Parameters: {"id"=>"1"}
|
362
|
+
Completed 500 Internal Server Error in 1ms
|
363
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:37:09 -0400
|
364
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
365
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
366
|
+
Completed 200 OK in 50ms (Views: 50.1ms)
|
367
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:37:10 -0400
|
368
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
369
|
+
Parameters: {"id"=>"1"}
|
370
|
+
Completed 500 Internal Server Error in 1ms
|
371
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:37:45 -0400
|
372
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
373
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (38.3ms)
|
374
|
+
Completed 200 OK in 85ms (Views: 85.1ms)
|
375
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:37:45 -0400
|
376
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
377
|
+
Parameters: {"id"=>"1"}
|
378
|
+
Completed 500 Internal Server Error in 1ms
|
379
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:39:07 -0400
|
380
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
381
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (38.6ms)
|
382
|
+
Completed 200 OK in 86ms (Views: 85.5ms)
|
383
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:39:07 -0400
|
384
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
385
|
+
Parameters: {"id"=>"1"}
|
386
|
+
Completed 500 Internal Server Error in 1ms
|
387
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:40:29 -0400
|
388
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
389
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
390
|
+
Completed 200 OK in 52ms (Views: 51.4ms)
|
391
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:40:29 -0400
|
392
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
393
|
+
Parameters: {"id"=>"1"}
|
394
|
+
Completed 500 Internal Server Error in 1ms
|
395
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:41:06 -0400
|
396
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
397
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
398
|
+
Completed 200 OK in 50ms (Views: 49.9ms)
|
399
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:41:06 -0400
|
400
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
401
|
+
Parameters: {"id"=>"1"}
|
402
|
+
Completed 500 Internal Server Error in 1ms
|
403
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:42:05 -0400
|
404
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
405
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (37.9ms)
|
406
|
+
Completed 200 OK in 85ms (Views: 84.3ms)
|
407
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:42:05 -0400
|
408
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
409
|
+
Parameters: {"id"=>"1"}
|
410
|
+
Completed 500 Internal Server Error in 1ms
|
411
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:42:43 -0400
|
412
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
413
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
414
|
+
Completed 200 OK in 50ms (Views: 50.1ms)
|
415
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:42:43 -0400
|
416
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
417
|
+
Parameters: {"id"=>"1"}
|
418
|
+
Completed 500 Internal Server Error in 1ms
|
419
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:43:04 -0400
|
420
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
421
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (37.8ms)
|
422
|
+
Completed 200 OK in 84ms (Views: 84.0ms)
|
423
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:43:04 -0400
|
424
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
425
|
+
Parameters: {"id"=>"1"}
|
426
|
+
Completed 500 Internal Server Error in 1ms
|
427
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:44:10 -0400
|
428
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
429
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (38.0ms)
|
430
|
+
Completed 200 OK in 85ms (Views: 84.6ms)
|
431
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:44:10 -0400
|
432
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
433
|
+
Parameters: {"id"=>"1"}
|
434
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
435
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:47:19 -0400
|
436
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
437
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.2ms)
|
438
|
+
Completed 200 OK in 51ms (Views: 50.2ms)
|
439
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:47:19 -0400
|
440
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
441
|
+
Parameters: {"id"=>"1"}
|
442
|
+
Completed 500 Internal Server Error in 45ms
|
443
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:47:58 -0400
|
444
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
445
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (38.0ms)
|
446
|
+
Completed 200 OK in 85ms (Views: 84.6ms)
|
447
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:47:58 -0400
|
448
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
449
|
+
Parameters: {"id"=>"1"}
|
450
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
451
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 04:59:55 -0400
|
452
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
453
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.1ms)
|
454
|
+
Completed 200 OK in 51ms (Views: 50.7ms)
|
455
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 04:59:56 -0400
|
456
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
457
|
+
Parameters: {"id"=>"1"}
|
458
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
459
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 05:00:24 -0400
|
460
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
461
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.1ms)
|
462
|
+
Completed 200 OK in 52ms (Views: 51.4ms)
|
463
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 05:00:24 -0400
|
464
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
465
|
+
Parameters: {"id"=>"1"}
|
466
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
467
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 18:46:07 -0400
|
468
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
469
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (2.9ms)
|
470
|
+
Completed 200 OK in 42ms (Views: 41.7ms)
|
471
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:18:33 -0400
|
472
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
473
|
+
Completed 500 Internal Server Error in 0ms
|
474
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:20:24 -0400
|
475
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
476
|
+
Completed 500 Internal Server Error in 1ms
|
477
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:26:29 -0400
|
478
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
479
|
+
Completed 500 Internal Server Error in 1ms
|
480
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:28:04 -0400
|
481
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
482
|
+
ERROR: compiling __home_rob__ites_a_afterburnercms_delivery_frontend_app_views_abc_frontend_email_signups_new_html_haml__3887505964803382983_18052440 RAISED /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml:5: syntax error, unexpected keyword_ensure, expecting $end
|
483
|
+
Function body: def __home_rob__ites_a_afterburnercms_delivery_frontend_app_views_abc_frontend_email_signups_new_html_haml__3887505964803382983_18052440(local_assigns, output_buffer)
|
484
|
+
_old_virtual_path, @virtual_path = @virtual_path, "abc/frontend/email_signups/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>true, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.buffer << "<h1>Sign up to receive a notification!</h1>\n";
|
485
|
+
haml_temp = form_tag url: abc_frontend.email_signup_path, method: :post
|
486
|
+
_hamlout.buffer << "#{_hamlout.format_script_false_false_false_true_false_true_true(( submit_tag "Sign up"
|
487
|
+
));}\n";end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_true(haml_temp);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end;
|
488
|
+
ensure
|
489
|
+
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
490
|
+
end
|
491
|
+
|
492
|
+
Backtrace: /home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:299:in `module_eval'
|
493
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:299:in `compile'
|
494
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:248:in `block in compile!'
|
495
|
+
<internal:prelude>:10:in `synchronize'
|
496
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:236:in `compile!'
|
497
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:142:in `block in render'
|
498
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
499
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
500
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
501
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:141:in `render'
|
502
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
|
503
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/abstract_renderer.rb:23:in `block in instrument'
|
504
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
505
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
506
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
507
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/abstract_renderer.rb:23:in `instrument'
|
508
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
|
509
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
|
510
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
511
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:17:in `render'
|
512
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
513
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/renderer.rb:17:in `render'
|
514
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:127:in `_render_template'
|
515
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
516
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
517
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
518
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
519
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:97:in `render'
|
520
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:16:in `render'
|
521
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
522
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
523
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
524
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
525
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
526
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
527
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:40:in `render'
|
528
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
529
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
530
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/base.rb:189:in `process_action'
|
531
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
532
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
533
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:374:in `_run__2768348477841963584__process_action__callbacks'
|
534
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
|
535
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
536
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rescue.rb:29:in `process_action'
|
537
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
538
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
539
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
540
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
541
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
542
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
543
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/base.rb:136:in `process'
|
544
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:44:in `process'
|
545
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal.rb:196:in `dispatch'
|
546
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
547
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal.rb:232:in `block in action'
|
548
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:80:in `call'
|
549
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
550
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:48:in `call'
|
551
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
|
552
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
|
553
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
|
554
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:645:in `call'
|
555
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/engine.rb:511:in `call'
|
556
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/railtie/configurable.rb:30:in `method_missing'
|
557
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
|
558
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
|
559
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
|
560
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:645:in `call'
|
561
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
|
562
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
|
563
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
|
564
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
565
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/flash.rb:241:in `call'
|
566
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
|
567
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
|
568
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/cookies.rb:452:in `call'
|
569
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
570
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:374:in `_run__2504745744000198122__call__callbacks'
|
571
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
|
572
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
573
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
574
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
575
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
576
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:38:in `call_app'
|
577
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:21:in `block in call'
|
578
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
579
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
|
580
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
|
581
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:21:in `call'
|
582
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
583
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
|
584
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
|
585
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
586
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
|
587
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/engine.rb:511:in `call'
|
588
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/application.rb:96:in `call'
|
589
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
|
590
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
|
591
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
|
592
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
|
593
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/mock_session.rb:30:in `request'
|
594
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/test.rb:230:in `process_request'
|
595
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/test.rb:57:in `get'
|
596
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/forwardable.rb:201:in `get'
|
597
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:59:in `process'
|
598
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
599
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:21:in `visit'
|
600
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/driver.rb:42:in `visit'
|
601
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/session.rb:183:in `visit'
|
602
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
603
|
+
/home/rob/Sites/a/afterburnercms/delivery/frontend/spec/integration/email_signups_spec.rb:6:in `block (3 levels) in <top (required)>'
|
604
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:114:in `instance_eval'
|
605
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:114:in `block in run'
|
606
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
|
607
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:111:in `run'
|
608
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:386:in `block in run_examples'
|
609
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:382:in `map'
|
610
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:382:in `run_examples'
|
611
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:367:in `run'
|
612
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `block in run'
|
613
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `map'
|
614
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `run'
|
615
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
|
616
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `map'
|
617
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `block in run'
|
618
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/reporter.rb:34:in `report'
|
619
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:25:in `run'
|
620
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/runner.rb:80:in `run'
|
621
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/runner.rb:17:in `block in autorun'
|
622
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (7.3ms)
|
623
|
+
Completed 500 Internal Server Error in 55ms
|
624
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:28:28 -0400
|
625
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
626
|
+
ERROR: compiling __home_rob__ites_a_afterburnercms_delivery_frontend_app_views_abc_frontend_email_signups_new_html_haml___3049327803011315569_24084340 RAISED /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml:5: syntax error, unexpected keyword_ensure, expecting $end
|
627
|
+
Function body: def __home_rob__ites_a_afterburnercms_delivery_frontend_app_views_abc_frontend_email_signups_new_html_haml___3049327803011315569_24084340(local_assigns, output_buffer)
|
628
|
+
_old_virtual_path, @virtual_path = @virtual_path, "abc/frontend/email_signups/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>true, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.buffer << "<h1>Sign up to receive a notification!</h1>\n";
|
629
|
+
haml_temp = form_tag url: abc_frontend.email_signup_path, method: :post
|
630
|
+
_hamlout.buffer << "#{_hamlout.format_script_false_false_false_true_false_true_true(( submit_tag "Sign up"
|
631
|
+
));}\n";end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_true(haml_temp);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end;
|
632
|
+
ensure
|
633
|
+
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
634
|
+
end
|
635
|
+
|
636
|
+
Backtrace: /home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:299:in `module_eval'
|
637
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:299:in `compile'
|
638
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:248:in `block in compile!'
|
639
|
+
<internal:prelude>:10:in `synchronize'
|
640
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:236:in `compile!'
|
641
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:142:in `block in render'
|
642
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
643
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
644
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
645
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:141:in `render'
|
646
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
|
647
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/abstract_renderer.rb:23:in `block in instrument'
|
648
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
649
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
650
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
651
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/abstract_renderer.rb:23:in `instrument'
|
652
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
|
653
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
|
654
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
655
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:17:in `render'
|
656
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
657
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/renderer.rb:17:in `render'
|
658
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:127:in `_render_template'
|
659
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
660
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
661
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
662
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
663
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:97:in `render'
|
664
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:16:in `render'
|
665
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
666
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
667
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
668
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
669
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
670
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
671
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:40:in `render'
|
672
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
673
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
674
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/base.rb:189:in `process_action'
|
675
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
676
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
677
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:374:in `_run__3080937587713782222__process_action__callbacks'
|
678
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
|
679
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
680
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rescue.rb:29:in `process_action'
|
681
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
682
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
683
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
684
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
685
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
686
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
687
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/base.rb:136:in `process'
|
688
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:44:in `process'
|
689
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal.rb:196:in `dispatch'
|
690
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
691
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal.rb:232:in `block in action'
|
692
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:80:in `call'
|
693
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
694
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:48:in `call'
|
695
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
|
696
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
|
697
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
|
698
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:645:in `call'
|
699
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/engine.rb:511:in `call'
|
700
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/railtie/configurable.rb:30:in `method_missing'
|
701
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
|
702
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
|
703
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
|
704
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:645:in `call'
|
705
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
|
706
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
|
707
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
|
708
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
709
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/flash.rb:241:in `call'
|
710
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
|
711
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
|
712
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/cookies.rb:452:in `call'
|
713
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
714
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:374:in `_run__1944213405400709642__call__callbacks'
|
715
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
|
716
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
717
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
718
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
719
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
720
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:38:in `call_app'
|
721
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:21:in `block in call'
|
722
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
723
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
|
724
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
|
725
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:21:in `call'
|
726
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
727
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
|
728
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
|
729
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
730
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
|
731
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/engine.rb:511:in `call'
|
732
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/application.rb:96:in `call'
|
733
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
|
734
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
|
735
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
|
736
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
|
737
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/mock_session.rb:30:in `request'
|
738
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/test.rb:230:in `process_request'
|
739
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/test.rb:57:in `get'
|
740
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/forwardable.rb:201:in `get'
|
741
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:59:in `process'
|
742
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
743
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:21:in `visit'
|
744
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/driver.rb:42:in `visit'
|
745
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/session.rb:183:in `visit'
|
746
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
747
|
+
/home/rob/Sites/a/afterburnercms/delivery/frontend/spec/integration/email_signups_spec.rb:6:in `block (3 levels) in <top (required)>'
|
748
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:114:in `instance_eval'
|
749
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:114:in `block in run'
|
750
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
|
751
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:111:in `run'
|
752
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:386:in `block in run_examples'
|
753
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:382:in `map'
|
754
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:382:in `run_examples'
|
755
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:367:in `run'
|
756
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `block in run'
|
757
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `map'
|
758
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `run'
|
759
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
|
760
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `map'
|
761
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `block in run'
|
762
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/reporter.rb:34:in `report'
|
763
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:25:in `run'
|
764
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/runner.rb:80:in `run'
|
765
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/runner.rb:17:in `block in autorun'
|
766
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (7.4ms)
|
767
|
+
Completed 500 Internal Server Error in 56ms
|
768
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:28:42 -0400
|
769
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
770
|
+
ERROR: compiling __home_rob__ites_a_afterburnercms_delivery_frontend_app_views_abc_frontend_email_signups_new_html_haml__2692652296858885322_26930620 RAISED /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml:5: syntax error, unexpected keyword_ensure, expecting $end
|
771
|
+
Function body: def __home_rob__ites_a_afterburnercms_delivery_frontend_app_views_abc_frontend_email_signups_new_html_haml__2692652296858885322_26930620(local_assigns, output_buffer)
|
772
|
+
_old_virtual_path, @virtual_path = @virtual_path, "abc/frontend/email_signups/new";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>true, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true, :hyphenate_data_attrs=>true, :cdata=>false});_erbout = _hamlout.buffer;@output_buffer = output_buffer ||= ActionView::OutputBuffer.new rescue nil;;_hamlout.buffer << "<h1>Sign up to receive a notification!</h1>\n";
|
773
|
+
haml_temp = form_tag url: abc_frontend.email_signup_path, method: :post
|
774
|
+
_hamlout.buffer << "#{_hamlout.format_script_false_false_false_true_false_true_true(( submit_tag "Sign up"
|
775
|
+
));}\n";end;_hamlout.buffer << _hamlout.format_script_false_false_false_true_false_false_true(haml_temp);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end;
|
776
|
+
ensure
|
777
|
+
@virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
|
778
|
+
end
|
779
|
+
|
780
|
+
Backtrace: /home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:299:in `module_eval'
|
781
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:299:in `compile'
|
782
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:248:in `block in compile!'
|
783
|
+
<internal:prelude>:10:in `synchronize'
|
784
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:236:in `compile!'
|
785
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:142:in `block in render'
|
786
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
787
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
788
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
789
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/template.rb:141:in `render'
|
790
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
|
791
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/abstract_renderer.rb:23:in `block in instrument'
|
792
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
793
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
794
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
795
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/abstract_renderer.rb:23:in `instrument'
|
796
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
|
797
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
|
798
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:47:in `render_template'
|
799
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/template_renderer.rb:17:in `render'
|
800
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/renderer.rb:36:in `render_template'
|
801
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_view/renderer/renderer.rb:17:in `render'
|
802
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:127:in `_render_template'
|
803
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
804
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
805
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
806
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
807
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:97:in `render'
|
808
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:16:in `render'
|
809
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
810
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
|
811
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
|
812
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/core_ext/benchmark.rb:5:in `ms'
|
813
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
814
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
815
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:40:in `render'
|
816
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
817
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
818
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/base.rb:189:in `process_action'
|
819
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
|
820
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
821
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:374:in `_run__2582097556289532329__process_action__callbacks'
|
822
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
|
823
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
|
824
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rescue.rb:29:in `process_action'
|
825
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
826
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
|
827
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
828
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/notifications.rb:158:in `instrument'
|
829
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
830
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
831
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/base.rb:136:in `process'
|
832
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/abstract_controller/rendering.rb:44:in `process'
|
833
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal.rb:196:in `dispatch'
|
834
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
835
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_controller/metal.rb:232:in `block in action'
|
836
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:80:in `call'
|
837
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
838
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:48:in `call'
|
839
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
|
840
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
|
841
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
|
842
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:645:in `call'
|
843
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/engine.rb:511:in `call'
|
844
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/railtie/configurable.rb:30:in `method_missing'
|
845
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
|
846
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
|
847
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
|
848
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/routing/route_set.rb:645:in `call'
|
849
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
|
850
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
|
851
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
|
852
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
853
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/flash.rb:241:in `call'
|
854
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
|
855
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
|
856
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/cookies.rb:452:in `call'
|
857
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
858
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:374:in `_run__3648845892723234965__call__callbacks'
|
859
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
|
860
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
861
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
862
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
863
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
864
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:38:in `call_app'
|
865
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:21:in `block in call'
|
866
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
867
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
|
868
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
|
869
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/rack/logger.rb:21:in `call'
|
870
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
871
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
|
872
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
|
873
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
874
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
|
875
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/engine.rb:511:in `call'
|
876
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/bundler/gems/rails-11dd15a5c2bd/railties/lib/rails/application.rb:96:in `call'
|
877
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
|
878
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
|
879
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
|
880
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
|
881
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/mock_session.rb:30:in `request'
|
882
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/test.rb:230:in `process_request'
|
883
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rack-test-0.6.2/lib/rack/test.rb:57:in `get'
|
884
|
+
/home/rob/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/forwardable.rb:201:in `get'
|
885
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:59:in `process'
|
886
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
887
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/browser.rb:21:in `visit'
|
888
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/rack_test/driver.rb:42:in `visit'
|
889
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/session.rb:183:in `visit'
|
890
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/capybara-2.0.2/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
891
|
+
/home/rob/Sites/a/afterburnercms/delivery/frontend/spec/integration/email_signups_spec.rb:6:in `block (3 levels) in <top (required)>'
|
892
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:114:in `instance_eval'
|
893
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:114:in `block in run'
|
894
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:254:in `with_around_each_hooks'
|
895
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example.rb:111:in `run'
|
896
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:386:in `block in run_examples'
|
897
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:382:in `map'
|
898
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:382:in `run_examples'
|
899
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:367:in `run'
|
900
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `block in run'
|
901
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `map'
|
902
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/example_group.rb:368:in `run'
|
903
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run'
|
904
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `map'
|
905
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:28:in `block in run'
|
906
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/reporter.rb:34:in `report'
|
907
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/command_line.rb:25:in `run'
|
908
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/runner.rb:80:in `run'
|
909
|
+
/home/rob/.rvm/gems/ruby-1.9.3-p374/gems/rspec-core-2.13.0/lib/rspec/core/runner.rb:17:in `block in autorun'
|
910
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (7.3ms)
|
911
|
+
Completed 500 Internal Server Error in 56ms
|
912
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:29:30 -0400
|
913
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
914
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (50.5ms)
|
915
|
+
Completed 500 Internal Server Error in 98ms
|
916
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:30:23 -0400
|
917
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
918
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (53.3ms)
|
919
|
+
Completed 500 Internal Server Error in 101ms
|
920
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:31:48 -0400
|
921
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
922
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
923
|
+
Completed 200 OK in 54ms (Views: 54.0ms)
|
924
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:38:02 -0400
|
925
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
926
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
927
|
+
Completed 200 OK in 54ms (Views: 53.7ms)
|
928
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:39:12 -0400
|
929
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
930
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
931
|
+
Completed 200 OK in 54ms (Views: 53.8ms)
|
932
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:40:27 -0400
|
933
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
934
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
935
|
+
Completed 200 OK in 54ms (Views: 54.0ms)
|
936
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:42:08 -0400
|
937
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
938
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
939
|
+
Completed 200 OK in 55ms (Views: 55.1ms)
|
940
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-11 19:42:08 -0400
|
941
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
942
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}}
|
943
|
+
Completed 500 Internal Server Error in 7ms
|
944
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:48:04 -0400
|
945
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
946
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
947
|
+
Completed 200 OK in 54ms (Views: 53.6ms)
|
948
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-11 19:48:04 -0400
|
949
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
950
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "use_route"=>"abc_frontend"}
|
951
|
+
Completed 500 Internal Server Error in 7ms
|
952
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:48:42 -0400
|
953
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
954
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
955
|
+
Completed 200 OK in 54ms (Views: 53.7ms)
|
956
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-11 19:48:42 -0400
|
957
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
958
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "use_route"=>"abc_frontend"}
|
959
|
+
Completed 500 Internal Server Error in 7ms
|
960
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:49:29 -0400
|
961
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
962
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
963
|
+
Completed 200 OK in 55ms (Views: 54.6ms)
|
964
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:50:23 -0400
|
965
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
966
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
967
|
+
Completed 200 OK in 54ms (Views: 54.1ms)
|
968
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:57:45 -0400
|
969
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
970
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
971
|
+
Completed 200 OK in 54ms (Views: 53.3ms)
|
972
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:57:45 -0400
|
973
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
974
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
975
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:58:14 -0400
|
976
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
977
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
978
|
+
Completed 200 OK in 54ms (Views: 53.6ms)
|
979
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:58:14 -0400
|
980
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
981
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
982
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:59:15 -0400
|
983
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
984
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
985
|
+
Completed 200 OK in 54ms (Views: 53.7ms)
|
986
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:59:15 -0400
|
987
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
988
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
989
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:59:58 -0400
|
990
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
991
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (45.8ms)
|
992
|
+
Completed 500 Internal Server Error in 94ms
|
993
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 19:59:58 -0400
|
994
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
995
|
+
Completed 500 Internal Server Error in 2ms
|
996
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:00:21 -0400
|
997
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
998
|
+
Completed 500 Internal Server Error in 1ms
|
999
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:00:21 -0400
|
1000
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1001
|
+
Completed 500 Internal Server Error in 0ms
|
1002
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:02:30 -0400
|
1003
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1004
|
+
Completed 500 Internal Server Error in 1ms
|
1005
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:02:30 -0400
|
1006
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1007
|
+
Completed 500 Internal Server Error in 0ms
|
1008
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:03:28 -0400
|
1009
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1010
|
+
Completed 500 Internal Server Error in 0ms
|
1011
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:03:28 -0400
|
1012
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1013
|
+
Completed 500 Internal Server Error in 0ms
|
1014
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:04:02 -0400
|
1015
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1016
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (46.4ms)
|
1017
|
+
Completed 500 Internal Server Error in 95ms
|
1018
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:04:02 -0400
|
1019
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1020
|
+
Completed 500 Internal Server Error in 2ms
|
1021
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:05:13 -0400
|
1022
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1023
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
1024
|
+
Completed 200 OK in 54ms (Views: 53.6ms)
|
1025
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:05:14 -0400
|
1026
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1027
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
1028
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 20:47:36 -0400
|
1029
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1030
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "method"=>"post"}
|
1031
|
+
Completed 500 Internal Server Error in 49ms
|
1032
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:48:29 -0400
|
1033
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1034
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
1035
|
+
Completed 200 OK in 54ms (Views: 53.5ms)
|
1036
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:48:29 -0400
|
1037
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1038
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1039
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 20:48:29 -0400
|
1040
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1041
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "method"=>"post"}
|
1042
|
+
Completed 500 Internal Server Error in 43ms
|
1043
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:49:23 -0400
|
1044
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1045
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
1046
|
+
Completed 200 OK in 54ms (Views: 53.3ms)
|
1047
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:49:24 -0400
|
1048
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1049
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1050
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 20:49:24 -0400
|
1051
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1052
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "method"=>"post"}
|
1053
|
+
Completed 500 Internal Server Error in 42ms
|
1054
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:49:58 -0400
|
1055
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1056
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
1057
|
+
Completed 200 OK in 53ms (Views: 53.1ms)
|
1058
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:49:58 -0400
|
1059
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1060
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1061
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 20:49:58 -0400
|
1062
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1063
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "method"=>"post"}
|
1064
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
1065
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:50:22 -0400
|
1066
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1067
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.1ms)
|
1068
|
+
Completed 200 OK in 54ms (Views: 53.5ms)
|
1069
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 20:50:22 -0400
|
1070
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1071
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1072
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 20:50:22 -0400
|
1073
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1074
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "method"=>"post"}
|
1075
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1076
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:20:50 -0400
|
1077
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1078
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
1079
|
+
Completed 200 OK in 54ms (Views: 53.6ms)
|
1080
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:20:50 -0400
|
1081
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1082
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1083
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:20:51 -0400
|
1084
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1085
|
+
Parameters: {"email_sign_up"=>{"email"=>"garrett@gmail.com"}, "method"=>"post"}
|
1086
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1087
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:45:19 -0400
|
1088
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1089
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
1090
|
+
Completed 200 OK in 54ms (Views: 53.4ms)
|
1091
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:45:20 -0400
|
1092
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1093
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1094
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:45:20 -0400
|
1095
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1096
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1097
|
+
Completed 500 Internal Server Error in 43ms
|
1098
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:51:43 -0400
|
1099
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1100
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
1101
|
+
Completed 200 OK in 54ms (Views: 53.5ms)
|
1102
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:51:44 -0400
|
1103
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1104
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1105
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:51:44 -0400
|
1106
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1107
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1108
|
+
Completed 500 Internal Server Error in 43ms
|
1109
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:52:13 -0400
|
1110
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1111
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (6.2ms)
|
1112
|
+
Completed 200 OK in 54ms (Views: 53.7ms)
|
1113
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:52:14 -0400
|
1114
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1115
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1116
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:52:14 -0400
|
1117
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1118
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1119
|
+
Completed 500 Internal Server Error in 43ms
|
1120
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 21:53:36 -0400
|
1121
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1122
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (38.3ms)
|
1123
|
+
Completed 200 OK in 51ms (Views: 50.4ms)
|
1124
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:53:36 -0400
|
1125
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1126
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1127
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:53:36 -0400
|
1128
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1129
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1130
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:53:36 -0400
|
1131
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1132
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1133
|
+
Completed 500 Internal Server Error in 0ms
|
1134
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 21:53:36 -0400
|
1135
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1136
|
+
Parameters: {"id"=>"1"}
|
1137
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1138
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 21:54:29 -0400
|
1139
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1140
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
1141
|
+
Completed 200 OK in 52ms (Views: 51.3ms)
|
1142
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:54:30 -0400
|
1143
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1144
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
1145
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:54:30 -0400
|
1146
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1147
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1148
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:54:30 -0400
|
1149
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1150
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1151
|
+
Completed 500 Internal Server Error in 6ms
|
1152
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 21:54:30 -0400
|
1153
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1154
|
+
Parameters: {"id"=>"1"}
|
1155
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1156
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 21:55:29 -0400
|
1157
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1158
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
1159
|
+
Completed 200 OK in 53ms (Views: 53.1ms)
|
1160
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:55:29 -0400
|
1161
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1162
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1163
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:55:29 -0400
|
1164
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1165
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1166
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:55:29 -0400
|
1167
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1168
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1169
|
+
Completed 500 Internal Server Error in 45ms
|
1170
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 21:55:29 -0400
|
1171
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1172
|
+
Parameters: {"id"=>"1"}
|
1173
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1174
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 21:55:52 -0400
|
1175
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1176
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1177
|
+
Completed 200 OK in 52ms (Views: 51.5ms)
|
1178
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:55:52 -0400
|
1179
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1180
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
1181
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:55:52 -0400
|
1182
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1183
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1184
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:55:52 -0400
|
1185
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1186
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1187
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1188
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 21:55:52 -0400
|
1189
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1190
|
+
Parameters: {"id"=>"1"}
|
1191
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1192
|
+
Started GET "/" for 127.0.0.1 at 2013-03-11 21:57:00 -0400
|
1193
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1194
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1195
|
+
Completed 200 OK in 52ms (Views: 51.3ms)
|
1196
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:57:00 -0400
|
1197
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1198
|
+
Completed 200 OK in 42ms (Views: 41.2ms)
|
1199
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-11 21:57:00 -0400
|
1200
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1201
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1202
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-11 21:57:00 -0400
|
1203
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1204
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1205
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
1206
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-11 21:57:00 -0400
|
1207
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1208
|
+
Parameters: {"id"=>"1"}
|
1209
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1210
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:10:16 -0400
|
1211
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1212
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.5ms)
|
1213
|
+
Completed 200 OK in 78ms (Views: 78.1ms)
|
1214
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:10:17 -0400
|
1215
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1216
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1217
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:10:17 -0400
|
1218
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1219
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1220
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:10:17 -0400
|
1221
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1222
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1223
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1224
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:10:17 -0400
|
1225
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1226
|
+
Parameters: {"id"=>"1"}
|
1227
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1228
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:10:22 -0400
|
1229
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1230
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (41.0ms)
|
1231
|
+
Completed 200 OK in 95ms (Views: 94.4ms)
|
1232
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:10:22 -0400
|
1233
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1234
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
1235
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:10:22 -0400
|
1236
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1237
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1238
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:10:22 -0400
|
1239
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1240
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1241
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1242
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:10:22 -0400
|
1243
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1244
|
+
Parameters: {"id"=>"1"}
|
1245
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1246
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:11:35 -0400
|
1247
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1248
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.7ms)
|
1249
|
+
Completed 200 OK in 79ms (Views: 79.0ms)
|
1250
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:11:35 -0400
|
1251
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1252
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1253
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:11:35 -0400
|
1254
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1255
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1256
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:11:35 -0400
|
1257
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1258
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1259
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1260
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:11:35 -0400
|
1261
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1262
|
+
Parameters: {"id"=>"1"}
|
1263
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1264
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:11:53 -0400
|
1265
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1266
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.5ms)
|
1267
|
+
Completed 200 OK in 78ms (Views: 78.0ms)
|
1268
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:11:53 -0400
|
1269
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1270
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1271
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:11:53 -0400
|
1272
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1273
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1274
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:11:54 -0400
|
1275
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1276
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1277
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1278
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:11:54 -0400
|
1279
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1280
|
+
Parameters: {"id"=>"1"}
|
1281
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1282
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:12:21 -0400
|
1283
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1284
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.4ms)
|
1285
|
+
Completed 200 OK in 78ms (Views: 78.0ms)
|
1286
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:12:21 -0400
|
1287
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1288
|
+
Completed 500 Internal Server Error in 0ms
|
1289
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:12:21 -0400
|
1290
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1291
|
+
Completed 500 Internal Server Error in 0ms
|
1292
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:12:21 -0400
|
1293
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1294
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1295
|
+
Completed 200 OK in 3ms (Views: 3.3ms)
|
1296
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:12:21 -0400
|
1297
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1298
|
+
Parameters: {"id"=>"1"}
|
1299
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1300
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:13:08 -0400
|
1301
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1302
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.3ms)
|
1303
|
+
Completed 200 OK in 78ms (Views: 77.8ms)
|
1304
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:13:09 -0400
|
1305
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1306
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1307
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:13:09 -0400
|
1308
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1309
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
1310
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:13:09 -0400
|
1311
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1312
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1313
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1314
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:13:09 -0400
|
1315
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1316
|
+
Parameters: {"id"=>"1"}
|
1317
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1318
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:13:21 -0400
|
1319
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1320
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.4ms)
|
1321
|
+
Completed 200 OK in 78ms (Views: 78.1ms)
|
1322
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:13:21 -0400
|
1323
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1324
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
1325
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:13:21 -0400
|
1326
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1327
|
+
Completed 200 OK in 2ms (Views: 2.2ms)
|
1328
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:13:21 -0400
|
1329
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1330
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1331
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1332
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:13:21 -0400
|
1333
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1334
|
+
Parameters: {"id"=>"1"}
|
1335
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1336
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:27:16 -0400
|
1337
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1338
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.2ms)
|
1339
|
+
Completed 200 OK in 78ms (Views: 77.4ms)
|
1340
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:27:16 -0400
|
1341
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1342
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
1343
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:27:16 -0400
|
1344
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1345
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1346
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:27:16 -0400
|
1347
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1348
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1349
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1350
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:27:16 -0400
|
1351
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1352
|
+
Parameters: {"id"=>"1"}
|
1353
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1354
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:28:41 -0400
|
1355
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1356
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.6ms)
|
1357
|
+
Completed 200 OK in 78ms (Views: 77.8ms)
|
1358
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:28:42 -0400
|
1359
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1360
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1361
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:28:42 -0400
|
1362
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1363
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1364
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:28:42 -0400
|
1365
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1366
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1367
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1368
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:28:42 -0400
|
1369
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1370
|
+
Parameters: {"id"=>"1"}
|
1371
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1372
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:30:48 -0400
|
1373
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1374
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (35.1ms)
|
1375
|
+
Completed 200 OK in 47ms (Views: 47.2ms)
|
1376
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:30:48 -0400
|
1377
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1378
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1379
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:30:48 -0400
|
1380
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1381
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1382
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:30:48 -0400
|
1383
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1384
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1385
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1386
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:30:48 -0400
|
1387
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1388
|
+
Parameters: {"id"=>"1"}
|
1389
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1390
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:31:17 -0400
|
1391
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1392
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.5ms)
|
1393
|
+
Completed 200 OK in 79ms (Views: 78.4ms)
|
1394
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:31:17 -0400
|
1395
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1396
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1397
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:31:17 -0400
|
1398
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1399
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
1400
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:31:17 -0400
|
1401
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1402
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1403
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1404
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:31:17 -0400
|
1405
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1406
|
+
Parameters: {"id"=>"1"}
|
1407
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1408
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:31:40 -0400
|
1409
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1410
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.5ms)
|
1411
|
+
Completed 200 OK in 79ms (Views: 78.6ms)
|
1412
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:31:41 -0400
|
1413
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1414
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1415
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:31:41 -0400
|
1416
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1417
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1418
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:31:41 -0400
|
1419
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1420
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1421
|
+
Completed 200 OK in 3ms (Views: 2.4ms)
|
1422
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:31:41 -0400
|
1423
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1424
|
+
Parameters: {"id"=>"1"}
|
1425
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
1426
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:31:58 -0400
|
1427
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1428
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.6ms)
|
1429
|
+
Completed 200 OK in 47ms (Views: 46.8ms)
|
1430
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:31:58 -0400
|
1431
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1432
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1433
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:31:58 -0400
|
1434
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1435
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1436
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:31:58 -0400
|
1437
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1438
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1439
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1440
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:31:58 -0400
|
1441
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1442
|
+
Parameters: {"id"=>"1"}
|
1443
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1444
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:33:43 -0400
|
1445
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1446
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.6ms)
|
1447
|
+
Completed 200 OK in 47ms (Views: 46.5ms)
|
1448
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:33:43 -0400
|
1449
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1450
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
1451
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:33:43 -0400
|
1452
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1453
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1454
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:33:43 -0400
|
1455
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1456
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1457
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1458
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:33:43 -0400
|
1459
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1460
|
+
Parameters: {"id"=>"1"}
|
1461
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1462
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:36:58 -0400
|
1463
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1464
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.6ms)
|
1465
|
+
Completed 200 OK in 47ms (Views: 46.3ms)
|
1466
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:36:58 -0400
|
1467
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1468
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
1469
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:36:58 -0400
|
1470
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1471
|
+
Completed 200 OK in 2ms (Views: 2.0ms)
|
1472
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:36:58 -0400
|
1473
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1474
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1475
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1476
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:36:58 -0400
|
1477
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1478
|
+
Parameters: {"id"=>"1"}
|
1479
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1480
|
+
Started GET "/email_signups" for 127.0.0.1 at 2013-03-13 01:47:20 -0400
|
1481
|
+
Started GET "/email_signups" for 127.0.0.1 at 2013-03-13 01:47:24 -0400
|
1482
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:48:42 -0400
|
1483
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1484
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (7.2ms)
|
1485
|
+
Completed 200 OK in 42ms (Views: 41.9ms)
|
1486
|
+
Started POST "/email_signups/new?method=post&url=%2Femail_signups" for 127.0.0.1 at 2013-03-13 01:48:46 -0400
|
1487
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:48:51 -0400
|
1488
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1489
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (2.7ms)
|
1490
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
1491
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:49:55 -0400
|
1492
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1493
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (72.1ms)
|
1494
|
+
Completed 500 Internal Server Error in 84ms
|
1495
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:49:55 -0400
|
1496
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1497
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (10.5ms)
|
1498
|
+
Completed 500 Internal Server Error in 12ms
|
1499
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:49:59 -0400
|
1500
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1501
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.6ms)
|
1502
|
+
Completed 200 OK in 47ms (Views: 46.5ms)
|
1503
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:49:59 -0400
|
1504
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1505
|
+
Completed 500 Internal Server Error in 60ms
|
1506
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:49:59 -0400
|
1507
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1508
|
+
Completed 500 Internal Server Error in 18ms
|
1509
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:49:59 -0400
|
1510
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1511
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1512
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1513
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:49:59 -0400
|
1514
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1515
|
+
Parameters: {"id"=>"1"}
|
1516
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1517
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:05 -0400
|
1518
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1519
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (11.4ms)
|
1520
|
+
Completed 500 Internal Server Error in 13ms
|
1521
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:10 -0400
|
1522
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1523
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (9.9ms)
|
1524
|
+
Completed 500 Internal Server Error in 11ms
|
1525
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:50:11 -0400
|
1526
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1527
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.6ms)
|
1528
|
+
Completed 200 OK in 48ms (Views: 47.4ms)
|
1529
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:11 -0400
|
1530
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1531
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
1532
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:11 -0400
|
1533
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1534
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1535
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:11 -0400
|
1536
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1537
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (13.6ms)
|
1538
|
+
Completed 500 Internal Server Error in 15ms
|
1539
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:50:11 -0400
|
1540
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1541
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1542
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1543
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:50:11 -0400
|
1544
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1545
|
+
Parameters: {"id"=>"1"}
|
1546
|
+
Completed 200 OK in 4ms (Views: 3.6ms)
|
1547
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:18 -0400
|
1548
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1549
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (13.4ms)
|
1550
|
+
Completed 500 Internal Server Error in 15ms
|
1551
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:26 -0400
|
1552
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1553
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (9.6ms)
|
1554
|
+
Completed 500 Internal Server Error in 10ms
|
1555
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:29 -0400
|
1556
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1557
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (11.5ms)
|
1558
|
+
Completed 500 Internal Server Error in 12ms
|
1559
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:30 -0400
|
1560
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1561
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (10.6ms)
|
1562
|
+
Completed 500 Internal Server Error in 11ms
|
1563
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:50:31 -0400
|
1564
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1565
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
1566
|
+
Completed 200 OK in 48ms (Views: 47.5ms)
|
1567
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:31 -0400
|
1568
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1569
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
1570
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:31 -0400
|
1571
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1572
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1573
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:50:31 -0400
|
1574
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1575
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1576
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1577
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:50:31 -0400
|
1578
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1579
|
+
Parameters: {"id"=>"1"}
|
1580
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1581
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:39 -0400
|
1582
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1583
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (10.7ms)
|
1584
|
+
Completed 500 Internal Server Error in 12ms
|
1585
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:50:43 -0400
|
1586
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1587
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
1588
|
+
Completed 200 OK in 47ms (Views: 46.6ms)
|
1589
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:43 -0400
|
1590
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1591
|
+
Completed 200 OK in 6ms (Views: 5.1ms)
|
1592
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:50:44 -0400
|
1593
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1594
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1595
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:50:44 -0400
|
1596
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1597
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1598
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1599
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:50:44 -0400
|
1600
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1601
|
+
Parameters: {"id"=>"1"}
|
1602
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1603
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:51:37 -0400
|
1604
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1605
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (7.4ms)
|
1606
|
+
Completed 200 OK in 44ms (Views: 43.2ms)
|
1607
|
+
Started POST "/email_signups/new?method=post&url=%2Femail_signups" for 127.0.0.1 at 2013-03-13 01:51:44 -0400
|
1608
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:52:19 -0400
|
1609
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1610
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (1.2ms)
|
1611
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
1612
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:53:08 -0400
|
1613
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1614
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
1615
|
+
Completed 200 OK in 47ms (Views: 47.1ms)
|
1616
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:53:08 -0400
|
1617
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1618
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
1619
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:53:08 -0400
|
1620
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1621
|
+
Completed 200 OK in 2ms (Views: 2.1ms)
|
1622
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:53:08 -0400
|
1623
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1624
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1625
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1626
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:53:08 -0400
|
1627
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1628
|
+
Parameters: {"id"=>"1"}
|
1629
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1630
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:53:24 -0400
|
1631
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1632
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (31.6ms)
|
1633
|
+
Completed 200 OK in 43ms (Views: 42.4ms)
|
1634
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:53:58 -0400
|
1635
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1636
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.7ms)
|
1637
|
+
Completed 200 OK in 47ms (Views: 46.5ms)
|
1638
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:53:58 -0400
|
1639
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1640
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1641
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:53:58 -0400
|
1642
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1643
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1644
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:53:58 -0400
|
1645
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1646
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1647
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1648
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:53:58 -0400
|
1649
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1650
|
+
Parameters: {"id"=>"1"}
|
1651
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1652
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:54:06 -0400
|
1653
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1654
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (33.1ms)
|
1655
|
+
Completed 200 OK in 45ms (Views: 44.2ms)
|
1656
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:54:06 -0400
|
1657
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1658
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (1.2ms)
|
1659
|
+
Completed 200 OK in 3ms (Views: 2.1ms)
|
1660
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:54:26 -0400
|
1661
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1662
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (36.7ms)
|
1663
|
+
Completed 200 OK in 50ms (Views: 49.1ms)
|
1664
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:54:26 -0400
|
1665
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1666
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
1667
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:54:26 -0400
|
1668
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1669
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1670
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:54:26 -0400
|
1671
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1672
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1673
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
1674
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:54:26 -0400
|
1675
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1676
|
+
Parameters: {"id"=>"1"}
|
1677
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
1678
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:54:56 -0400
|
1679
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1680
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (30.9ms)
|
1681
|
+
Completed 200 OK in 43ms (Views: 42.6ms)
|
1682
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-13 01:55:02 -0400
|
1683
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1684
|
+
Parameters: {"utf8"=>"✓", "Email"=>"rob@yurkowski.net", "commit"=>"Sign up"}
|
1685
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/thank_you.html.haml (1.1ms)
|
1686
|
+
Completed 200 OK in 3ms (Views: 2.2ms)
|
1687
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:55:05 -0400
|
1688
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1689
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (2.5ms)
|
1690
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
1691
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-13 01:55:08 -0400
|
1692
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1693
|
+
Parameters: {"utf8"=>"✓", "Email"=>"rob@yurkowski.net", "commit"=>"Sign up"}
|
1694
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/thank_you.html.haml (0.4ms)
|
1695
|
+
Completed 200 OK in 2ms (Views: 1.7ms)
|
1696
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:55:12 -0400
|
1697
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1698
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (0.9ms)
|
1699
|
+
Completed 200 OK in 2ms (Views: 1.5ms)
|
1700
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-13 01:55:16 -0400
|
1701
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1702
|
+
Parameters: {"utf8"=>"✓", "Email"=>"rob@yurkowski.net", "commit"=>"Sign up"}
|
1703
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/thank_you.html.haml (0.3ms)
|
1704
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1705
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:55:34 -0400
|
1706
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1707
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (2.5ms)
|
1708
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
1709
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:58:22 -0400
|
1710
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1711
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
1712
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
1713
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:58:23 -0400
|
1714
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1715
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1716
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:58:23 -0400
|
1717
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1718
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1719
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:58:23 -0400
|
1720
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1721
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1722
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1723
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:58:23 -0400
|
1724
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1725
|
+
Parameters: {"id"=>"1"}
|
1726
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1727
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:58:45 -0400
|
1728
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1729
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
1730
|
+
Completed 200 OK in 47ms (Views: 46.6ms)
|
1731
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:58:45 -0400
|
1732
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1733
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1734
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:58:45 -0400
|
1735
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1736
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1737
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:58:45 -0400
|
1738
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1739
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1740
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1741
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:58:45 -0400
|
1742
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1743
|
+
Parameters: {"id"=>"1"}
|
1744
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1745
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 01:58:51 -0400
|
1746
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1747
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.6ms)
|
1748
|
+
Completed 200 OK in 47ms (Views: 47.2ms)
|
1749
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:58:51 -0400
|
1750
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1751
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1752
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 01:58:51 -0400
|
1753
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1754
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1755
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 01:58:51 -0400
|
1756
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1757
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1758
|
+
Completed 200 OK in 3ms (Views: 2.6ms)
|
1759
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 01:58:51 -0400
|
1760
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1761
|
+
Parameters: {"id"=>"1"}
|
1762
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1763
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:01:10 -0400
|
1764
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1765
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.7ms)
|
1766
|
+
Completed 200 OK in 47ms (Views: 47.1ms)
|
1767
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:01:10 -0400
|
1768
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1769
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1770
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:01:10 -0400
|
1771
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1772
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1773
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:01:10 -0400
|
1774
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1775
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1776
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1777
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:01:10 -0400
|
1778
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1779
|
+
Parameters: {"id"=>"1"}
|
1780
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1781
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:03:27 -0400
|
1782
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1783
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.6ms)
|
1784
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
1785
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:03:27 -0400
|
1786
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1787
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1788
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:03:27 -0400
|
1789
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1790
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1791
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:03:28 -0400
|
1792
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1793
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1794
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1795
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:03:28 -0400
|
1796
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1797
|
+
Parameters: {"id"=>"1"}
|
1798
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1799
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:03:53 -0400
|
1800
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1801
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.7ms)
|
1802
|
+
Completed 200 OK in 79ms (Views: 78.2ms)
|
1803
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:03:53 -0400
|
1804
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1805
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
1806
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:03:53 -0400
|
1807
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1808
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1809
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:03:53 -0400
|
1810
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1811
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1812
|
+
Completed 500 Internal Server Error in 0ms
|
1813
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:03:53 -0400
|
1814
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1815
|
+
Parameters: {"id"=>"1"}
|
1816
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1817
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:04:45 -0400
|
1818
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1819
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.5ms)
|
1820
|
+
Completed 200 OK in 79ms (Views: 78.4ms)
|
1821
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:04:45 -0400
|
1822
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1823
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1824
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:04:45 -0400
|
1825
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1826
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1827
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:04:45 -0400
|
1828
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1829
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1830
|
+
Completed 500 Internal Server Error in 0ms
|
1831
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:04:45 -0400
|
1832
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1833
|
+
Parameters: {"id"=>"1"}
|
1834
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1835
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:05:12 -0400
|
1836
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1837
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1838
|
+
Completed 200 OK in 47ms (Views: 47.1ms)
|
1839
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:05:12 -0400
|
1840
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1841
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1842
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:05:12 -0400
|
1843
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1844
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
1845
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:05:12 -0400
|
1846
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1847
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1848
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1849
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:05:12 -0400
|
1850
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1851
|
+
Parameters: {"id"=>"1"}
|
1852
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
1853
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:09:46 -0400
|
1854
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1855
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
1856
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
1857
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:09:46 -0400
|
1858
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1859
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1860
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:09:46 -0400
|
1861
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1862
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
1863
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:09:46 -0400
|
1864
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1865
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1866
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1867
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:09:46 -0400
|
1868
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1869
|
+
Parameters: {"id"=>"1"}
|
1870
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1871
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:11:12 -0400
|
1872
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1873
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1874
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
1875
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:11:13 -0400
|
1876
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1877
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
1878
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:11:13 -0400
|
1879
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1880
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1881
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:11:13 -0400
|
1882
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1883
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1884
|
+
Completed 200 OK in 3ms (Views: 2.5ms)
|
1885
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:11:13 -0400
|
1886
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1887
|
+
Parameters: {"id"=>"1"}
|
1888
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1889
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:12:23 -0400
|
1890
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1891
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1892
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
1893
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:12:23 -0400
|
1894
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1895
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1896
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:12:23 -0400
|
1897
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1898
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1899
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:12:23 -0400
|
1900
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1901
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1902
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
1903
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:12:23 -0400
|
1904
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1905
|
+
Parameters: {"id"=>"1"}
|
1906
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1907
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:12:37 -0400
|
1908
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1909
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1910
|
+
Completed 200 OK in 57ms (Views: 56.5ms)
|
1911
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:12:37 -0400
|
1912
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1913
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
1914
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:12:37 -0400
|
1915
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1916
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1917
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:12:37 -0400
|
1918
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1919
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1920
|
+
Completed 500 Internal Server Error in 9ms
|
1921
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:12:37 -0400
|
1922
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1923
|
+
Parameters: {"id"=>"1"}
|
1924
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
1925
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:16:17 -0400
|
1926
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1927
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
1928
|
+
Completed 200 OK in 48ms (Views: 47.6ms)
|
1929
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:16:17 -0400
|
1930
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1931
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
1932
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:16:17 -0400
|
1933
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1934
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
1935
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:16:17 -0400
|
1936
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1937
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1938
|
+
Completed 500 Internal Server Error in 9ms
|
1939
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:16:17 -0400
|
1940
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1941
|
+
Parameters: {"id"=>"1"}
|
1942
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1943
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:16:24 -0400
|
1944
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1945
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1946
|
+
Completed 200 OK in 47ms (Views: 47.0ms)
|
1947
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:16:24 -0400
|
1948
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1949
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1950
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:16:24 -0400
|
1951
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1952
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1953
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:16:25 -0400
|
1954
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1955
|
+
Parameters: {"email_sign_up"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1956
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
1957
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:16:25 -0400
|
1958
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1959
|
+
Parameters: {"id"=>"1"}
|
1960
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
1961
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:17:24 -0400
|
1962
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1963
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/new.html.haml (33.1ms)
|
1964
|
+
Completed 200 OK in 45ms (Views: 45.1ms)
|
1965
|
+
Started POST "/email_signups" for 127.0.0.1 at 2013-03-13 02:17:33 -0400
|
1966
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1967
|
+
Parameters: {"utf8"=>"✓", "email_signup"=>{"email"=>"rob@yurkowski.net"}, "commit"=>"Sign up"}
|
1968
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/email_signups/thank_you.html.haml (1.3ms)
|
1969
|
+
Completed 200 OK in 4ms (Views: 2.5ms)
|
1970
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:09 -0400
|
1971
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1972
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
1973
|
+
Completed 200 OK in 47ms (Views: 46.3ms)
|
1974
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:09 -0400
|
1975
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1976
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1977
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:09 -0400
|
1978
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1979
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1980
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:09 -0400
|
1981
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
1982
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
1983
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
1984
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:09 -0400
|
1985
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
1986
|
+
Parameters: {"id"=>"1"}
|
1987
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
1988
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:28 -0400
|
1989
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
1990
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
1991
|
+
Completed 200 OK in 47ms (Views: 46.8ms)
|
1992
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:28 -0400
|
1993
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1994
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
1995
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:28 -0400
|
1996
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
1997
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
1998
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:28 -0400
|
1999
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2000
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2001
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
2002
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:28 -0400
|
2003
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2004
|
+
Parameters: {"id"=>"1"}
|
2005
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2006
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:33 -0400
|
2007
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2008
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2009
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
2010
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:33 -0400
|
2011
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2012
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
2013
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:33 -0400
|
2014
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2015
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
2016
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:33 -0400
|
2017
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2018
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2019
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
2020
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:33 -0400
|
2021
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2022
|
+
Parameters: {"id"=>"1"}
|
2023
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2024
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:39 -0400
|
2025
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2026
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2027
|
+
Completed 200 OK in 47ms (Views: 46.9ms)
|
2028
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:39 -0400
|
2029
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2030
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
2031
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:39 -0400
|
2032
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2033
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
2034
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:39 -0400
|
2035
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2036
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2037
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
2038
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:39 -0400
|
2039
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2040
|
+
Parameters: {"id"=>"1"}
|
2041
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2042
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:44 -0400
|
2043
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2044
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2045
|
+
Completed 200 OK in 47ms (Views: 46.5ms)
|
2046
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:45 -0400
|
2047
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2048
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
2049
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:45 -0400
|
2050
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2051
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
2052
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:45 -0400
|
2053
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2054
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2055
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
2056
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:45 -0400
|
2057
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2058
|
+
Parameters: {"id"=>"1"}
|
2059
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2060
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:50 -0400
|
2061
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2062
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
2063
|
+
Completed 200 OK in 47ms (Views: 47.0ms)
|
2064
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:50 -0400
|
2065
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2066
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
2067
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:50 -0400
|
2068
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2069
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
2070
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:50 -0400
|
2071
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2072
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2073
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
2074
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:50 -0400
|
2075
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2076
|
+
Parameters: {"id"=>"1"}
|
2077
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2078
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:18:56 -0400
|
2079
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2080
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2081
|
+
Completed 200 OK in 47ms (Views: 46.8ms)
|
2082
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:56 -0400
|
2083
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2084
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
2085
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:18:56 -0400
|
2086
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2087
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
2088
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:18:56 -0400
|
2089
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2090
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2091
|
+
Completed 200 OK in 3ms (Views: 2.9ms)
|
2092
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:18:56 -0400
|
2093
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2094
|
+
Parameters: {"id"=>"1"}
|
2095
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2096
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:19:01 -0400
|
2097
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2098
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.5ms)
|
2099
|
+
Completed 200 OK in 47ms (Views: 46.7ms)
|
2100
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:19:01 -0400
|
2101
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2102
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
2103
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:19:01 -0400
|
2104
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2105
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
2106
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:19:01 -0400
|
2107
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2108
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2109
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
2110
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:19:01 -0400
|
2111
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2112
|
+
Parameters: {"id"=>"1"}
|
2113
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2114
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:19:07 -0400
|
2115
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2116
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2117
|
+
Completed 200 OK in 47ms (Views: 46.6ms)
|
2118
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:19:07 -0400
|
2119
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2120
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
2121
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:19:07 -0400
|
2122
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2123
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
2124
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:19:07 -0400
|
2125
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2126
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2127
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
2128
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:19:07 -0400
|
2129
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2130
|
+
Parameters: {"id"=>"1"}
|
2131
|
+
Completed 200 OK in 4ms (Views: 2.9ms)
|
2132
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 02:19:24 -0400
|
2133
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2134
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (37.8ms)
|
2135
|
+
Completed 200 OK in 86ms (Views: 86.2ms)
|
2136
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:19:25 -0400
|
2137
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2138
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
2139
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 02:19:25 -0400
|
2140
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2141
|
+
Completed 200 OK in 2ms (Views: 1.9ms)
|
2142
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 02:19:25 -0400
|
2143
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2144
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2145
|
+
Completed 200 OK in 3ms (Views: 2.7ms)
|
2146
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 02:19:25 -0400
|
2147
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2148
|
+
Parameters: {"id"=>"1"}
|
2149
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2150
|
+
Started GET "/" for 127.0.0.1 at 2013-03-13 03:18:59 -0400
|
2151
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2152
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
2153
|
+
Completed 200 OK in 47ms (Views: 47.1ms)
|
2154
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 03:19:00 -0400
|
2155
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2156
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
2157
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-13 03:19:00 -0400
|
2158
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2159
|
+
Completed 200 OK in 2ms (Views: 1.8ms)
|
2160
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-13 03:19:00 -0400
|
2161
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2162
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2163
|
+
Completed 200 OK in 3ms (Views: 2.8ms)
|
2164
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-13 03:19:00 -0400
|
2165
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2166
|
+
Parameters: {"id"=>"1"}
|
2167
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2168
|
+
Started GET "/" for 127.0.0.1 at 2013-03-14 19:44:47 -0400
|
2169
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2170
|
+
Completed 200 OK in 54ms (Views: 53.4ms)
|
2171
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-14 19:44:47 -0400
|
2172
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2173
|
+
Parameters: {"id"=>"1"}
|
2174
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
2175
|
+
Started GET "/" for 127.0.0.1 at 2013-03-16 02:28:25 -0400
|
2176
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2177
|
+
Completed 500 Internal Server Error in 3ms
|
2178
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-16 02:28:25 -0400
|
2179
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2180
|
+
Completed 500 Internal Server Error in 3ms
|
2181
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-16 02:28:25 -0400
|
2182
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2183
|
+
Completed 500 Internal Server Error in 3ms
|
2184
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-16 02:28:26 -0400
|
2185
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2186
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2187
|
+
Completed 500 Internal Server Error in 3ms
|
2188
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-16 02:28:26 -0400
|
2189
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2190
|
+
Parameters: {"id"=>"1"}
|
2191
|
+
Completed 500 Internal Server Error in 3ms
|
2192
|
+
Started GET "/" for 127.0.0.1 at 2013-03-16 02:29:25 -0400
|
2193
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2194
|
+
Completed 500 Internal Server Error in 3ms
|
2195
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-16 02:29:25 -0400
|
2196
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2197
|
+
Completed 500 Internal Server Error in 3ms
|
2198
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-16 02:29:25 -0400
|
2199
|
+
Processing by Abc::Frontend::EmailSignupsController#new as HTML
|
2200
|
+
Completed 500 Internal Server Error in 3ms
|
2201
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-16 02:29:25 -0400
|
2202
|
+
Processing by Abc::Frontend::EmailSignupsController#create as HTML
|
2203
|
+
Parameters: {"email_signup"=>{"email"=>"rob@afterburnercms.com"}, "method"=>"post"}
|
2204
|
+
Completed 500 Internal Server Error in 3ms
|
2205
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-16 02:29:25 -0400
|
2206
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2207
|
+
Parameters: {"id"=>"1"}
|
2208
|
+
Completed 500 Internal Server Error in 3ms
|
2209
|
+
Started GET "/" for 127.0.0.1 at 2013-03-16 02:37:56 -0400
|
2210
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2211
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.3ms)
|
2212
|
+
Completed 200 OK in 53ms (Views: 52.8ms)
|
2213
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-16 02:37:56 -0400
|
2214
|
+
Started GET "/email_signups/new" for 127.0.0.1 at 2013-03-16 02:37:56 -0400
|
2215
|
+
Started POST "/email_signups?method=post" for 127.0.0.1 at 2013-03-16 02:37:56 -0400
|
2216
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-16 02:37:56 -0400
|
2217
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2218
|
+
Parameters: {"id"=>"1"}
|
2219
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
2220
|
+
Started GET "/" for 127.0.0.1 at 2013-03-16 02:40:22 -0400
|
2221
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2222
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2223
|
+
Completed 200 OK in 52ms (Views: 51.9ms)
|
2224
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-16 02:40:22 -0400
|
2225
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2226
|
+
Parameters: {"id"=>"1"}
|
2227
|
+
Completed 200 OK in 4ms (Views: 3.2ms)
|
2228
|
+
Started GET "/" for 127.0.0.1 at 2013-03-16 02:42:27 -0400
|
2229
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2230
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2231
|
+
Completed 200 OK in 52ms (Views: 51.5ms)
|
2232
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-16 02:42:28 -0400
|
2233
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2234
|
+
Parameters: {"id"=>"1"}
|
2235
|
+
Completed 200 OK in 4ms (Views: 3.1ms)
|
2236
|
+
Started GET "/" for 127.0.0.1 at 2013-03-18 00:56:10 -0400
|
2237
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2238
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.8ms)
|
2239
|
+
Completed 200 OK in 47ms (Views: 47.2ms)
|
2240
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-18 00:56:10 -0400
|
2241
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2242
|
+
Parameters: {"id"=>"1"}
|
2243
|
+
Completed 500 Internal Server Error in 1ms
|
2244
|
+
Started GET "/" for 127.0.0.1 at 2013-03-18 01:20:40 -0400
|
2245
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2246
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2247
|
+
Completed 200 OK in 48ms (Views: 47.2ms)
|
2248
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-18 01:20:40 -0400
|
2249
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2250
|
+
Parameters: {"id"=>"1"}
|
2251
|
+
Completed 500 Internal Server Error in 1ms
|
2252
|
+
Started GET "/" for 127.0.0.1 at 2013-03-18 01:21:52 -0400
|
2253
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2254
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (3.4ms)
|
2255
|
+
Completed 200 OK in 47ms (Views: 46.9ms)
|
2256
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-18 01:21:52 -0400
|
2257
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2258
|
+
Parameters: {"id"=>"1"}
|
2259
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2260
|
+
Started GET "/" for 127.0.0.1 at 2013-03-18 01:24:14 -0400
|
2261
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2262
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.7ms)
|
2263
|
+
Completed 200 OK in 79ms (Views: 78.8ms)
|
2264
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-18 01:24:14 -0400
|
2265
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2266
|
+
Parameters: {"id"=>"1"}
|
2267
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2268
|
+
Started GET "/" for 127.0.0.1 at 2013-03-18 01:24:41 -0400
|
2269
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2270
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (34.7ms)
|
2271
|
+
Completed 200 OK in 79ms (Views: 79.0ms)
|
2272
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-18 01:24:41 -0400
|
2273
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2274
|
+
Parameters: {"id"=>"1"}
|
2275
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|
2276
|
+
Started GET "/" for 127.0.0.1 at 2013-03-18 01:30:02 -0400
|
2277
|
+
Processing by Abc::Frontend::BaseController#index as HTML
|
2278
|
+
Rendered /home/rob/Sites/a/afterburnercms/delivery/frontend/app/views/abc/frontend/base/index.html.erb (35.3ms)
|
2279
|
+
Completed 200 OK in 80ms (Views: 79.3ms)
|
2280
|
+
Started GET "/pages/1" for 127.0.0.1 at 2013-03-18 01:30:02 -0400
|
2281
|
+
Processing by Abc::Frontend::PagesController#show as HTML
|
2282
|
+
Parameters: {"id"=>"1"}
|
2283
|
+
Completed 200 OK in 4ms (Views: 3.0ms)
|