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...
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...
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...