Jump To Content

LearnHub



Lessons

  • Lesson

    Ruby Coding Convention

    Description
    RubyCodingConvention File Names Directory and File names and Suffixes Ruby source code file/directory name is lower case class/module name with suffix ’...
  • Lesson

    RailsConf 2008 Summary & Review

    Description
    Here is the presentation file we’ve used for Toronto Ruby on Rails Project Night yesterday. | View | Upload your own Some useful links: Railsconf 2008 in 36 minutes M...
  • Lesson

    World's Best Rails Hiring Process

    Description
    Here is my hiring process for Rails developers. This continues some thoughts I shared in a guest blog post on Ruby Inside, called 11 Tips on hiring a Rails Developer. ...
  • Lesson

    Using md5 sums

    Description
    Once you have downloaded a file from the internet, it is always nice to check the integrity of the file to ensure that it contains what it is meant to contain.  No more and...
  • Lesson

    Ruby Installation

    Description
    What is Ruby?Ruby is a cross-platform, interpreted and an object-oriented language. Ruby has been designed on the Principle of Least Surprise – Matz says “I wanted t...