Results 13 comments of Jesse House

this issue looks quite old, but seems to still exist I am using will_paginate 3.0.2 with postgres and rails 3.1, it seems to ignore DISTINCT Table1.joins("LEFT OUTER JOIN table2 ON...

just came up with a dirty workaround, might help someone else `query = Foo.joins("LEFT OUTER JOIN bars ON bars.id = foos.id").where(etc....).select("DISTINCT foos.*, bars.*")` `Foo.paginate_by_sql(query.to_sql, :page => @params[:page])` the problem does...

I don't have time to look into this right now, but you might be able to leverage https://github.com/house9/jquery-iframe-auto-height#heightcalculationoverrides

I don't see this in your repo anymore, did you remove it? in most tests I have done it seemed to work with IE with out going through this code...

yeah, things do get finicky with iframes and the different possible content they contain do you think something like a force delayed resize option would be helpful? false by default,...

would it be possible for you to send me the rendered html - parent page and the nested iframe?

@withremote - can you create a gist with the markup/js code that doesn't work - Thanks

is it being served up via webserver? i.e. localhost or other, could be browser security issue if served from the local file system also - if you declare the iframe...

It looks like your editor is setup to use tabs instead of spaces so the diff is showing that every line in the file has changed (+100 new lines) so...

my guess is that the link goes to a document with no body tag? --- this was previously reported, but I have not integrated this checking var newHeight=0; if ($body.length>0)...