Giter Site home page Giter Site logo

Comments (4)

steveklabnik avatar steveklabnik commented on July 18, 2024

Noted! I'll tackle this later in the week. Today's my first day back in action.

from curriculum.

steveklabnik avatar steveklabnik commented on July 18, 2024

Progress scratchpad:

  • Migration methods are now up/down, not self.up/self.down
  • Routing table shown using older format
  • No need for h() method anymore (in general)
  • @article.comments.new attaches the new comment to the in-memory version of the article, goofing up the display. I changed it to Comment.new(:article_id => @article.id)
  • In the tagging section, @ruby, technology@ didn't render correctly (actually, there were a lot of mis-renders involving markdown)
  • Because the TagsController was generated with method names, the error is missing template, not undefined action.
  • Paperclip migration: change AND self.down?, should be change or up/down, (2) and drop the self.
  • Sass information is out of date: (1) don't need to install, comes with rails, (2) don't put in public/stylesheet/styles.sass, put in app/assets/stylesheets/styles.css.sass, (3) sass example uses deprecated syntax (e.g. ! and = for variables)
  • application.html.haml seems a bit off, doesn't work well with the provided CSS; particularly the #container/#content stuff.
  • Comment: Seems strange that our first introduction to validations is the password confirmation. (see email from Jeff)
  • When adding an admin user, the url should be /bloggers/new, not /users/new
  • Typo: BloggerSessios => BloggerSessions
  • Blogger.all.size should be Blogger.count

from curriculum.

kytrinyx avatar kytrinyx commented on July 18, 2024

The validations issue in the list is a duplicate of #39.

from curriculum.

steveklabnik avatar steveklabnik commented on July 18, 2024

Since that's one of the last ones from this list, I'm closing it.

from curriculum.

Related Issues (20)

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.