Ruby Inside

3 Ruby Lectures and Presentations Given at Google


almost 5 years ago by Peter Cooper on Ruby Inside.
This post just links to a few Ruby videos I've found on Google Video that I hadn't seen before. How to Design A Domain Specific Language with David Pollak...

Capistrano Amazon EC2 == Rapid Rails Deployment


almost 5 years ago by Peter Cooper on Ruby Inside.
Steve Odom writes about how he uses Capistrano and Amazon's Elastic Compute Cloud to deploy a Rails application to a fresh server within minutes. He includes...

All Roads Lead to Rails: How One Rails Consultancy Does Business


almost 5 years ago by Peter Cooper on Ruby Inside.
Pete Forde of Unspace, a Canadian Rails consultancy, writes: We just posted a video of Ryan (McMinn) from Unspace doing a talk on building a successful...

10 Controversial Ruby on Rails Performance Tips


almost 5 years ago by Peter Cooper on Ruby Inside.
Antonio Cangiano has put together a reasonably meaty list of 10 Ruby on Rails performance tips. On the surface, his advice seems pretty good, but Rails...

MasterView: WYSIWYG compatible Rails-view template engine


almost 5 years ago by Peter Cooper on Ruby Inside.
Why summize when the official MasterView site has the best explanation I can find? MasterViewâ„¢ is a ruby/rails optimized HTML/XHTML friendly template...

Gyre: Web-based IDE and debugger for Rails


almost 5 years ago by Peter Cooper on Ruby Inside.
Gyre is a curious new Ruby / Rails IDE, developed by Adam Wiggins, that runs within your Web browser. There are obvious downsides, but the upside is consistent...

GeoKit: Geocoding and Location Finder Plugin for Rails


almost 5 years ago by Peter Cooper on Ruby Inside.
GeoKit is a new Rails plugin developed by Bill Eisenhauer and Andre Lewis that provides several powerful geocoding related features: Location and distance...

How to Write an Amazon S3 Client Webapp with Ruby on Rails


almost 5 years ago by Peter Cooper on Ruby Inside.
Dominic Da Silva has put together a comprehensive tutorial for the official Amazon Web Services developer site demonstrating how to develop an Amazon S3...

Devalot: New, Rails-Powered Software Project Management Tool


~5 years ago by Peter Cooper on Ruby Inside.
Devalot is a new software project management tool developed in Rails, in a similar vein to Collaboa, developed by Peter Jones of pmade inc. Devalot offers...

Script for Creating A Rails Application Quickly in an SVN Repository


~5 years ago by Peter Cooper on Ruby Inside.
Akhil Bansal has created a cool bash script that will create a new Rails project, import it to an SVN repository, then remove and ignore log files, sessions...