167 reputation
19
bio website
location
age
visits member for 1 year, 6 months
seen May 2 at 7:32
stats profile views 15

Jun
3
awarded  Popular Question
Jan
30
awarded  Revival
Jan
5
comment How to disable foundation or bootstrap styling for a block of html code?
Although the <iframe> works, but I feel that it's not the optimum solution in my particular case. In the messages_controller, it passes the @messages to the views to produce the feed-like layout, and each message contain its html, using <iframe> causes it to hit the server for each message. So if I am displaying 10 messages in a page, loading this page will require 11 requests, and the last 10 requests is redundant since the first requests already contain the data needed, the 10 extra requests are just for the iframe to render.
Jan
4
awarded  Commentator
Jan
4
comment How to disable foundation or bootstrap styling for a block of html code?
although i haven't got it the way i want it to look, but it's irrelevant to the question. I tried :layout => false and your answer is good. Thanks.
Jan
4
accepted How to disable foundation or bootstrap styling for a block of html code?
Jan
2
revised How to disable foundation or bootstrap styling for a block of html code?
deleted 11 characters in body
Jan
2
awarded  Editor
Jan
2
comment How to disable foundation or bootstrap styling for a block of html code?
it turns out <ifram> doesn't do the trick, please see my update in the question for more detail. Thanks for the suggestions though.
Jan
2
revised How to disable foundation or bootstrap styling for a block of html code?
added 1027 characters in body
Jan
2
comment How to disable foundation or bootstrap styling for a block of html code?
this sounds plausible, let me try it tonight and update the result, thanks a lot.
Jan
1
asked How to disable foundation or bootstrap styling for a block of html code?
Dec
30
comment How to reject an email using mailgun?
I notice recently when I return 406, the sender doesn't get a bounce message at all.
Dec
28
comment Group by hour and use user time zone in rails?
It's a matter of how you define "today" In your case, you need it to say the user made 50 api calls "today" it implies that you define "today" in the user's point of view, so that means you have to do the translation to the correct server time frame when you handle the request. let's say the user logged in at 5AM GMT-8, and he's interested at looking at his api calls "today", that will translate to a request of looking up his api calls since GMT+0 8AM ~ now (which is GMT+0 1PM). And every user will have a different "today", I think that's ok since the analytic data is presented to a user.
Dec
25
comment Group by hour and use user time zone in rails?
well, in that case it's easy, since everything is in UTC, when the user query the api call he make on a certain day (his local time), just convert his local time to the UTC time equivalent in the db and use that to construct the query. In your example, the user's api call since his local time 12/14 21:00 will becomes the db's UTC time since 12/15 5:00
Dec
24
accepted How to reject an email using mailgun?
Dec
23
answered Group by hour and use user time zone in rails?
Dec
23
answered Facebook Apps: Allowing a single Facebook App to run on arbitrary private network address
Dec
23
asked How to reject an email using mailgun?
Oct
4
awarded  Student