| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | 8 hours ago | |
| stats | profile views | 52 |
|
May 20 |
comment |
Dealing with API rate limits? Interesting approach and could prove useful elsewhere. |
|
May 20 |
comment |
Dealing with API rate limits? Hear what you're saying. I used delayed_job and was hoping to incorporate that in some way. The requests will grow, but I can't see them getting ever growing beyond 10-15k per day. |
|
May 20 |
asked | Dealing with API rate limits? |
|
May 14 |
comment |
Why do I get “FasterCSV::MalformedCSVError: Illegal quoting error”? Ok, I think i've sussed this out - two stupid mistakes on my part that were confusing matters. @Kashyap you were almost right about the separator. I had it set for a tab, which is the format the file used to be in, but forgot to change to a comma when I change the file format to CSV. Also, my each do loop was outputting 'row_data' but I was calling 'row' within the loop. |
|
May 14 |
comment |
Why do I get “FasterCSV::MalformedCSVError: Illegal quoting error”? @Kashyap - no space, it's exactly as you see above |
|
May 14 |
comment |
Why do I get “FasterCSV::MalformedCSVError: Illegal quoting error”? @poseid the error is the same |
|
May 14 |
asked | Why do I get “FasterCSV::MalformedCSVError: Illegal quoting error”? |
|
May 10 |
asked | Grouped Collection Select on Single Model/Table? |
|
May 7 |
comment |
Rails & Ajax / Async loading partial Yeah it's cool, pretty sure it's exactly what I need. Only thing that concerns me is if my faster loading elements stall for some reason that perhaps loading this before they've finished might hinder their loading. But perhaps not if they're async? |
|
May 7 |
comment |
Rails & Ajax / Async loading partial That's awesome, works perfectly and I can see via Chrome's RailsPanel that i'm getting two processes loading async. My spinner's stopped working though, but i'll figure that out. Thanks!! |
|
May 7 |
asked | Rails & Ajax / Async loading partial |
|
May 3 |
comment |
Submitting Open Graph action for approval - submit link not active Hmmm, it seems to be working now. I haven't changed anything so can only assume there is some delay between publishing the action to the test user and the submit button becoming active. Thanks for your help @Mindbreaker |
|
May 3 |
comment |
Submitting Open Graph action for approval - submit link not active Yes, exactly that. |
|
May 2 |
comment |
Submitting Open Graph action for approval - submit link not active Also, just tried it live and it works on my personal account as well. |
|
May 2 |
comment |
Submitting Open Graph action for approval - submit link not active I've done it via my app and via the sample code supplied by FB. |
|
May 2 |
asked | Submitting Open Graph action for approval - submit link not active |
|
May 2 |
asked | Sum three values using map reduce? |
|
May 2 |
comment |
Mongodb - combine data from two collections Yeah I realise you can't do joins in the way you would in a relational DB, but I have seen some examples that seem to infer it's possible with MapReduce. Thanks for the denormalize tip though, i'll look into that. |
|
May 2 |
asked | Mongodb - combine data from two collections |
|
Apr 25 |
comment |
Is this an efficient way of producing sales reporting / analytics? Ah, I tend to just rough things out like that to start with and then refactor back to model/controller once i've got the flow right. Your answer is great though, it's definitely going to help a lot! Thanks |