Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我无法让我的应用程序通过路由器加载启动。我正在使用 ember-rails gem 来生成资产。我创建了一个资源,并尝试通过 ember 路由器连接它,但路由器从不路由任何东西。
这是 ember-rails 生成的代码的 JSFiddle 的链接。我自己添加的唯一代码是路由器创建时的enter、connectOutlets和location属性。
enter
connectOutlets
location
我错过了什么?
我最终在 github 上找到了一个非常好的基本 ember-rails示例。在这个例子中,他使用了一个更新版本的 ember,似乎可以解决我的问题。