simple_contact 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/simple_contact/message.rb +1 -0
  3. data/app/views/simple_contact/contact/new.html.erb +49 -24
  4. data/app/views/simple_contact/contact_mailer/contact_message.html.erb +2 -4
  5. data/config/locales/en.yml +3 -4
  6. data/config/routes.rb +3 -2
  7. data/lib/simple_contact/engine.rb +2 -4
  8. data/lib/simple_contact/version.rb +1 -1
  9. data/test/dummy/log/development.log +1510 -0
  10. data/test/dummy/log/test.log +561 -0
  11. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  12. data/test/dummy/tmp/cache/assets/test/sprockets/1c9faaf28d05409b88ad3113374d613c +0 -0
  13. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  14. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  15. data/test/dummy/tmp/cache/assets/test/sprockets/3757a76e4a2601e881a26a95304e148c +0 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/40fc2f3d2a468a00e463f1d313cb1683 +0 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/98fd2c085a74ec738711317e3165c032 +0 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/9de96c0b793236d6da31b0849d34d881 +0 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/b2fb5947f127c780362f6f64ba20371e +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/b878faf942403e313a5b103e5d80488e +0 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/edbef6e0d0a4742346cf479f2c522eb0 +0 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  25. metadata +32 -4
@@ -6846,3 +6846,1513 @@ Connecting to database specified by database.yml
6846
6846
   (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
6847
6847
   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6848
6848
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6849
+
6850
+
6851
+ Started GET "/" for 127.0.0.1 at 2013-11-24 00:48:04 -0700
6852
+ Connecting to database specified by database.yml
6853
+ Processing by HomeController#index as HTML
6854
+ Rendered home/index.html.erb within layouts/application (1.2ms)
6855
+ Completed 200 OK in 38.8ms (Views: 38.5ms | ActiveRecord: 0.0ms)
6856
+
6857
+
6858
+ Started GET "/simple_contact" for 127.0.0.1 at 2013-11-24 00:48:04 -0700
6859
+ Connecting to database specified by database.yml
6860
+ Processing by SimpleContact::ContactController#new as HTML
6861
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (12.5ms)
6862
+ Completed 200 OK in 28.7ms (Views: 27.1ms | ActiveRecord: 0.0ms)
6863
+
6864
+
6865
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:48:05 -0700
6866
+ Served asset /application.css - 304 Not Modified (2ms)
6867
+
6868
+
6869
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:48:05 -0700
6870
+ Served asset /home.css - 304 Not Modified (1ms)
6871
+
6872
+
6873
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:05 -0700
6874
+
6875
+
6876
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:05 -0700
6877
+ Served asset /jquery.js - 304 Not Modified (2ms)
6878
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
6879
+
6880
+
6881
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:05 -0700
6882
+
6883
+
6884
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:05 -0700
6885
+ Served asset /home.js - 304 Not Modified (1ms)
6886
+ Served asset /application.js - 304 Not Modified (3ms)
6887
+
6888
+
6889
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6890
+ Processing by SimpleContact::ContactController#new as HTML
6891
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
6892
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (28.9ms)
6893
+ Completed 200 OK in 35.4ms (Views: 33.2ms | ActiveRecord: 0.0ms)
6894
+
6895
+
6896
+
6897
+
6898
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6899
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6900
+ Served asset /home.css - 304 Not Modified (0ms)
6901
+ Served asset /application.css - 304 Not Modified (2ms)
6902
+
6903
+
6904
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6905
+ Served asset /jquery.js - 304 Not Modified (0ms)
6906
+
6907
+
6908
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6909
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6910
+
6911
+
6912
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6913
+
6914
+
6915
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:07 -0700
6916
+ Served asset /home.js - 304 Not Modified (1ms)
6917
+ Served asset /application.js - 304 Not Modified (4ms)
6918
+
6919
+
6920
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6921
+ Processing by SimpleContact::ContactController#new as HTML
6922
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
6923
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.4ms)
6924
+ Completed 200 OK in 7.3ms (Views: 7.1ms | ActiveRecord: 0.0ms)
6925
+
6926
+
6927
+
6928
+
6929
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6930
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6931
+ Served asset /application.css - 304 Not Modified (0ms)
6932
+ Served asset /home.css - 304 Not Modified (1ms)
6933
+
6934
+
6935
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6936
+ Served asset /jquery.js - 304 Not Modified (0ms)
6937
+
6938
+
6939
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6940
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6941
+
6942
+
6943
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6944
+ Served asset /home.js - 304 Not Modified (0ms)
6945
+
6946
+
6947
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:48:09 -0700
6948
+ Served asset /application.js - 304 Not Modified (0ms)
6949
+
6950
+
6951
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6952
+ Processing by SimpleContact::ContactController#new as HTML
6953
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
6954
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.3ms)
6955
+ Completed 200 OK in 4.2ms (Views: 4.1ms | ActiveRecord: 0.0ms)
6956
+
6957
+
6958
+
6959
+
6960
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6961
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6962
+ Served asset /home.css - 304 Not Modified (0ms)
6963
+ Served asset /application.css - 304 Not Modified (0ms)
6964
+
6965
+
6966
+
6967
+
6968
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6969
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6970
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
6971
+ Served asset /jquery.js - 304 Not Modified (0ms)
6972
+
6973
+
6974
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6975
+ Served asset /home.js - 304 Not Modified (0ms)
6976
+
6977
+
6978
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:49:05 -0700
6979
+ Served asset /application.js - 304 Not Modified (0ms)
6980
+ Connecting to database specified by database.yml
6981
+ Connecting to database specified by database.yml
6982
+ Connecting to database specified by database.yml
6983
+
6984
+
6985
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
6986
+ Processing by SimpleContact::ContactController#new as HTML
6987
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
6988
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (19.4ms)
6989
+ Completed 200 OK in 24.9ms (Views: 23.3ms | ActiveRecord: 0.0ms)
6990
+
6991
+
6992
+
6993
+
6994
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
6995
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
6996
+ Served asset /home.css - 304 Not Modified (0ms)
6997
+
6998
+
6999
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
7000
+ Served asset /application.css - 304 Not Modified (0ms)
7001
+
7002
+
7003
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
7004
+ Served asset /application.js - 304 Not Modified (0ms)
7005
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7006
+
7007
+
7008
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
7009
+ Served asset /jquery.js - 304 Not Modified (1ms)
7010
+
7011
+
7012
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:51 -0700
7013
+ Served asset /home.js - 304 Not Modified (0ms)
7014
+
7015
+
7016
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7017
+ Processing by SimpleContact::ContactController#new as HTML
7018
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7019
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.6ms)
7020
+ Completed 200 OK in 5.8ms (Views: 5.5ms | ActiveRecord: 0.0ms)
7021
+
7022
+
7023
+
7024
+
7025
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7026
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7027
+ Served asset /application.css - 304 Not Modified (0ms)
7028
+ Served asset /home.css - 304 Not Modified (0ms)
7029
+
7030
+
7031
+
7032
+
7033
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7034
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7035
+ Served asset /jquery.js - 304 Not Modified (0ms)
7036
+
7037
+
7038
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7039
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
7040
+ Served asset /home.js - 304 Not Modified (0ms)
7041
+
7042
+
7043
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:51:53 -0700
7044
+ Served asset /application.js - 304 Not Modified (0ms)
7045
+
7046
+
7047
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:53:22 -0700
7048
+ Processing by SimpleContact::ContactController#new as HTML
7049
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7050
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (6.1ms)
7051
+ Completed 200 OK in 11.5ms (Views: 9.8ms | ActiveRecord: 0.0ms)
7052
+
7053
+
7054
+
7055
+
7056
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:23 -0700
7057
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:23 -0700
7058
+ Served asset /jquery.js - 304 Not Modified (0ms)
7059
+ Served asset /home.css - 304 Not Modified (0ms)
7060
+
7061
+
7062
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:23 -0700
7063
+ Served asset /application.css - 304 Not Modified (0ms)
7064
+
7065
+
7066
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:23 -0700
7067
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7068
+
7069
+
7070
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:23 -0700
7071
+ Served asset /application.js - 304 Not Modified (0ms)
7072
+
7073
+
7074
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:23 -0700
7075
+ Served asset /home.js - 304 Not Modified (0ms)
7076
+
7077
+
7078
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7079
+ Processing by SimpleContact::ContactController#new as HTML
7080
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf@asdf.com", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"<i class='glyphicon glyphicon-envelope'></i> Send Message"}
7081
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.4ms)
7082
+ Completed 200 OK in 5.1ms (Views: 4.9ms | ActiveRecord: 0.0ms)
7083
+
7084
+
7085
+
7086
+
7087
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7088
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7089
+ Served asset /home.css - 304 Not Modified (0ms)
7090
+ Served asset /application.css - 304 Not Modified (0ms)
7091
+
7092
+
7093
+
7094
+
7095
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7096
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7097
+ Served asset /home.js - 304 Not Modified (0ms)
7098
+ Served asset /jquery.js - 304 Not Modified (0ms)
7099
+
7100
+
7101
+
7102
+
7103
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7104
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:28 -0700
7105
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7106
+ Served asset /application.js - 304 Not Modified (0ms)
7107
+
7108
+
7109
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7110
+ Processing by SimpleContact::ContactController#new as HTML
7111
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"<i class='glyphicon glyphicon-envelope'></i> Send Message"}
7112
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.4ms)
7113
+ Completed 200 OK in 4.7ms (Views: 4.5ms | ActiveRecord: 0.0ms)
7114
+
7115
+
7116
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7117
+
7118
+
7119
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7120
+ Served asset /application.css - 304 Not Modified (0ms)
7121
+ Served asset /home.css - 304 Not Modified (0ms)
7122
+
7123
+
7124
+
7125
+
7126
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7127
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7128
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7129
+ Served asset /jquery.js - 304 Not Modified (0ms)
7130
+
7131
+
7132
+
7133
+
7134
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7135
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:30 -0700
7136
+ Served asset /home.js - 304 Not Modified (0ms)
7137
+ Served asset /application.js - 304 Not Modified (0ms)
7138
+
7139
+
7140
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7141
+ Processing by SimpleContact::ContactController#new as HTML
7142
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"<i class='glyphicon glyphicon-envelope'></i> Send Message"}
7143
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.5ms)
7144
+ Completed 200 OK in 5.3ms (Views: 5.1ms | ActiveRecord: 0.0ms)
7145
+
7146
+
7147
+
7148
+
7149
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7150
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7151
+ Served asset /jquery.js - 304 Not Modified (0ms)
7152
+ Served asset /application.css - 304 Not Modified (0ms)
7153
+
7154
+
7155
+
7156
+
7157
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7158
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7159
+ Served asset /home.css - 304 Not Modified (0ms)
7160
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7161
+
7162
+
7163
+
7164
+
7165
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7166
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7167
+ Served asset /home.js - 304 Not Modified (0ms)
7168
+ Served asset /application.js - 304 Not Modified (0ms)
7169
+
7170
+
7171
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7172
+ Processing by SimpleContact::ContactController#new as HTML
7173
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"<i class='glyphicon glyphicon-envelope'></i> Send Message"}
7174
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.4ms)
7175
+ Completed 200 OK in 23.0ms (Views: 22.8ms | ActiveRecord: 0.0ms)
7176
+
7177
+
7178
+
7179
+
7180
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7181
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7182
+ Served asset /application.css - 304 Not Modified (0ms)
7183
+ Served asset /jquery.js - 304 Not Modified (0ms)
7184
+
7185
+
7186
+
7187
+
7188
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7189
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7190
+ Served asset /home.css - 304 Not Modified (0ms)
7191
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7192
+
7193
+
7194
+
7195
+
7196
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7197
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:31 -0700
7198
+ Served asset /home.js - 304 Not Modified (0ms)
7199
+ Served asset /application.js - 304 Not Modified (0ms)
7200
+
7201
+
7202
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7203
+ Processing by SimpleContact::ContactController#new as HTML
7204
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"<i class='glyphicon glyphicon-envelope'></i> Send Message"}
7205
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.7ms)
7206
+ Completed 200 OK in 5.4ms (Views: 5.2ms | ActiveRecord: 0.0ms)
7207
+
7208
+
7209
+
7210
+
7211
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7212
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7213
+ Served asset /home.css - 200 OK (0ms)
7214
+ Served asset /application.css - 200 OK (0ms)
7215
+
7216
+
7217
+
7218
+
7219
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7220
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7221
+ Served asset /jquery.js - 200 OK (0ms)
7222
+ Served asset /jquery_ujs.js - 200 OK (0ms)
7223
+
7224
+
7225
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7226
+ Served asset /application.js - 200 OK (0ms)
7227
+
7228
+
7229
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:53:50 -0700
7230
+ Served asset /home.js - 200 OK (0ms)
7231
+
7232
+
7233
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7234
+ Processing by SimpleContact::ContactController#new as HTML
7235
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"<i class='glyphicon glyphicon-envelope'></i> Send Message"}
7236
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.6ms)
7237
+ Completed 200 OK in 6.5ms (Views: 6.2ms | ActiveRecord: 0.0ms)
7238
+
7239
+
7240
+
7241
+
7242
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7243
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7244
+ Served asset /application.css - 304 Not Modified (0ms)
7245
+ Served asset /home.css - 304 Not Modified (0ms)
7246
+
7247
+
7248
+
7249
+
7250
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7251
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7252
+ Served asset /jquery.js - 304 Not Modified (0ms)
7253
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7254
+
7255
+
7256
+
7257
+
7258
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7259
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:13 -0700
7260
+ Served asset /home.js - 304 Not Modified (0ms)
7261
+ Served asset /application.js - 304 Not Modified (0ms)
7262
+
7263
+
7264
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7265
+ Processing by SimpleContact::ContactController#new as HTML
7266
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7267
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.7ms)
7268
+ Completed 200 OK in 6.0ms (Views: 5.8ms | ActiveRecord: 0.0ms)
7269
+
7270
+
7271
+
7272
+
7273
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7274
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7275
+ Served asset /home.css - 304 Not Modified (0ms)
7276
+ Served asset /application.css - 304 Not Modified (0ms)
7277
+
7278
+
7279
+
7280
+
7281
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7282
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7283
+ Served asset /jquery.js - 304 Not Modified (0ms)
7284
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7285
+
7286
+
7287
+
7288
+
7289
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7290
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:16 -0700
7291
+ Served asset /home.js - 304 Not Modified (0ms)
7292
+ Served asset /application.js - 304 Not Modified (0ms)
7293
+
7294
+
7295
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7296
+ Processing by SimpleContact::ContactController#new as HTML
7297
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf@asdf.com", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7298
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.5ms)
7299
+ Completed 200 OK in 5.8ms (Views: 5.6ms | ActiveRecord: 0.0ms)
7300
+
7301
+
7302
+
7303
+
7304
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7305
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7306
+ Served asset /application.css - 304 Not Modified (0ms)
7307
+ Served asset /home.css - 304 Not Modified (0ms)
7308
+
7309
+
7310
+
7311
+
7312
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7313
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7314
+ Served asset /jquery.js - 304 Not Modified (0ms)
7315
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7316
+
7317
+
7318
+
7319
+
7320
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7321
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:54:20 -0700
7322
+ Served asset /home.js - 304 Not Modified (0ms)
7323
+ Served asset /application.js - 304 Not Modified (0ms)
7324
+ Connecting to database specified by database.yml
7325
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
7326
+ Connecting to database specified by database.yml
7327
+  (0.1ms) select sqlite_version(*)
7328
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7329
+ Connecting to database specified by database.yml
7330
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
7331
+  (0.1ms) select sqlite_version(*)
7332
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7333
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7334
+  (0.0ms) SELECT version FROM "schema_migrations"
7335
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
7336
+
7337
+
7338
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7339
+ Processing by SimpleContact::ContactController#new as HTML
7340
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf@asdf.com", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7341
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (3.4ms)
7342
+ Completed 200 OK in 9.2ms (Views: 7.5ms | ActiveRecord: 0.0ms)
7343
+
7344
+
7345
+
7346
+
7347
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7348
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7349
+ Served asset /application.css - 304 Not Modified (0ms)
7350
+ Served asset /home.css - 304 Not Modified (0ms)
7351
+
7352
+
7353
+
7354
+
7355
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7356
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7357
+ Served asset /jquery.js - 304 Not Modified (0ms)
7358
+ Served asset /home.js - 304 Not Modified (0ms)
7359
+
7360
+
7361
+
7362
+
7363
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7364
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:52 -0700
7365
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7366
+ Served asset /application.js - 304 Not Modified (0ms)
7367
+
7368
+
7369
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7370
+ Processing by SimpleContact::ContactController#new as HTML
7371
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asfd", "body"=>""}, "commit"=>"submit"}
7372
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.5ms)
7373
+ Completed 200 OK in 4.9ms (Views: 4.8ms | ActiveRecord: 0.0ms)
7374
+
7375
+
7376
+
7377
+
7378
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7379
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7380
+ Served asset /home.css - 304 Not Modified (0ms)
7381
+ Served asset /application.css - 304 Not Modified (0ms)
7382
+
7383
+
7384
+
7385
+
7386
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7387
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7388
+ Served asset /jquery.js - 304 Not Modified (0ms)
7389
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7390
+
7391
+
7392
+
7393
+
7394
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7395
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 00:57:59 -0700
7396
+ Served asset /home.js - 304 Not Modified (0ms)
7397
+ Served asset /application.js - 304 Not Modified (0ms)
7398
+
7399
+
7400
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:59:05 -0700
7401
+
7402
+ SQLite3::CantOpenException (unable to open database file):
7403
+ activerecord (3.2.15) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `initialize'
7404
+ activerecord (3.2.15) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `new'
7405
+ activerecord (3.2.15) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `sqlite3_connection'
7406
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
7407
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
7408
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
7409
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
7410
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
7411
+ /Users/ben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
7412
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
7413
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
7414
+ /Users/ben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
7415
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
7416
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
7417
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
7418
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
7419
+ activerecord (3.2.15) lib/active_record/model_schema.rb:310:in `clear_cache!'
7420
+ activerecord (3.2.15) lib/active_record/railtie.rb:103:in `block (2 levels) in <class:Railtie>'
7421
+ activesupport (3.2.15) lib/active_support/callbacks.rb:440:in `_run__2566519875125973023__prepare__1984968667124902293__callbacks'
7422
+ activesupport (3.2.15) lib/active_support/callbacks.rb:405:in `__run_callback'
7423
+ activesupport (3.2.15) lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
7424
+ activesupport (3.2.15) lib/active_support/callbacks.rb:81:in `run_callbacks'
7425
+ actionpack (3.2.15) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
7426
+ actionpack (3.2.15) lib/action_dispatch/middleware/reloader.rb:64:in `call'
7427
+ actionpack (3.2.15) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
7428
+ actionpack (3.2.15) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
7429
+ actionpack (3.2.15) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
7430
+ railties (3.2.15) lib/rails/rack/logger.rb:32:in `call_app'
7431
+ railties (3.2.15) lib/rails/rack/logger.rb:16:in `block in call'
7432
+ activesupport (3.2.15) lib/active_support/tagged_logging.rb:22:in `tagged'
7433
+ railties (3.2.15) lib/rails/rack/logger.rb:16:in `call'
7434
+ actionpack (3.2.15) lib/action_dispatch/middleware/request_id.rb:22:in `call'
7435
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
7436
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
7437
+ activesupport (3.2.15) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
7438
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
7439
+ actionpack (3.2.15) lib/action_dispatch/middleware/static.rb:63:in `call'
7440
+ railties (3.2.15) lib/rails/engine.rb:484:in `call'
7441
+ railties (3.2.15) lib/rails/application.rb:231:in `call'
7442
+ railties (3.2.15) lib/rails/railtie/configurable.rb:30:in `method_missing'
7443
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:145:in `handle'
7444
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
7445
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
7446
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:86:in `each'
7447
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:86:in `block in start'
7448
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:66:in `loop'
7449
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:66:in `start'
7450
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:13:in `run'
7451
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/bin/nack_worker:4:in `<main>'
7452
+
7453
+
7454
+ Rendered /Users/ben/.rvm/gems/ruby-2.0.0-p247@simple_contact_dummy/gems/actionpack-3.2.15/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
7455
+ Rendered /Users/ben/.rvm/gems/ruby-2.0.0-p247@simple_contact_dummy/gems/actionpack-3.2.15/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
7456
+ Rendered /Users/ben/.rvm/gems/ruby-2.0.0-p247@simple_contact_dummy/gems/actionpack-3.2.15/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms)
7457
+
7458
+
7459
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 00:59:14 -0700
7460
+
7461
+ SQLite3::CantOpenException (unable to open database file):
7462
+ activerecord (3.2.15) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `initialize'
7463
+ activerecord (3.2.15) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `new'
7464
+ activerecord (3.2.15) lib/active_record/connection_adapters/sqlite3_adapter.rb:26:in `sqlite3_connection'
7465
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
7466
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
7467
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
7468
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
7469
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
7470
+ /Users/ben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
7471
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
7472
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
7473
+ /Users/ben/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
7474
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
7475
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
7476
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
7477
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
7478
+ activerecord (3.2.15) lib/active_record/query_cache.rb:67:in `rescue in call'
7479
+ activerecord (3.2.15) lib/active_record/query_cache.rb:61:in `call'
7480
+ activerecord (3.2.15) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
7481
+ actionpack (3.2.15) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
7482
+ activesupport (3.2.15) lib/active_support/callbacks.rb:405:in `_run__1385448161013304764__call__1984968667124902293__callbacks'
7483
+ activesupport (3.2.15) lib/active_support/callbacks.rb:405:in `__run_callback'
7484
+ activesupport (3.2.15) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
7485
+ activesupport (3.2.15) lib/active_support/callbacks.rb:81:in `run_callbacks'
7486
+ actionpack (3.2.15) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
7487
+ actionpack (3.2.15) lib/action_dispatch/middleware/reloader.rb:65:in `call'
7488
+ actionpack (3.2.15) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
7489
+ actionpack (3.2.15) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
7490
+ actionpack (3.2.15) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
7491
+ railties (3.2.15) lib/rails/rack/logger.rb:32:in `call_app'
7492
+ railties (3.2.15) lib/rails/rack/logger.rb:16:in `block in call'
7493
+ activesupport (3.2.15) lib/active_support/tagged_logging.rb:22:in `tagged'
7494
+ railties (3.2.15) lib/rails/rack/logger.rb:16:in `call'
7495
+ actionpack (3.2.15) lib/action_dispatch/middleware/request_id.rb:22:in `call'
7496
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
7497
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
7498
+ activesupport (3.2.15) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
7499
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
7500
+ actionpack (3.2.15) lib/action_dispatch/middleware/static.rb:63:in `call'
7501
+ railties (3.2.15) lib/rails/engine.rb:484:in `call'
7502
+ railties (3.2.15) lib/rails/application.rb:231:in `call'
7503
+ railties (3.2.15) lib/rails/railtie/configurable.rb:30:in `method_missing'
7504
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:145:in `handle'
7505
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
7506
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
7507
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:86:in `each'
7508
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:86:in `block in start'
7509
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:66:in `loop'
7510
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:66:in `start'
7511
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/lib/nack/server.rb:13:in `run'
7512
+ /Users/ben/Library/Application Support/Pow/Versions/0.4.1/node_modules/nack/bin/nack_worker:4:in `<main>'
7513
+
7514
+
7515
+ Rendered /Users/ben/.rvm/gems/ruby-2.0.0-p247@simple_contact_dummy/gems/actionpack-3.2.15/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
7516
+ Rendered /Users/ben/.rvm/gems/ruby-2.0.0-p247@simple_contact_dummy/gems/actionpack-3.2.15/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
7517
+ Rendered /Users/ben/.rvm/gems/ruby-2.0.0-p247@simple_contact_dummy/gems/actionpack-3.2.15/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.7ms)
7518
+
7519
+
7520
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:00:29 -0700
7521
+ Processing by SimpleContact::ContactController#create as HTML
7522
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asfd", "body"=>""}, "commit"=>"submit"}
7523
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.9ms)
7524
+ Completed 200 OK in 13.7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
7525
+
7526
+
7527
+
7528
+
7529
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:30 -0700
7530
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:30 -0700
7531
+ Served asset /application.css - 304 Not Modified (0ms)
7532
+
7533
+
7534
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:30 -0700
7535
+ Served asset /jquery.js - 304 Not Modified (0ms)
7536
+
7537
+
7538
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:30 -0700
7539
+ Served asset /home.js - 304 Not Modified (0ms)
7540
+ Served asset /home.css - 304 Not Modified (0ms)
7541
+
7542
+
7543
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:30 -0700
7544
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7545
+
7546
+
7547
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:30 -0700
7548
+ Served asset /application.js - 304 Not Modified (0ms)
7549
+
7550
+
7551
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:00:34 -0700
7552
+ Processing by SimpleContact::ContactController#create as HTML
7553
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asfd", "body"=>"sdf"}, "commit"=>"submit"}
7554
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact_mailer/contact_message.html.erb (27.3ms)
7555
+
7556
+ Sent mail to (6.2ms)
7557
+ Date: Sun, 24 Nov 2013 01:00:35 -0700
7558
+ From: sadf@asdf.com
7559
+ Message-ID: <5291b22354f84_54cf3fc7ce05e6d4510af@Bens-MacBook-Pro.local.mail>
7560
+ Subject: asfd
7561
+ Mime-Version: 1.0
7562
+ Content-Type: text/html;
7563
+ charset=UTF-8
7564
+ Content-Transfer-Encoding: 7bit
7565
+
7566
+ <h3> You've received a new message from: <a href="mailto:sadf@asdf.com">asfd</a> </h3>
7567
+ <hr />
7568
+ <h3> asfd </h3>
7569
+
7570
+ <p>sdf</p>
7571
+
7572
+ <hr />
7573
+
7574
+ <p> Please respond to them within the next 24 hours </p>
7575
+ Redirected to http://dummy.dev/
7576
+ Completed 302 Found in 357.3ms (ActiveRecord: 0.0ms)
7577
+
7578
+
7579
+ Started GET "/" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7580
+ Processing by HomeController#index as HTML
7581
+ Rendered home/index.html.erb within layouts/application (0.0ms)
7582
+ Completed 200 OK in 3.5ms (Views: 3.2ms | ActiveRecord: 0.0ms)
7583
+
7584
+
7585
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7586
+
7587
+
7588
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7589
+ Served asset /application.css - 304 Not Modified (0ms)
7590
+ Served asset /home.css - 304 Not Modified (0ms)
7591
+
7592
+
7593
+
7594
+
7595
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7596
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7597
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7598
+ Served asset /jquery.js - 304 Not Modified (0ms)
7599
+
7600
+
7601
+
7602
+
7603
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7604
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:35 -0700
7605
+ Served asset /home.js - 304 Not Modified (0ms)
7606
+ Served asset /application.js - 304 Not Modified (0ms)
7607
+
7608
+
7609
+
7610
+
7611
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:37 -0700
7612
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:37 -0700
7613
+ Served asset /home.css - 304 Not Modified (0ms)
7614
+ Served asset /application.css - 304 Not Modified (0ms)
7615
+
7616
+
7617
+
7618
+
7619
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:37 -0700
7620
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:37 -0700
7621
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7622
+ Served asset /home.js - 304 Not Modified (0ms)
7623
+
7624
+
7625
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:37 -0700
7626
+ Served asset /application.js - 304 Not Modified (0ms)
7627
+
7628
+
7629
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7630
+ Processing by SimpleContact::ContactController#create as HTML
7631
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asfd", "body"=>""}, "commit"=>"submit"}
7632
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.8ms)
7633
+ Completed 200 OK in 5.8ms (Views: 5.1ms | ActiveRecord: 0.0ms)
7634
+
7635
+
7636
+
7637
+
7638
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7639
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7640
+ Served asset /home.css - 304 Not Modified (0ms)
7641
+ Served asset /application.css - 304 Not Modified (0ms)
7642
+
7643
+
7644
+
7645
+
7646
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7647
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7648
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7649
+ Served asset /jquery.js - 304 Not Modified (0ms)
7650
+
7651
+
7652
+
7653
+
7654
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7655
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:41 -0700
7656
+ Served asset /home.js - 304 Not Modified (0ms)
7657
+ Served asset /application.js - 304 Not Modified (0ms)
7658
+
7659
+
7660
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7661
+ Processing by SimpleContact::ContactController#create as HTML
7662
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asfd", "body"=>""}, "commit"=>"submit"}
7663
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.6ms)
7664
+ Completed 200 OK in 5.1ms (Views: 4.6ms | ActiveRecord: 0.0ms)
7665
+
7666
+
7667
+
7668
+
7669
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7670
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7671
+ Served asset /jquery.js - 304 Not Modified (0ms)
7672
+ Served asset /application.css - 304 Not Modified (0ms)
7673
+
7674
+
7675
+
7676
+
7677
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7678
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7679
+ Served asset /home.css - 304 Not Modified (0ms)
7680
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7681
+
7682
+
7683
+
7684
+
7685
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7686
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:42 -0700
7687
+ Served asset /home.js - 304 Not Modified (0ms)
7688
+ Served asset /application.js - 304 Not Modified (0ms)
7689
+
7690
+
7691
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7692
+ Processing by SimpleContact::ContactController#create as HTML
7693
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7694
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.9ms)
7695
+ Completed 200 OK in 6.1ms (Views: 5.1ms | ActiveRecord: 0.0ms)
7696
+
7697
+
7698
+
7699
+
7700
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7701
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7702
+ Served asset /home.css - 304 Not Modified (0ms)
7703
+ Served asset /application.css - 304 Not Modified (0ms)
7704
+
7705
+
7706
+
7707
+
7708
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7709
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7710
+ Served asset /jquery.js - 304 Not Modified (0ms)
7711
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7712
+
7713
+
7714
+
7715
+
7716
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7717
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:00:45 -0700
7718
+ Served asset /home.js - 304 Not Modified (0ms)
7719
+ Served asset /application.js - 304 Not Modified (0ms)
7720
+
7721
+
7722
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7723
+ Processing by SimpleContact::ContactController#create as HTML
7724
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7725
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (3.0ms)
7726
+ Completed 200 OK in 13.1ms (Views: 6.6ms | ActiveRecord: 0.0ms)
7727
+
7728
+
7729
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7730
+ Served asset /application.css - 304 Not Modified (0ms)
7731
+
7732
+
7733
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7734
+
7735
+
7736
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7737
+ Served asset /home.css - 304 Not Modified (0ms)
7738
+ Served asset /jquery.js - 304 Not Modified (0ms)
7739
+
7740
+
7741
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7742
+
7743
+
7744
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7745
+ Served asset /home.js - 304 Not Modified (0ms)
7746
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7747
+
7748
+
7749
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:14 -0700
7750
+ Served asset /application.js - 304 Not Modified (0ms)
7751
+
7752
+
7753
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7754
+ Processing by SimpleContact::ContactController#create as HTML
7755
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7756
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.9ms)
7757
+ Completed 200 OK in 6.1ms (Views: 5.1ms | ActiveRecord: 0.0ms)
7758
+
7759
+
7760
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7761
+ Served asset /application.css - 304 Not Modified (0ms)
7762
+
7763
+
7764
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7765
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7766
+
7767
+
7768
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7769
+ Served asset /home.js - 304 Not Modified (0ms)
7770
+
7771
+
7772
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7773
+ Served asset /home.css - 304 Not Modified (0ms)
7774
+
7775
+
7776
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7777
+ Served asset /jquery.js - 304 Not Modified (0ms)
7778
+
7779
+
7780
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:17 -0700
7781
+ Served asset /application.js - 304 Not Modified (0ms)
7782
+
7783
+
7784
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7785
+ Processing by SimpleContact::ContactController#create as HTML
7786
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asdf", "body"=>""}, "commit"=>"submit"}
7787
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.1ms)
7788
+ Completed 200 OK in 6.2ms (Views: 5.5ms | ActiveRecord: 0.0ms)
7789
+
7790
+
7791
+
7792
+
7793
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7794
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7795
+ Served asset /home.css - 304 Not Modified (0ms)
7796
+ Served asset /application.css - 304 Not Modified (0ms)
7797
+
7798
+
7799
+
7800
+
7801
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7802
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7803
+ Served asset /jquery.js - 304 Not Modified (0ms)
7804
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7805
+
7806
+
7807
+
7808
+
7809
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7810
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:01:21 -0700
7811
+ Served asset /home.js - 304 Not Modified (0ms)
7812
+ Served asset /application.js - 304 Not Modified (0ms)
7813
+
7814
+
7815
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:03:18 -0700
7816
+ Processing by SimpleContact::ContactController#new as HTML
7817
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"sadf@asdf.com", "name"=>"asfd", "subject"=>"asdf", "body"=>""}, "commit"=>"submit"}
7818
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (6.4ms)
7819
+ Completed 200 OK in 11.9ms (Views: 10.3ms | ActiveRecord: 0.0ms)
7820
+
7821
+
7822
+
7823
+
7824
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:03:19 -0700
7825
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:03:19 -0700
7826
+ Served asset /application.css - 304 Not Modified (0ms)
7827
+
7828
+
7829
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:19 -0700
7830
+ Served asset /jquery.js - 304 Not Modified (0ms)
7831
+
7832
+ Served asset /home.css - 304 Not Modified (0ms)
7833
+
7834
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:19 -0700
7835
+ Served asset /home.js - 304 Not Modified (0ms)
7836
+
7837
+
7838
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:19 -0700
7839
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7840
+
7841
+
7842
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:19 -0700
7843
+ Served asset /application.js - 304 Not Modified (0ms)
7844
+
7845
+
7846
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7847
+ Processing by SimpleContact::ContactController#new as HTML
7848
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"Lily Eggett", "subject"=>"Want to know more", "body"=>"asf"}, "commit"=>"submit"}
7849
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.5ms)
7850
+ Completed 200 OK in 5.0ms (Views: 4.8ms | ActiveRecord: 0.0ms)
7851
+
7852
+
7853
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7854
+ Served asset /application.css - 304 Not Modified (0ms)
7855
+
7856
+
7857
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7858
+ Served asset /jquery.js - 304 Not Modified (0ms)
7859
+
7860
+
7861
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7862
+ Served asset /home.css - 304 Not Modified (0ms)
7863
+
7864
+
7865
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7866
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7867
+
7868
+
7869
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7870
+ Served asset /home.js - 304 Not Modified (0ms)
7871
+
7872
+
7873
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:03:24 -0700
7874
+ Served asset /application.js - 304 Not Modified (0ms)
7875
+
7876
+
7877
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7878
+ Processing by SimpleContact::ContactController#new as HTML
7879
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"Lily Eggett", "subject"=>"Want to know more", "body"=>"asf"}, "commit"=>"submit"}
7880
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (5.9ms)
7881
+ Completed 200 OK in 11.1ms (Views: 9.4ms | ActiveRecord: 0.0ms)
7882
+
7883
+
7884
+
7885
+
7886
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7887
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7888
+ Served asset /home.css - 304 Not Modified (0ms)
7889
+ Served asset /application.css - 304 Not Modified (0ms)
7890
+
7891
+
7892
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7893
+ Served asset /jquery.js - 304 Not Modified (0ms)
7894
+
7895
+
7896
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7897
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7898
+
7899
+
7900
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7901
+ Served asset /home.js - 304 Not Modified (0ms)
7902
+
7903
+
7904
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:04 -0700
7905
+ Served asset /application.js - 304 Not Modified (0ms)
7906
+
7907
+
7908
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7909
+ Processing by SimpleContact::ContactController#new as HTML
7910
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7911
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.5ms)
7912
+ Completed 200 OK in 4.8ms (Views: 4.7ms | ActiveRecord: 0.0ms)
7913
+
7914
+
7915
+
7916
+
7917
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7918
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7919
+ Served asset /home.css - 304 Not Modified (0ms)
7920
+
7921
+
7922
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7923
+ Served asset /jquery.js - 304 Not Modified (0ms)
7924
+
7925
+
7926
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7927
+ Served asset /home.js - 304 Not Modified (0ms)
7928
+ Served asset /application.css - 304 Not Modified (16ms)
7929
+
7930
+
7931
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7932
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7933
+
7934
+
7935
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:04:07 -0700
7936
+ Served asset /application.js - 304 Not Modified (0ms)
7937
+
7938
+
7939
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7940
+ Processing by SimpleContact::ContactController#create as HTML
7941
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7942
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.1ms)
7943
+ Completed 200 OK in 12.6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
7944
+
7945
+
7946
+
7947
+
7948
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7949
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7950
+ Served asset /application.css - 304 Not Modified (0ms)
7951
+
7952
+
7953
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7954
+ Served asset /jquery.js - 304 Not Modified (0ms)
7955
+ Served asset /home.css - 304 Not Modified (0ms)
7956
+
7957
+
7958
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7959
+ Served asset /home.js - 304 Not Modified (0ms)
7960
+
7961
+
7962
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7963
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7964
+
7965
+
7966
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:16 -0700
7967
+ Served asset /application.js - 304 Not Modified (0ms)
7968
+
7969
+
7970
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7971
+ Processing by SimpleContact::ContactController#create as HTML
7972
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"sadf", "subject"=>"", "body"=>""}, "commit"=>"submit"}
7973
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.8ms)
7974
+ Completed 200 OK in 6.1ms (Views: 5.0ms | ActiveRecord: 0.0ms)
7975
+
7976
+
7977
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7978
+
7979
+
7980
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7981
+ Served asset /application.css - 304 Not Modified (0ms)
7982
+ Served asset /home.css - 304 Not Modified (0ms)
7983
+
7984
+
7985
+
7986
+
7987
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7988
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7989
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
7990
+ Served asset /jquery.js - 304 Not Modified (0ms)
7991
+
7992
+
7993
+
7994
+
7995
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7996
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:25 -0700
7997
+ Served asset /application.js - 304 Not Modified (0ms)
7998
+ Served asset /home.js - 304 Not Modified (0ms)
7999
+
8000
+
8001
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8002
+ Processing by SimpleContact::ContactController#create as HTML
8003
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"sadf", "subject"=>"", "body"=>""}, "commit"=>"submit"}
8004
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.8ms)
8005
+ Completed 200 OK in 13.1ms (Views: 6.4ms | ActiveRecord: 0.0ms)
8006
+
8007
+
8008
+
8009
+
8010
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8011
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8012
+ Served asset /jquery.js - 304 Not Modified (0ms)
8013
+ Served asset /application.css - 304 Not Modified (0ms)
8014
+
8015
+
8016
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8017
+ Served asset /home.css - 304 Not Modified (0ms)
8018
+
8019
+
8020
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8021
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8022
+
8023
+
8024
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8025
+ Served asset /home.js - 304 Not Modified (0ms)
8026
+
8027
+
8028
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:33 -0700
8029
+ Served asset /application.js - 304 Not Modified (0ms)
8030
+
8031
+
8032
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8033
+ Processing by SimpleContact::ContactController#create as HTML
8034
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"sadf", "subject"=>"", "body"=>""}, "commit"=>"submit"}
8035
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.9ms)
8036
+ Completed 200 OK in 8.5ms (Views: 5.4ms | ActiveRecord: 0.0ms)
8037
+
8038
+
8039
+
8040
+
8041
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8042
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8043
+ Served asset /home.css - 304 Not Modified (0ms)
8044
+
8045
+
8046
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8047
+ Served asset /application.css - 304 Not Modified (0ms)
8048
+
8049
+
8050
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8051
+ Served asset /jquery.js - 304 Not Modified (0ms)
8052
+ Served asset /home.js - 304 Not Modified (0ms)
8053
+
8054
+
8055
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8056
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8057
+
8058
+
8059
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:45 -0700
8060
+ Served asset /application.js - 304 Not Modified (0ms)
8061
+
8062
+
8063
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8064
+ Processing by SimpleContact::ContactController#create as HTML
8065
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"sadf", "subject"=>"asfd", "body"=>""}, "commit"=>"submit"}
8066
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.8ms)
8067
+ Completed 200 OK in 6.1ms (Views: 5.4ms | ActiveRecord: 0.0ms)
8068
+
8069
+
8070
+
8071
+
8072
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8073
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8074
+ Served asset /home.css - 304 Not Modified (0ms)
8075
+ Served asset /application.css - 304 Not Modified (0ms)
8076
+
8077
+
8078
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8079
+
8080
+
8081
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8082
+ Served asset /jquery.js - 304 Not Modified (0ms)
8083
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8084
+
8085
+
8086
+
8087
+
8088
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8089
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:48 -0700
8090
+ Served asset /home.js - 304 Not Modified (0ms)
8091
+ Served asset /application.js - 304 Not Modified (0ms)
8092
+
8093
+
8094
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8095
+ Processing by SimpleContact::ContactController#create as HTML
8096
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"ben@gmail.com", "name"=>"sadf", "subject"=>"asfd", "body"=>"saf"}, "commit"=>"submit"}
8097
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact_mailer/contact_message.html.erb (0.5ms)
8098
+
8099
+ Sent mail to (2.4ms)
8100
+ Date: Sun, 24 Nov 2013 01:05:52 -0700
8101
+ From: ben@gmail.com
8102
+ Message-ID: <5291b360cc9c2_54cf3fc7ce05e6d451198@Bens-MacBook-Pro.local.mail>
8103
+ Subject: asfd
8104
+ Mime-Version: 1.0
8105
+ Content-Type: text/html;
8106
+ charset=UTF-8
8107
+ Content-Transfer-Encoding: 7bit
8108
+
8109
+ <h3> You've received a new message from: <a href="mailto:ben@gmail.com">sadf</a> </h3>
8110
+ <hr />
8111
+ <h3> asfd </h3>
8112
+
8113
+ <p>saf</p>
8114
+
8115
+ <hr />
8116
+
8117
+ <p> Please respond to them within the next 24 hours </p>
8118
+ Redirected to http://dummy.dev/
8119
+ Completed 302 Found in 13.7ms (ActiveRecord: 0.0ms)
8120
+
8121
+
8122
+ Started GET "/" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8123
+ Processing by HomeController#index as HTML
8124
+ Rendered home/index.html.erb within layouts/application (0.0ms)
8125
+ Completed 200 OK in 3.3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
8126
+
8127
+
8128
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8129
+
8130
+
8131
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8132
+ Served asset /application.css - 304 Not Modified (0ms)
8133
+ Served asset /home.css - 304 Not Modified (0ms)
8134
+
8135
+
8136
+
8137
+
8138
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8139
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8140
+ Served asset /jquery.js - 304 Not Modified (0ms)
8141
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8142
+
8143
+
8144
+
8145
+
8146
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8147
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:52 -0700
8148
+ Served asset /home.js - 304 Not Modified (0ms)
8149
+ Served asset /application.js - 304 Not Modified (0ms)
8150
+
8151
+
8152
+ Started GET "/simple_contact" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8153
+ Processing by SimpleContact::ContactController#new as HTML
8154
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (1.7ms)
8155
+ Completed 200 OK in 5.6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
8156
+
8157
+
8158
+
8159
+
8160
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8161
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8162
+ Served asset /home.css - 304 Not Modified (0ms)
8163
+ Served asset /application.css - 304 Not Modified (0ms)
8164
+
8165
+
8166
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8167
+
8168
+
8169
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8170
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8171
+ Served asset /jquery.js - 304 Not Modified (0ms)
8172
+
8173
+
8174
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8175
+
8176
+
8177
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:05:56 -0700
8178
+ Served asset /application.js - 304 Not Modified (0ms)
8179
+ Served asset /home.js - 304 Not Modified (0ms)
8180
+
8181
+
8182
+ Started GET "/" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8183
+ Processing by HomeController#index as HTML
8184
+ Rendered home/index.html.erb within layouts/application (0.0ms)
8185
+ Completed 200 OK in 3.5ms (Views: 3.2ms | ActiveRecord: 0.0ms)
8186
+
8187
+
8188
+
8189
+
8190
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8191
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8192
+ Served asset /home.css - 304 Not Modified (0ms)
8193
+ Served asset /application.css - 304 Not Modified (0ms)
8194
+
8195
+
8196
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8197
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8198
+
8199
+
8200
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8201
+ Served asset /jquery.js - 304 Not Modified (0ms)
8202
+
8203
+
8204
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8205
+ Served asset /home.js - 304 Not Modified (0ms)
8206
+
8207
+
8208
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:10 -0700
8209
+ Served asset /application.js - 304 Not Modified (0ms)
8210
+
8211
+
8212
+ Started GET "/" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8213
+ Processing by HomeController#index as HTML
8214
+ Rendered home/index.html.erb within layouts/application (0.0ms)
8215
+ Completed 200 OK in 2.9ms (Views: 2.8ms | ActiveRecord: 0.0ms)
8216
+
8217
+
8218
+
8219
+
8220
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8221
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8222
+ Served asset /application.css - 304 Not Modified (0ms)
8223
+ Served asset /home.css - 304 Not Modified (0ms)
8224
+
8225
+
8226
+
8227
+
8228
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8229
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8230
+ Served asset /jquery.js - 304 Not Modified (0ms)
8231
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8232
+
8233
+
8234
+
8235
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8236
+
8237
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:21 -0700
8238
+ Served asset /home.js - 304 Not Modified (0ms)
8239
+ Served asset /application.js - 304 Not Modified (0ms)
8240
+
8241
+
8242
+ Started GET "/simple_contact" for 127.0.0.1 at 2013-11-24 01:15:24 -0700
8243
+ Processing by SimpleContact::ContactController#new as HTML
8244
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (5.9ms)
8245
+ Completed 200 OK in 11.1ms (Views: 9.5ms | ActiveRecord: 0.0ms)
8246
+
8247
+
8248
+
8249
+
8250
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:25 -0700
8251
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:25 -0700
8252
+ Served asset /home.css - 304 Not Modified (0ms)
8253
+ Served asset /application.css - 304 Not Modified (0ms)
8254
+
8255
+
8256
+
8257
+
8258
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:25 -0700
8259
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:25 -0700
8260
+ Served asset /jquery.js - 304 Not Modified (0ms)
8261
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8262
+
8263
+
8264
+
8265
+
8266
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:25 -0700
8267
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:25 -0700
8268
+ Served asset /home.js - 304 Not Modified (0ms)
8269
+ Served asset /application.js - 304 Not Modified (0ms)
8270
+
8271
+
8272
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8273
+ Processing by SimpleContact::ContactController#create as HTML
8274
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"", "name"=>"", "subject"=>"", "body"=>""}, "commit"=>""}
8275
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact/new.html.erb within layouts/application (2.6ms)
8276
+ Completed 200 OK in 8.5ms (Views: 6.1ms | ActiveRecord: 0.0ms)
8277
+
8278
+
8279
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8280
+
8281
+
8282
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8283
+ Served asset /application.css - 304 Not Modified (0ms)
8284
+ Served asset /home.css - 304 Not Modified (0ms)
8285
+
8286
+
8287
+
8288
+
8289
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8290
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8291
+
8292
+
8293
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8294
+ Served asset /application.js - 304 Not Modified (0ms)
8295
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8296
+ Served asset /jquery.js - 304 Not Modified (0ms)
8297
+
8298
+
8299
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:26 -0700
8300
+ Served asset /home.js - 304 Not Modified (0ms)
8301
+
8302
+
8303
+ Started POST "/simple_contact/" for 127.0.0.1 at 2013-11-24 01:15:35 -0700
8304
+ Processing by SimpleContact::ContactController#create as HTML
8305
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"EHG5RUeWS0dYEv+UmwsfZ+oLK7T2goBtjCqeOZlRTfc=", "message"=>{"email"=>"asdf@asdf.com", "name"=>"Lily Eggett", "subject"=>"I want to know more...", "body"=>"sadf fsd "}, "commit"=>""}
8306
+ Rendered /Users/ben/Sites/railsprojects/simple_contact/app/views/simple_contact/contact_mailer/contact_message.html.erb (0.5ms)
8307
+
8308
+ Sent mail to (2.5ms)
8309
+ Date: Sun, 24 Nov 2013 01:15:35 -0700
8310
+ From: asdf@asdf.com
8311
+ Message-ID: <5291b5a7ecafb_54cf3fc7ce05e6d4512f9@Bens-MacBook-Pro.local.mail>
8312
+ Subject: I want to know more...
8313
+ Mime-Version: 1.0
8314
+ Content-Type: text/html;
8315
+ charset=UTF-8
8316
+ Content-Transfer-Encoding: 7bit
8317
+
8318
+ <h3> You've received a new message from: <a href="mailto:asdf@asdf.com">Lily Eggett</a> </h3>
8319
+ <hr />
8320
+ <h3> I want to know more... </h3>
8321
+
8322
+ <p>sadf fsd </p>
8323
+
8324
+ <hr />
8325
+
8326
+ <p> Please respond to Lily Eggett as soon as possible. </p>
8327
+ Redirected to http://dummy.dev/
8328
+ Completed 302 Found in 13.0ms (ActiveRecord: 0.0ms)
8329
+
8330
+
8331
+ Started GET "/" for 127.0.0.1 at 2013-11-24 01:15:35 -0700
8332
+ Processing by HomeController#index as HTML
8333
+ Rendered home/index.html.erb within layouts/application (0.0ms)
8334
+ Completed 200 OK in 3.0ms (Views: 2.8ms | ActiveRecord: 0.0ms)
8335
+
8336
+
8337
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:36 -0700
8338
+
8339
+
8340
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2013-11-24 01:15:36 -0700
8341
+ Served asset /application.css - 304 Not Modified (0ms)
8342
+ Served asset /home.css - 304 Not Modified (0ms)
8343
+
8344
+
8345
+
8346
+
8347
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:36 -0700
8348
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:36 -0700
8349
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8350
+ Served asset /jquery.js - 304 Not Modified (0ms)
8351
+
8352
+
8353
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:36 -0700
8354
+
8355
+
8356
+ Served asset /home.js - 304 Not Modified (0ms)
8357
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-11-24 01:15:36 -0700
8358
+ Served asset /application.js - 304 Not Modified (0ms)