RailsCasts Pro episodes are now free!

Learn more or hide this

Joseph Le Brech's Profile

GitHub User: jlebrech

Site: i.nt.ro

Comments by Joseph Le Brech

Avatar

I'd like to use datatables but I'm using an api where not all columns are sortable and it has a weird way of passing the column argument, rather than column and direction i have to pass columnIsdesc=true or false or not pass it.

How would I go about that?

Avatar

how do find mutual friends as well as indifferent people?

https://gist.github.com/968648

this is my attempt as of now. i'm thinking of using a collect maybe to loop through one set first but there but be a better option.

Avatar

this should be a default option on the next release of rails? no?

Avatar

I have a similar question to user 884.

this is what i'm trying to do.

https://gist.github.com/833459

a comment has one author but can have multiple recipients.

Avatar

Very nice, so it's a bit like objective-c/cocoa does it.