Johannes Edelstam

Results 2 issues of Johannes Edelstam

Since Ember Data now require you to specify an inverse relation in `hasMany` and `belongsTo` relations I wrote a crude script to check if it all maps out and if...

Enhancement
New Rule

Hi! I ran in to the problem that the following: ``` ruby ul do articles.each do |article| li article.title end end ``` would result in: [] if articles was empty....