Ruby Matters

Ruby programming news and information

Webmonkey: Ruby on Rails for Beginners

without comments

This article from Webmonkey.com gives a good overview of Ruby on Rails features including:

  • Migrations
  • Scaffolding
  • Customizing the application

Written by shane

September 13th, 2008 at 7:34 am

Posted in Articles

Tagged with ,

Easyspace Launches Custom and Ruby on Rails Virtual Servers

without comments

Easyspace, one of the largest Virtual Server providers in the UK, has updated its VPS range to now include Custom Build and Ruby-on-Rails ready Virtual Servers.

New Ruby on Rails Virtual Servers come with a reliable and proven Ruby on Rails stack, with the most common elements of a rails application already downloaded, installed and configured. Customers can begin developing rails applications, and production-ready Rails applications should just plug and play with minimal effort. The stack includes Ruby, Subversion, MySQL, SQLite, ImageMagick, several Ruby Gems and Apache 2.2 with rewrite and proxy support

Written by shane

September 13th, 2008 at 7:28 am

Posted in Ruby Hosting

Tagged with ,

MacRuby 0.3 Simplifies Cocoa Programming

without comments

Months of work has just been released as MacRuby 0.3 which makes strides to greatly simplify Cocoa programming:

  • MacRuby now ships with a core library called HotCocoa, something which greatly simplifies Cocoa programming while also using simple Ruby idioms.
  • MacRuby is now using the Objective-C runtime to implement the Ruby class semantics and also to dispatch pure Ruby methods. This is an important change because it simplifies a lot the core implementation and also eliminates ambiguities between both worlds.
  • Supports Interface Builder in this release. You can define classes, outlets and actions in a MacRuby Xcode project and they will automatically appear in Interface Builder.

Written by shane

September 12th, 2008 at 6:21 pm

Posted in News, Ruby Projects

Tagged with

InfoQ: Extended Rails Exception Monitoring with Exceptional and Hoptoad

with one comment

InfoQ talks to Eoghan McCabe from Contrast (Exceptional) and Matt Jankowski from Hoptoad:

Exception monitoring is always critical to handle. Rails plugin ExceptionNotifier made this task easier by providing a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application. Two companies (Exceptional and Hoptoad) help with this by providing a third party service which intercepts exceptions and displays them in a web interface. Notification by Mail or SMS is also an option.

Read the full article.

Written by shane

September 11th, 2008 at 9:32 am

Posted in News, Ruby Projects

Sprouts: Flash Development via Ruby

without comments

Sprouts is an open-source, cross-platform project generation and configuration tool for ActionScript 2, ActionScript 3, Adobe AIR and Flex projects. To learn more check out the screencasts, documentation or community.





Written by shane

September 10th, 2008 at 6:54 am

Posted in Ruby Projects