Tom Cocca

Results 38 comments of Tom Cocca

Thanks sarav, are you using rails 2.3.x or rails 3? If rails 3 are you using the rails3 branch of the plugin? I could see #1 being and issue and...

Thanks, I will be sure to check these out. Thanks for the reports. ~ Tom

I have often thought about this but i have no idea how we could make it work for some of the methods, for example in the followable lib: ``` ruby...

Thats exactly what i was thinking - if the options hash arg isn't blank return the all(options) with a deprecation, otherwise return the relation. Agreed, some methods due to the...

@linuxonrails hmmm... what DB are you using? That SQL doesn't look familiar. its returning an arel instance do you need to do @world.all.to_json?

I sort of agree with unblocking shouldn't delete. However, I think the thought process on this was for pre-emptive blocking. Say you block a user, before they try to follow...

Hi Youssef, I think both of your cases would probably be in response to somebody trying to follow you correct? The the 'preemptive' boolean would be false so if you...

so, this may now work on the rails3 branch of the plugin (on this branch) as the _type methods now return a collection not an array See the following commit:...

Hi, this was not a know issue. The first two commands worked fine. The issue is with the 1st and 3rd command. Any idea whats up? Is the test suite...

I'll check it out as soon as I have some time, unless you would be kind enough to put in some time testing? I think this was before the master...