Sébastien Grosjean

Results 10 comments of Sébastien Grosjean

You might also consider updating the readme as so far it recommend using the fork from adamcooper

Hi Steve, Glad to ear you like the idea. "version_updated_at" could be an alternative. ## Warm regards and Happy New Year, Sébastien Grosjean - ZenCocoon

Same here with the query: ``` SELECT "activities".* FROM "activities" INNER JOIN "activity_orders" ON "activity_orders"."activity_id" = "activities"."id" WHERE "activities"."destination_id" IN (45) AND "activities"."published" = 't' GROUP BY activities.id, activity_orders.id, activity_orders.position...

That's a good point, there's actually way more that would not make sense (`datetime`, `range`, ...), thanks for pointing that out. It's then better to pick only the potential ones...

The following selector works but wonder if something cleaner would exist ? `input[type="text"],input[type="email"],input[type="tel"],input[type="url"],input[type="search"]`

As emberjs/data#405 is now resolved, I think this could be updated and closed as well.

Even more recent: emberjs/data/pull/958

@Ansh25 worked great for me as well, thanks.

+1, would be really happy to use this project with the latest version of fontawesome. Some nice cool icons have been added.

Hey @kressly sorry for not replying to this earlier. Would you mind making a pull request for this? I'll be happy to review and merge it. Thanks,