If you've used ember with rails, what are the biggest paper cuts to getting off the ground?
-
-
Controller/Middleware: ember-cli-rails renders index.html in a controller. That used to prevent using Rails API-only but doesn't any more.
-
I'd thought index.html could be served statically (and middleware or a tiny Rack app could handle mounting multiple Ember apps at routes)
-
but ember-cli-rails supports injecting e.g. `csrf_meta_tags` into index.html (we're just not using that feature)
End of conversation
New conversation -
-
-
Performance/Caching: if you restart the Rails server, ember-cli-rails / `ember build` has to rebuild your assets from scratch
-
It'd be cool if either was faster at figuring out what hasn't changed since last build
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.