You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,69 @@ could render your app at the `/` route with the following view:
122
122
123
123
Your Ember application will now be served at the `/` route.
124
124
125
+
### Other routes
126
+
127
+
Rendering Ember applications at routes other than `/` requires additional setup to avoid an Ember `UnrecognizedURLError`.
128
+
129
+
For instance, if you had Ember applications named `:frontend` and `:admin_panel` and you wanted to serve them at `/frontend` and `/admin_panel`, you would set up the following Rails routes:
0 commit comments