Giter Site home page Giter Site logo

buggy's People

Contributors

remchi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

buggy's Issues

2 small errors or difference from video

  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 to

@listenTo @model,  "change", @renderDetails

But it is still using 'sync' in the source files. I changed mine to match the code in the video.

In 04-03 tag subsequent issues do not show

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 following the course and I also confirmed this in 04-03 tag in your source. I'm rather new and haven't had luck debugging the cause of the problem so appreciate any insight.

Invalid byte sequence in US-ASCII

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
    8
    9

      <head>
        <title><%= t ("brand") %></title>
        <%= stylesheet_link_tag    "application", media: "all", "data-turbolinks-track" => true %>
        <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
        <%= csrf_meta_tags %>
      </head>
      <body>

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.