Rails Training
  • Tags:

  • Goals

  • By the end of this learning, developers should be able to build out the following for a wide variety of web applications

    • The data model with all necessary tables, relationships, validations and callbacks applied.

    • User interfaces for forms with both basic and advanced UX patterns including has and belongs to many

  • Understanding Databases

  • Understanding Active Record

  • Modelling a database using Active Record syntax

  • Understanding Forms

  • Debugging

    • The rails console

    • binding.pry

    • Rails.logger.info

    • Seeing database objects

  • Exercises

  • Model IMDB


  • Website Page