Skip to content

Instantly share code, notes, and snippets.

@imustardsoft
Created March 23, 2011 01:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imustardsoft/882480 to your computer and use it in GitHub Desktop.
Save imustardsoft/882480 to your computer and use it in GitHub Desktop.
event=request_started verb=POST path=/users/invitation ip=127.0.0.1
Redirected to http://localhost:3000/users/invitation/new
event=request_completed status=302 controller=InvitationsController action=create format=HTML ms=23 params='{"commit"=>"Send an invitation", "authenticity_token"=>"5irMWlpNPaDwBeL4dfR1IrIrDlIZtN+JgD6QxL6KP7Y=", "utf8"=>"✓", "user"=>{"invite_messages"=>"[FILTERED]", "aspects"=>"4d43749c8ff95314ae00000e", "email"=>"xingxingyuanyan@163.com"}}' r_id=46749f033c11891c7603
event=request_started verb=GET path=/users/invitation/new ip=127.0.0.1
event=render template=js/_websocket_js.haml ms=1.6
event=render template=aspects/_new_aspect.haml ms=6.3
event=render template=layouts/_header.html.haml ms=23.9
event=render template=invitations/new.html.haml layout=layouts/application ms=170.6
event=request_completed status=200 controller=InvitationsController action=new format=HTML ms=560 r_id=46749f033c11891c7603
event=socket-subscribe uid=4d43743e8ff95314ae000004 channels=0
Socket received connection to: /users/invitation/new
event=render template=notifier/_notifier_css.haml ms=2.1
event=render template=devise/mailer/_inviters.haml ms=20.9
event=render template=devise/mailer/invitation.html.haml ms=43.8
Sent mail to xingxingyuanyan@163.com (7867ms)
Date: Sat, 29 Jan 2011 10:36:47 +0800
From: admin@diaspora
To: xingxingyuanyan@163.com
Message-ID: <4d437d3f76ef5_1a9e24392f2698892@star.mail>
Subject: You've been invited to join Diaspora!
Mime-Version: 1.0
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<style type='text/css'>
/*<![CDATA[*/
body{
width:600px;
font-family:'Arial','Helvetica',sans-serif;
font-size:14px;
color:#333;
}
#container{
margin-bottom:25px
min-height:400px;
padding-left:15px;
}
header{
background-color:#333;
padding: 15px;
margin-bottom: 25px;
}
p{
padding:5px;
}
p.small{
font-size:smaller;
color:#999;
font-style:italic;
}
a{
color:#107FC9;
font-weight:bold;
}
a:hover{
color: #22AAE0;
}
a:active{
color: #005D9C;
}
.large_text{
font-size:21px;
font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
}
/*]]>*/
</style>
</head>
<body>
<header>
<img alt="Diaspora_white_on_grey" src="http://localhost:3000/images/diaspora_white_on_grey.png" />
</header>
<div id='container'>
<p>
Welcome xingxingyuanyan@163.com!
</p>
<p>
dsa dsa (star@localhost) has invited you to join Diaspora
, at http://localhost/, you can accept it through the link below.
</p>
dsa dsa:
&quot;ddddd&quot;
<p></p>
<p><a href="http://localhost/users/invitation/accept?invitation_token=KnvjqXIZhd7B4XYUXL1Q" class="large_text">Accept invitation</a></p>
<p class='small'>
If you don't want to accept the invitation, please ignore this email.
<br>
Your account won't be created until you access the link above and sign up.
</p>
</div>
</body>
</html>
event=invitation_sent to=xingxingyuanyan@163.com inviter=star@localhost
event=resque_job job=Jobs::InviteUser status=complete ms=26371.0761070251 arg1="4d43743e8ff95314ae000004" arg1="xingxingyuanyan@163.com" arg1="4d43749c8ff95314ae00000e" arg1="ddddd"
event=request_started verb=POST path=/users/invitation ip=192.168.0.8
Redirected to http://symposium.bayshorenetworks.com:8080/users/invitation/new
event=request_completed status=302 controller=InvitationsController action=create format=HTML ms=651 params='{"commit"=>"Send an invitation", "authenticity_token"=>"trsTvgZvJjQCFRZY61FVNpIyESItR+GEKj6Jf6ygpJk=", "utf8"=>"\342\234\223", "user"=>{"invite_messages"=>"[FILTERED]", "aspects"=>"4d42826f61be23617b00000a", "email"=>"me@istar.name"}}' r_id=7c3ba6db7e9188e1bf6f
event=request_started verb=GET path=/users/invitation/new ip=192.168.0.8
event=render template=js/_websocket_js.haml ms=2.6
event=render template=aspects/_new_aspect.haml ms=15.6
event=render template=layouts/_header.html.haml ms=48.2
event=render template=invitations/new.html.haml layout=layouts/application ms=126.1
event=request_completed status=200 controller=InvitationsController action=new format=HTML ms=1083 r_id=7c3ba6db7e9188e1bf6f
event=request_started verb=GET path=/ ip=192.168.0.8
Redirected to http://symposium.bayshorenetworks.com:8080/aspects
event=request_completed status=302 controller=HomeController action=show format=HTML ms=692 r_id=7c3ba6db7e9188e1bf6f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment