astrochimp 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/app/controllers/astrochimp/signups_controller.rb +1 -0
- data/app/views/astrochimp/signups/show.html.erb +4 -2
- data/lib/astrochimp/version.rb +1 -1
- data/test/dummy/custom_plan.rb +11 -0
- data/test/dummy/log/development.log +10412 -0
- data/test/dummy/log/test.log +2 -0
- data/test/dummy/tmp/cache/assets/BF6/3E0/sprockets%2F0e22157423187180dd12a0884e697896 +0 -0
- data/test/dummy/tmp/cache/assets/C13/F40/sprockets%2F2b820513e8044233094c562a32486b6f +0 -0
- data/test/dummy/tmp/cache/assets/C74/7D0/sprockets%2F23b518409925cc177e9c10ba12a41793 +0 -0
- data/test/dummy/tmp/cache/assets/C76/DA0/sprockets%2F67c82a09313ae24199e1e13c2620509f +0 -0
- data/test/dummy/tmp/cache/assets/CA9/D00/sprockets%2Fd7058f81cff323f16232335023e3b4f7 +0 -0
- data/test/dummy/tmp/cache/assets/CAB/9E0/sprockets%2Fa0a62d5409856780f2c05770c5652ebc +0 -0
- data/test/dummy/tmp/cache/assets/CDC/150/sprockets%2F54b0d0a47f8298b5eaf3617a2462b276 +0 -0
- data/test/dummy/tmp/cache/assets/CDC/C90/sprockets%2F2d261384df7f0e1840fb2b825f5503f5 +0 -0
- data/test/dummy/tmp/cache/assets/CFC/110/sprockets%2F874c99a5c3f7980cb838049df992a3c4 +0 -0
- data/test/dummy/tmp/cache/assets/D08/BB0/sprockets%2F03029d0eae9d60d07750f52cacf57744 +0 -0
- data/test/dummy/tmp/cache/assets/D0F/330/sprockets%2Ffb3a577775bb1684b81bae0733c84e15 +0 -0
- data/test/dummy/tmp/cache/assets/D17/910/sprockets%2Fad73016095762ecae496a2889d5dd44b +0 -0
- data/test/dummy/tmp/cache/assets/D2B/B50/sprockets%2F34da53fc1148e615ab721a5dc651bf32 +0 -0
- data/test/dummy/tmp/cache/assets/D47/A90/sprockets%2Fba2d4f822a97a5e9785ae50b13d9762f +0 -0
- data/test/dummy/tmp/cache/assets/D59/AA0/sprockets%2F68fbced6c70c9279f837b39eb1954b83 +0 -0
- data/test/dummy/tmp/cache/assets/D62/DE0/sprockets%2F5983a7db4b5a7e0b476a41760a4a0daf +0 -0
- data/test/dummy/tmp/cache/assets/DD5/D80/sprockets%2Fe0e2eae180a206cf97bddf9f39a7a649 +0 -0
- data/test/dummy/tmp/cache/assets/DE0/B60/sprockets%2F789ef22ee99ef492d4ca4ec1d6019eda +0 -0
- data/test/dummy/tmp/cache/assets/DF8/790/sprockets%2Fbbdc2b01b8efe4faf5ad997283a030f7 +0 -0
- data/test/dummy/tmp/cache/assets/E80/5D0/sprockets%2F8b1fbfabd7e4e13a20eb1e6d5b6ebc5e +0 -0
- data/test/dummy/tmp/letter_opener/1357250023_eea7d49/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357250191_859c482/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357250233_033a00f/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357250285_5e65426/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357250614_5df27af/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357250650_cee9a81/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357250994_935d1b5/plain.html +87 -0
- data/test/dummy/tmp/letter_opener/1357251027_ac6fdc6/plain.html +87 -0
- data/test/dummy/tmp/restart.txt +0 -0
- data/test/dummy/zeus.json +23 -0
- metadata +69 -3
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,87 @@
|
|
1
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2
|
+
|
3
|
+
<style type="text/css">
|
4
|
+
#message_headers {
|
5
|
+
width: 100%;
|
6
|
+
padding: 10px 0 0 0;
|
7
|
+
margin: 0;
|
8
|
+
background: #fff;
|
9
|
+
font-size: 12px;
|
10
|
+
font-family: "Lucida Grande";
|
11
|
+
border-bottom: 1px solid #dedede;
|
12
|
+
overflow: auto;
|
13
|
+
}
|
14
|
+
|
15
|
+
#message_headers dl {
|
16
|
+
float: left;
|
17
|
+
margin: 0 0 10px 0;
|
18
|
+
padding: 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
#message_headers dt {
|
22
|
+
width: 92px;
|
23
|
+
padding: 1px;
|
24
|
+
margin: 0;
|
25
|
+
float: left;
|
26
|
+
text-align: right;
|
27
|
+
font-weight: bold;
|
28
|
+
color: #7f7f7f;
|
29
|
+
}
|
30
|
+
|
31
|
+
#message_headers dd {
|
32
|
+
margin: 0 0 0 102px;
|
33
|
+
padding: 1px;
|
34
|
+
}
|
35
|
+
|
36
|
+
#message_headers p.alternate {
|
37
|
+
float: right;
|
38
|
+
margin: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
#message_headers p.alternate a {
|
42
|
+
color: #09c;
|
43
|
+
}
|
44
|
+
|
45
|
+
pre#message_body {
|
46
|
+
padding: 10px;
|
47
|
+
word-wrap: break-word;
|
48
|
+
}
|
49
|
+
</style>
|
50
|
+
|
51
|
+
<div id="message_headers">
|
52
|
+
<dl>
|
53
|
+
<dt>From:</dt>
|
54
|
+
<dd>from@example.com</dd>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<dt>Subject:</dt>
|
59
|
+
<dd><strong>You have successfully signed up for Astrochimp</strong></dd>
|
60
|
+
|
61
|
+
<dt>Date:</dt>
|
62
|
+
<dd>Jan 3, 2013 03:53:43 PM CST</dd>
|
63
|
+
|
64
|
+
|
65
|
+
<dt>To:</dt>
|
66
|
+
<dd>jonathan+3352@brightbit.com</dd>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
|
76
|
+
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
<pre id="message_body">You have successfully signed up.
|
81
|
+
|
82
|
+
Your custom referral link:
|
83
|
+
|
84
|
+
To view the status of your referrals, visit
|
85
|
+
</pre>
|
86
|
+
|
87
|
+
|
@@ -0,0 +1,87 @@
|
|
1
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2
|
+
|
3
|
+
<style type="text/css">
|
4
|
+
#message_headers {
|
5
|
+
width: 100%;
|
6
|
+
padding: 10px 0 0 0;
|
7
|
+
margin: 0;
|
8
|
+
background: #fff;
|
9
|
+
font-size: 12px;
|
10
|
+
font-family: "Lucida Grande";
|
11
|
+
border-bottom: 1px solid #dedede;
|
12
|
+
overflow: auto;
|
13
|
+
}
|
14
|
+
|
15
|
+
#message_headers dl {
|
16
|
+
float: left;
|
17
|
+
margin: 0 0 10px 0;
|
18
|
+
padding: 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
#message_headers dt {
|
22
|
+
width: 92px;
|
23
|
+
padding: 1px;
|
24
|
+
margin: 0;
|
25
|
+
float: left;
|
26
|
+
text-align: right;
|
27
|
+
font-weight: bold;
|
28
|
+
color: #7f7f7f;
|
29
|
+
}
|
30
|
+
|
31
|
+
#message_headers dd {
|
32
|
+
margin: 0 0 0 102px;
|
33
|
+
padding: 1px;
|
34
|
+
}
|
35
|
+
|
36
|
+
#message_headers p.alternate {
|
37
|
+
float: right;
|
38
|
+
margin: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
#message_headers p.alternate a {
|
42
|
+
color: #09c;
|
43
|
+
}
|
44
|
+
|
45
|
+
pre#message_body {
|
46
|
+
padding: 10px;
|
47
|
+
word-wrap: break-word;
|
48
|
+
}
|
49
|
+
</style>
|
50
|
+
|
51
|
+
<div id="message_headers">
|
52
|
+
<dl>
|
53
|
+
<dt>From:</dt>
|
54
|
+
<dd>from@example.com</dd>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<dt>Subject:</dt>
|
59
|
+
<dd><strong>You have successfully signed up for Astrochimp</strong></dd>
|
60
|
+
|
61
|
+
<dt>Date:</dt>
|
62
|
+
<dd>Jan 3, 2013 03:56:31 PM CST</dd>
|
63
|
+
|
64
|
+
|
65
|
+
<dt>To:</dt>
|
66
|
+
<dd>jonathan+3356@brightbit.com</dd>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
|
76
|
+
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
<pre id="message_body">You have successfully signed up.
|
81
|
+
|
82
|
+
Your custom referral link: <a href="/r/bass">/r/bass</a>
|
83
|
+
|
84
|
+
To view the status of your referrals, visit
|
85
|
+
</pre>
|
86
|
+
|
87
|
+
|
@@ -0,0 +1,87 @@
|
|
1
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2
|
+
|
3
|
+
<style type="text/css">
|
4
|
+
#message_headers {
|
5
|
+
width: 100%;
|
6
|
+
padding: 10px 0 0 0;
|
7
|
+
margin: 0;
|
8
|
+
background: #fff;
|
9
|
+
font-size: 12px;
|
10
|
+
font-family: "Lucida Grande";
|
11
|
+
border-bottom: 1px solid #dedede;
|
12
|
+
overflow: auto;
|
13
|
+
}
|
14
|
+
|
15
|
+
#message_headers dl {
|
16
|
+
float: left;
|
17
|
+
margin: 0 0 10px 0;
|
18
|
+
padding: 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
#message_headers dt {
|
22
|
+
width: 92px;
|
23
|
+
padding: 1px;
|
24
|
+
margin: 0;
|
25
|
+
float: left;
|
26
|
+
text-align: right;
|
27
|
+
font-weight: bold;
|
28
|
+
color: #7f7f7f;
|
29
|
+
}
|
30
|
+
|
31
|
+
#message_headers dd {
|
32
|
+
margin: 0 0 0 102px;
|
33
|
+
padding: 1px;
|
34
|
+
}
|
35
|
+
|
36
|
+
#message_headers p.alternate {
|
37
|
+
float: right;
|
38
|
+
margin: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
#message_headers p.alternate a {
|
42
|
+
color: #09c;
|
43
|
+
}
|
44
|
+
|
45
|
+
pre#message_body {
|
46
|
+
padding: 10px;
|
47
|
+
word-wrap: break-word;
|
48
|
+
}
|
49
|
+
</style>
|
50
|
+
|
51
|
+
<div id="message_headers">
|
52
|
+
<dl>
|
53
|
+
<dt>From:</dt>
|
54
|
+
<dd>from@example.com</dd>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<dt>Subject:</dt>
|
59
|
+
<dd><strong>You have successfully signed up for Astrochimp</strong></dd>
|
60
|
+
|
61
|
+
<dt>Date:</dt>
|
62
|
+
<dd>Jan 3, 2013 03:57:13 PM CST</dd>
|
63
|
+
|
64
|
+
|
65
|
+
<dt>To:</dt>
|
66
|
+
<dd>jonathan+3357@brightbit.com</dd>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
|
76
|
+
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
<pre id="message_body">You have successfully signed up.
|
81
|
+
|
82
|
+
Your custom referral link: referral_link_path(referrer_code: @signup.referral_code, path_only: false, host: 'astrochimp.dev:3000')
|
83
|
+
|
84
|
+
To view the status of your referrals, visit
|
85
|
+
</pre>
|
86
|
+
|
87
|
+
|
@@ -0,0 +1,87 @@
|
|
1
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2
|
+
|
3
|
+
<style type="text/css">
|
4
|
+
#message_headers {
|
5
|
+
width: 100%;
|
6
|
+
padding: 10px 0 0 0;
|
7
|
+
margin: 0;
|
8
|
+
background: #fff;
|
9
|
+
font-size: 12px;
|
10
|
+
font-family: "Lucida Grande";
|
11
|
+
border-bottom: 1px solid #dedede;
|
12
|
+
overflow: auto;
|
13
|
+
}
|
14
|
+
|
15
|
+
#message_headers dl {
|
16
|
+
float: left;
|
17
|
+
margin: 0 0 10px 0;
|
18
|
+
padding: 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
#message_headers dt {
|
22
|
+
width: 92px;
|
23
|
+
padding: 1px;
|
24
|
+
margin: 0;
|
25
|
+
float: left;
|
26
|
+
text-align: right;
|
27
|
+
font-weight: bold;
|
28
|
+
color: #7f7f7f;
|
29
|
+
}
|
30
|
+
|
31
|
+
#message_headers dd {
|
32
|
+
margin: 0 0 0 102px;
|
33
|
+
padding: 1px;
|
34
|
+
}
|
35
|
+
|
36
|
+
#message_headers p.alternate {
|
37
|
+
float: right;
|
38
|
+
margin: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
#message_headers p.alternate a {
|
42
|
+
color: #09c;
|
43
|
+
}
|
44
|
+
|
45
|
+
pre#message_body {
|
46
|
+
padding: 10px;
|
47
|
+
word-wrap: break-word;
|
48
|
+
}
|
49
|
+
</style>
|
50
|
+
|
51
|
+
<div id="message_headers">
|
52
|
+
<dl>
|
53
|
+
<dt>From:</dt>
|
54
|
+
<dd>from@example.com</dd>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<dt>Subject:</dt>
|
59
|
+
<dd><strong>You have successfully signed up for Astrochimp</strong></dd>
|
60
|
+
|
61
|
+
<dt>Date:</dt>
|
62
|
+
<dd>Jan 3, 2013 03:58:05 PM CST</dd>
|
63
|
+
|
64
|
+
|
65
|
+
<dt>To:</dt>
|
66
|
+
<dd>jonathan+3358@brightbit.com</dd>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
|
76
|
+
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
<pre id="message_body">You have successfully signed up.
|
81
|
+
|
82
|
+
Your custom referral link: /r/batk?path_only=false
|
83
|
+
|
84
|
+
To view the status of your referrals, visit
|
85
|
+
</pre>
|
86
|
+
|
87
|
+
|
@@ -0,0 +1,87 @@
|
|
1
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2
|
+
|
3
|
+
<style type="text/css">
|
4
|
+
#message_headers {
|
5
|
+
width: 100%;
|
6
|
+
padding: 10px 0 0 0;
|
7
|
+
margin: 0;
|
8
|
+
background: #fff;
|
9
|
+
font-size: 12px;
|
10
|
+
font-family: "Lucida Grande";
|
11
|
+
border-bottom: 1px solid #dedede;
|
12
|
+
overflow: auto;
|
13
|
+
}
|
14
|
+
|
15
|
+
#message_headers dl {
|
16
|
+
float: left;
|
17
|
+
margin: 0 0 10px 0;
|
18
|
+
padding: 0;
|
19
|
+
}
|
20
|
+
|
21
|
+
#message_headers dt {
|
22
|
+
width: 92px;
|
23
|
+
padding: 1px;
|
24
|
+
margin: 0;
|
25
|
+
float: left;
|
26
|
+
text-align: right;
|
27
|
+
font-weight: bold;
|
28
|
+
color: #7f7f7f;
|
29
|
+
}
|
30
|
+
|
31
|
+
#message_headers dd {
|
32
|
+
margin: 0 0 0 102px;
|
33
|
+
padding: 1px;
|
34
|
+
}
|
35
|
+
|
36
|
+
#message_headers p.alternate {
|
37
|
+
float: right;
|
38
|
+
margin: 0;
|
39
|
+
}
|
40
|
+
|
41
|
+
#message_headers p.alternate a {
|
42
|
+
color: #09c;
|
43
|
+
}
|
44
|
+
|
45
|
+
pre#message_body {
|
46
|
+
padding: 10px;
|
47
|
+
word-wrap: break-word;
|
48
|
+
}
|
49
|
+
</style>
|
50
|
+
|
51
|
+
<div id="message_headers">
|
52
|
+
<dl>
|
53
|
+
<dt>From:</dt>
|
54
|
+
<dd>from@example.com</dd>
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
<dt>Subject:</dt>
|
59
|
+
<dd><strong>You have successfully signed up for Astrochimp</strong></dd>
|
60
|
+
|
61
|
+
<dt>Date:</dt>
|
62
|
+
<dd>Jan 3, 2013 04:03:34 PM CST</dd>
|
63
|
+
|
64
|
+
|
65
|
+
<dt>To:</dt>
|
66
|
+
<dd>jonathan+3403@brightbit.com</dd>
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
</dl>
|
75
|
+
|
76
|
+
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
<pre id="message_body">You have successfully signed up.
|
81
|
+
|
82
|
+
Your custom referral link: <a href="http://astrochimp.dev:3000/r/bauc">http://astrochimp.dev:3000/r/bauc</a>
|
83
|
+
|
84
|
+
To view the status of your referrals, visit <a href="http://astrochimp.dev:3000/signups/58">http://astrochimp.dev:3000/signups/58</a>
|
85
|
+
</pre>
|
86
|
+
|
87
|
+
|