Here are the logs I get from rack when submitting the 'sign up' form:
Started POST "/users" for 127.0.0.1 at 2013-06-25 19:50:18 -0400
Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓",
"authenticity_token"=>"tltbt2w5FkZQbkbLqYaZIPiqk3J7VsdQIvKWFDCYLAs=",
"user"=>{"firstname"=>"bob", "lastname"=>"smith",
"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"},
"commit"=>"Sign up"}
(0.1ms) begin transaction
(0.1ms) rollback transaction
Rendered devise/shared/_links.erb (0.3ms)
Rendered devise/registrations/new.html.erb within layouts/application
(3.6ms)
Completed 200 OK in 97ms (Views: 10.8ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-25
19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/bootstrap_and_overrides.css?body=1" for 127.0.0.1
at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-25
19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-25
19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1"
for 127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1"
for 127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1"
for 127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for
127.0.0.1 at 2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at
2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-06-25
19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-25
19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/prayer_requests.js?body=1" for 127.0.0.1 at
2013-06-25 19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-25
19:50:18 -0400
[2013-06-25 19:50:18] WARN Could not determine content-length of
response body. Set content-length of the response or set
Response#chunked = true