ember-cli-101-errata icon indicating copy to clipboard operation
ember-cli-101-errata copied to clipboard

Bill Murray addon and Articles Filtering

Open toroseda opened this issue 9 years ago • 4 comments

I've had a look at the latest version of your book and found it really useful for my Ember education. I've performed all the additional tasks as well and these are brilliant.

However, if you will, there are two which need addressing:

  • The Haddon does not work correctly. I'd appreciate the "correct" workaround from you
  • Some kind of separate repo containing the application code as it would look for those of us carrying out the extra tasks

It can be a bit frustrating and disrupts the momentum of going through the book.

I've skipped on to test Ember applications on Page 121 but don't like having these two unfinished.

Please help.

toroseda avatar May 07 '15 14:05 toroseda

Thanks, for the feedback!

The Haddon does not work correctly. I'd appreciate the "correct" workaround from you

Which page is this ?

Some kind of separate repo containing the application code as it would look for those of us carrying out the extra tasks

This is a great idea! I've been a bit busy lately with personal stuff but I hope to put some time soon on all this stuff :)

abuiles avatar May 07 '15 14:05 abuiles

Pgs 91 - 97. I had issue starting the server talking about missing dependencies when restarting the server after adding the ember-cli-bill-murray add-on and I've not been able to consume the add-on. Everything appears to generate okay (ember v 0.2.3)

Pg 120 is where the Task for article filter is.

toroseda avatar May 07 '15 16:05 toroseda

If anyone gets stuck here too, this worked for me to get the add-on functional:

  1. in ember-cli-fill-murray/package.json make sure that 'ember-cli-handlebars: 0.X.X' is listed under 'dependencies' not 'devDependencies'.
  2. npm publish
  3. restart borrowers server

@toroseda

EmilyMB avatar Jun 23 '15 16:06 EmilyMB

@EmilyMB With Handlebars being replaced for HTMLBars the line should say "ember-cli-htmlbars": "0.X.X"

wldcordeiro avatar Jul 12 '15 07:07 wldcordeiro