Perl on Rails

BBC developers has announced its own Perl MVC framework – Perl on Rails. As you can understand from its name the new framework is similar to Ruby on Rails. The BBC Programmes was developed using the Perl on Rails. Actually, there is a few Perl MVC frameworks like Catalyst, Ganty, Maypole or Jifty. If Perl on Rails will be released as open source it’ll make […]

Read Me Leave comment

Playing with Ruby

I need to add support a new interface panel to the my Plutohome installation. To do it I use Generic Serial Device (GSD) which works perfect. GSD has embedded Ruby interpretator to provide a tool for implementing desire device logic. In my case, I receive a hexdecimal binary string which contains a device ID, device port, command and data. All of them should be converted […]

Read Me Leave comment