Miklós Galicz

Results 40 comments of Miklós Galicz

I'm also interested in this also! One solution could be that if the models are related, like in the news-comments case, one can eager load the whole thing and index...

@Remo Nope, it fails for an entirely other reason. See #37 for the details.

Well, it's a long shot... but this is definitely a band-aid solution 😢

Can confirm the existence of this bug. In our case it only shows itself the `TopLevelResource` has an empty `Group` inside of it.

Second observation: Bootstrap has dropped the `hidden` class due to incompatibility with jquery's `show()`, `hide()` methods.

@Urigo I developed quite a few facebook applications, even ones with heavy form usage... The best course of action I can recommend, is that you should use ajax for sending...

@niiamon With a front-end angular app you don't need to mess with the signed request, because the JS SDK handles it. With a backend (php) SDK the signed request is...

@niiamon The FB.getLoginStatus method call has the signed request in the JS SDK (official docs: https://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus), but that's an encrypted string and you won't have access to it's content, and...