astrochimp 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/config/routes.rb +1 -1
- data/lib/astrochimp/version.rb +1 -1
- data/test/dummy/log/development.log +206 -0
- metadata +7 -7
data/config/routes.rb
CHANGED
data/lib/astrochimp/version.rb
CHANGED
|
@@ -7987,3 +7987,209 @@ Served asset /astrochimp/bg-noise.png - 200 OK (26ms)
|
|
|
7987
7987
|
|
|
7988
7988
|
Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 10:09:11 -0600
|
|
7989
7989
|
Served asset /astrochimp/iphone4-frame-black.png - 200 OK (2ms)
|
|
7990
|
+
|
|
7991
|
+
|
|
7992
|
+
Started GET "/" for 127.0.0.1 at 2013-01-03 14:04:09 -0600
|
|
7993
|
+
Connecting to database specified by database.yml
|
|
7994
|
+
Processing by Astrochimp::SignupsController#index as HTML
|
|
7995
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (4.1ms)
|
|
7996
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (10.3ms)
|
|
7997
|
+
Completed 200 OK in 252ms (Views: 71.1ms | ActiveRecord: 152.2ms)
|
|
7998
|
+
|
|
7999
|
+
|
|
8000
|
+
Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8001
|
+
Served asset /astrochimp/application.css - 304 Not Modified (5ms)
|
|
8002
|
+
|
|
8003
|
+
|
|
8004
|
+
Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8005
|
+
Served asset /astrochimp/signups.css - 304 Not Modified (3ms)
|
|
8006
|
+
|
|
8007
|
+
|
|
8008
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8009
|
+
Served asset /jquery.js - 304 Not Modified (11ms)
|
|
8010
|
+
|
|
8011
|
+
|
|
8012
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8013
|
+
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
|
8014
|
+
|
|
8015
|
+
|
|
8016
|
+
Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8017
|
+
Served asset /astrochimp/signups.js - 304 Not Modified (7ms)
|
|
8018
|
+
|
|
8019
|
+
|
|
8020
|
+
Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8021
|
+
Served asset /astrochimp/application.js - 304 Not Modified (74ms)
|
|
8022
|
+
|
|
8023
|
+
|
|
8024
|
+
Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8025
|
+
Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (115ms)
|
|
8026
|
+
|
|
8027
|
+
|
|
8028
|
+
Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8029
|
+
Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (35ms)
|
|
8030
|
+
|
|
8031
|
+
|
|
8032
|
+
Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 14:04:11 -0600
|
|
8033
|
+
Served asset /astrochimp/bg-noise.png - 304 Not Modified (55ms)
|
|
8034
|
+
|
|
8035
|
+
|
|
8036
|
+
Started POST "/signups" for 127.0.0.1 at 2013-01-03 14:04:30 -0600
|
|
8037
|
+
Processing by Astrochimp::SignupsController#create as HTML
|
|
8038
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+031404@camenisch.net"}, "commit"=>"Notify Me »"}
|
|
8039
|
+
[1m[36m (0.4ms)[0m [1mBEGIN[0m
|
|
8040
|
+
[1m[35mAstrochimp::Signup Exists (62.1ms)[0m SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+031404@camenisch.net' LIMIT 1
|
|
8041
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
8042
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (1.3ms)
|
|
8043
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (2.2ms)
|
|
8044
|
+
Completed 200 OK in 221ms (Views: 7.5ms | ActiveRecord: 62.7ms)
|
|
8045
|
+
|
|
8046
|
+
|
|
8047
|
+
Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8048
|
+
Served asset /astrochimp/application.js - 304 Not Modified (0ms)
|
|
8049
|
+
|
|
8050
|
+
|
|
8051
|
+
Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8052
|
+
Served asset /astrochimp/signups.js - 304 Not Modified (0ms)
|
|
8053
|
+
|
|
8054
|
+
|
|
8055
|
+
Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8056
|
+
Served asset /astrochimp/Astrochimp-phone-splash.png - 304 Not Modified (0ms)
|
|
8057
|
+
|
|
8058
|
+
|
|
8059
|
+
Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8060
|
+
Served asset /astrochimp/signups.css - 304 Not Modified (0ms)
|
|
8061
|
+
|
|
8062
|
+
|
|
8063
|
+
Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8064
|
+
Served asset /astrochimp/application.css - 304 Not Modified (0ms)
|
|
8065
|
+
|
|
8066
|
+
|
|
8067
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8068
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
8069
|
+
|
|
8070
|
+
|
|
8071
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 14:04:31 -0600
|
|
8072
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
8073
|
+
|
|
8074
|
+
|
|
8075
|
+
Started GET "/signups" for 127.0.0.1 at 2013-01-03 14:06:11 -0600
|
|
8076
|
+
Connecting to database specified by database.yml
|
|
8077
|
+
|
|
8078
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
|
8079
|
+
activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:404:in `retrieve_connection'
|
|
8080
|
+
activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_specification.rb:170:in `retrieve_connection'
|
|
8081
|
+
activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_specification.rb:144:in `connection'
|
|
8082
|
+
activerecord (3.2.8) lib/active_record/query_cache.rb:67:in `rescue in call'
|
|
8083
|
+
activerecord (3.2.8) lib/active_record/query_cache.rb:61:in `call'
|
|
8084
|
+
activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
|
|
8085
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
|
8086
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__1063098312901235439__call__2040499706110139088__callbacks'
|
|
8087
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
|
|
8088
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
|
8089
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
|
8090
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
8091
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
|
8092
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
|
8093
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
|
8094
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
8095
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
|
8096
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
|
8097
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
8098
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
8099
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
8100
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
8101
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
8102
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
8103
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
|
8104
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
|
8105
|
+
railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
|
8106
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
|
|
8107
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
|
|
8108
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
|
|
8109
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
|
|
8110
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
|
|
8111
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
|
|
8112
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
|
|
8113
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
|
|
8114
|
+
/Users/jcamenisch/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
|
8115
|
+
|
|
8116
|
+
|
|
8117
|
+
Rendered /Users/jcamenisch/projects/astrochimp/.bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
|
8118
|
+
Rendered /Users/jcamenisch/projects/astrochimp/.bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.4ms)
|
|
8119
|
+
Rendered /Users/jcamenisch/projects/astrochimp/.bundle/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms)
|
|
8120
|
+
|
|
8121
|
+
|
|
8122
|
+
Started POST "/signups" for 127.0.0.1 at 2013-01-03 14:07:27 -0600
|
|
8123
|
+
Connecting to database specified by database.yml
|
|
8124
|
+
Processing by Astrochimp::SignupsController#create as HTML
|
|
8125
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+031404@camenisch.net"}, "commit"=>"Notify Me »"}
|
|
8126
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
8127
|
+
[1m[35mAstrochimp::Signup Exists (1.1ms)[0m SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+031404@camenisch.net' LIMIT 1
|
|
8128
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
8129
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (7.2ms)
|
|
8130
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (16.4ms)
|
|
8131
|
+
Completed 200 OK in 173ms (Views: 79.4ms | ActiveRecord: 11.7ms)
|
|
8132
|
+
|
|
8133
|
+
|
|
8134
|
+
Started GET "/assets/astrochimp/application.css?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8135
|
+
Served asset /astrochimp/application.css - 200 OK (3ms)
|
|
8136
|
+
|
|
8137
|
+
|
|
8138
|
+
Started GET "/assets/astrochimp/signups.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8139
|
+
Served asset /astrochimp/signups.js - 200 OK (1ms)
|
|
8140
|
+
|
|
8141
|
+
|
|
8142
|
+
Started GET "/assets/astrochimp/signups.css?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8143
|
+
Served asset /astrochimp/signups.css - 200 OK (2ms)
|
|
8144
|
+
|
|
8145
|
+
|
|
8146
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8147
|
+
Served asset /jquery_ujs.js - 200 OK (2ms)
|
|
8148
|
+
|
|
8149
|
+
|
|
8150
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8151
|
+
Served asset /jquery.js - 200 OK (4ms)
|
|
8152
|
+
|
|
8153
|
+
|
|
8154
|
+
Started GET "/assets/astrochimp/application.js?body=1" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8155
|
+
Served asset /astrochimp/application.js - 200 OK (10ms)
|
|
8156
|
+
|
|
8157
|
+
|
|
8158
|
+
Started GET "/assets/astrochimp/Astrochimp-phone-splash.png" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8159
|
+
Served asset /astrochimp/Astrochimp-phone-splash.png - 200 OK (2ms)
|
|
8160
|
+
|
|
8161
|
+
|
|
8162
|
+
Started GET "/assets/astrochimp/iphone4-frame-black.png" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8163
|
+
Served asset /astrochimp/iphone4-frame-black.png - 304 Not Modified (2ms)
|
|
8164
|
+
|
|
8165
|
+
|
|
8166
|
+
Started GET "/assets/astrochimp/bg-noise.png" for 127.0.0.1 at 2013-01-03 14:07:29 -0600
|
|
8167
|
+
Served asset /astrochimp/bg-noise.png - 304 Not Modified (1ms)
|
|
8168
|
+
|
|
8169
|
+
|
|
8170
|
+
Started POST "/signups" for 127.0.0.1 at 2013-01-03 14:11:56 -0600
|
|
8171
|
+
Connecting to database specified by database.yml
|
|
8172
|
+
Processing by Astrochimp::SignupsController#create as HTML
|
|
8173
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"d2qrRFYIEn/dJVhoWcdJfoAk9IkHR/hTop5E1X+tapA=", "signup"=>{"email"=>"jonathan+031404@camenisch.net"}, "commit"=>"Notify Me »"}
|
|
8174
|
+
[1m[36m (0.3ms)[0m [1mBEGIN[0m
|
|
8175
|
+
[1m[35mAstrochimp::Signup Exists (1.3ms)[0m SELECT 1 AS one FROM "astrochimp_signups" WHERE "astrochimp_signups"."email" = 'jonathan+031404@camenisch.net' LIMIT 1
|
|
8176
|
+
[1m[36mSQL (76.1ms)[0m [1mINSERT INTO "astrochimp_signups" ("created_at", "email", "referrer_id", "signups_count", "status", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", Thu, 03 Jan 2013 20:11:58 UTC +00:00], ["email", "jonathan+031404@camenisch.net"], ["referrer_id", nil], ["signups_count", 0], ["status", 0], ["updated_at", Thu, 03 Jan 2013 20:11:58 UTC +00:00]]
|
|
8177
|
+
[1m[35m (1.2ms)[0m COMMIT
|
|
8178
|
+
Redirected to http://astrochimp.dev:3000/signups/baoo
|
|
8179
|
+
Completed 302 Found in 1016ms (ActiveRecord: 89.8ms)
|
|
8180
|
+
|
|
8181
|
+
|
|
8182
|
+
Started GET "/signups/baoo" for 127.0.0.1 at 2013-01-03 14:11:58 -0600
|
|
8183
|
+
Processing by Astrochimp::SignupsController#show as HTML
|
|
8184
|
+
Parameters: {"id"=>"baoo"}
|
|
8185
|
+
[1m[36mAstrochimp::Signup Load (1.2ms)[0m [1mSELECT "astrochimp_signups".* FROM "astrochimp_signups" WHERE "astrochimp_signups"."id" = $1 LIMIT 1[0m [["id", 42]]
|
|
8186
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/show.html.erb (3.3ms)
|
|
8187
|
+
Completed 200 OK in 72ms (Views: 69.6ms | ActiveRecord: 1.2ms)
|
|
8188
|
+
|
|
8189
|
+
|
|
8190
|
+
Started GET "/r/baoo" for 127.0.0.1 at 2013-01-03 14:12:06 -0600
|
|
8191
|
+
Processing by Astrochimp::SignupsController#index as HTML
|
|
8192
|
+
Parameters: {"referrer_code"=>"baoo"}
|
|
8193
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/_form.html.erb (2.0ms)
|
|
8194
|
+
Rendered /Users/jcamenisch/projects/astrochimp/app/views/astrochimp/signups/index.html.erb (5.8ms)
|
|
8195
|
+
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: astrochimp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -15,7 +15,7 @@ date: 2013-01-03 00:00:00.000000000 Z
|
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rails
|
|
18
|
-
requirement: &
|
|
18
|
+
requirement: &2151805980 !ruby/object:Gem::Requirement
|
|
19
19
|
none: false
|
|
20
20
|
requirements:
|
|
21
21
|
- - ~>
|
|
@@ -23,10 +23,10 @@ dependencies:
|
|
|
23
23
|
version: 3.2.8
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
|
-
version_requirements: *
|
|
26
|
+
version_requirements: *2151805980
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: hominid
|
|
29
|
-
requirement: &
|
|
29
|
+
requirement: &2151805020 !ruby/object:Gem::Requirement
|
|
30
30
|
none: false
|
|
31
31
|
requirements:
|
|
32
32
|
- - ~>
|
|
@@ -34,10 +34,10 @@ dependencies:
|
|
|
34
34
|
version: 3.0.5
|
|
35
35
|
type: :runtime
|
|
36
36
|
prerelease: false
|
|
37
|
-
version_requirements: *
|
|
37
|
+
version_requirements: *2151805020
|
|
38
38
|
- !ruby/object:Gem::Dependency
|
|
39
39
|
name: jquery-rails
|
|
40
|
-
requirement: &
|
|
40
|
+
requirement: &2151803800 !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
42
42
|
requirements:
|
|
43
43
|
- - ! '>='
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
version: '0'
|
|
46
46
|
type: :runtime
|
|
47
47
|
prerelease: false
|
|
48
|
-
version_requirements: *
|
|
48
|
+
version_requirements: *2151803800
|
|
49
49
|
description: ! "Astrochimp is a mountable rails engine that you can install as a gem
|
|
50
50
|
to create a splash page that collects email\n addresses and integrates
|
|
51
51
|
with MailChimp to make sending launch notifications and teaser emails easy."
|