buggy icon indicating copy to clipboard operation
buggy copied to clipboard

The sample application for Backbone on Rails tutsplus premium course

Results 3 buggy issues
Sort by recently updated
recently updated
newest added

I'm hitting this strange error. ` Showing /Users/andrewmartin/Desktop/buggy/app/views/layouts/application.html.erb where line #6 raised: ``` invalid byte sequence in US-ASCII (in /Users/andrewmartin/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/i18n-js-2.1.2/vendor/assets/javascripts/i18n/translations.js.erb) Extracted source (around line #6): 3 4 5 6 7...

Adding a new issue to a project works fine, but when you add subsequent issues they are not appended and the collection counts are not updated. I noticed this when...

1. app/controllers/issues_controller.rb missing in def create ``` respond_with(@issue) ``` 1. app/assets/javascripts/app/views/project_details.js.coffee I think you used ``` @listenTo @model, "sync", @renderDetails ``` But in a later video I noticed it changed...