Note that there are some explanatory texts on larger screens.

plurals
  1. USTess
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COSmokefoot, RDBMSes have been around since the early 70s (at least). In computing terms, that's pretty "old-school." However, that is not a value-judgement about their usefulness. They are robust, their use cases are very well understood, and there is a great deal of technology that is compatible with them. Unfortunately, a lot of REALLY NEW technology has been dismissive about compatibility with properly designed relational databases, and that is why we are relying on third-party add-ons like Backbone-relational, and why it is STILL not solving our problems very well.
      singulars
    2. COWillem, it turns out that there is a really handy (possibly undocumented) property on the **ApplicationController** called, appropriately, **currentPath**. This contains your current route path. You can make a MenuItemController with a **needs: ['application']** in it, and use any logic in there you want that references the **controllers.application.currentPath** property (such as comparing it to your route value). I've made a mod of the above fiddle for you, so you can see this in action: http://jsfiddle.net/Malkyne/fRsAv/
      singulars
    3. COI need a clarification, as to what you mean by "layout," in this context. Are you looking for advice on UI-design best-practices (regarding usability, clarity, etc.?), or are you looking for advice on how to structure your homegrown UI API?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload