Ruby Building mruby on the Raspberry Pi The Raspberry Pi is a credit-card sized computer with 700 MHz (can be overclocked to about 1.1 GHz) and originally 256 MB memory, which has recently received an upgrade to 512 MB. Yukihiro Matz announced mruby in 2011 as Ruby implementation that is easily embeddable into other application and
Ruby An Introduction to Mini Ruby Ruby is used in a wide variety of projects today, but has gained popularity in web development with Ruby on Rails. With mruby, the latest language implementation, Ruby can be embedded into other applications. Installation The mruby project is hosted on Github. There are currently no binary distributions available, but
Ruby on Rails Exception Applications in Rails 3.2 No Ruby on Rails developer want to see them in production: Exceptions! By default every Rails project comes with two static files that get rendered when an exception in production occurs. The problem with these pages is, that they do not fit well into any design and do not tell