Jump To Content

LearnHub



Lessons

  • Lesson

    How to use Fliqz4R

    Description
    About Fliqz Fliqz is the leader in full-service, plug-and-play video solutions. The company offers the most flexible video solutions available online, provi...
  • Lesson

    Using Haml

    Description
    An introduction to haml haml is template languages for Ruby on Rails. It’s a plugin that provides an alternative to Rails’ native view templating library erb. s...
  • Lesson

    Using the Immutable Attribute Plugin

    Description
    Rails surprisingly does not include a validation method to make a model attribute immutable. (That is, the attribute can not be changed after it is set the first time.) I create...