Adam

The Balance of Convention and Innovation

Adam Wiggins just posted a few paragraphs by Tim Lind from his article titled Innovation in Database Technology. Rarely do I just post direct quotes here, but I really thought the paragraphs were insightful, so I’ll share them for those that haven’t had the pleasure yet.

What's New in Edge Rails: The BugMash Edition

20+ Rubyists are using Sinatra – Do you?

20+ Rubyists are using Sinatra – Do you?

With Sinatra you can quickly create your own tiny web-applications in Ruby and write lots of small services. RubyLearning caught up with some Rubyists working with Sinatra and asked them as to why, how and where they use Sinatra.

Ruby & Word: Inserting Tables

Microsoft Word is great for text documents. Microsoft Excel is great for tables of data. But, sometimes, you need to get your chocolate in your peanut butter. In other words, you may occasionally need to include a table in a Word document. Let's walk through how to do that.

Setting the Stage

Screencast: Easy Rails File Uploads using Ajax and jQuery

Adam McCrea of EdgeCase has put together a screencast demonstrating how to easily implement Ajax file uploads in your Rails application. It's about ten minutes long.

14 Videos from LA Ruby 2009: Some Great Weekend Watching

larubyconf-logo.jpg.jpeg

RailsConf Wrapup

I had a really great time at RailsConf. I met a ton of really cool people bursting with enthusiasm for great projects. I sort of knew this already, but now I know it viscerally: the diversity of things that people are doing with Rails far outstrips the ability of those most deeply involved in building it day-to-day to anticipate. What was also really great was that so many of the ideas people asked me about could be answered by pointing at new extension points or modular APIs that we’re adding to Rails.

Rails Deployment and Automation with ShadowPuppet and Capistrano

While our Moonshine is still distilling, I’d like to present some examples of using existing automation tools to deploy Rails applications easily.

Rails each_with_object vs inject

Short & Sweet:
Each_with_object is the same thing as inject, except you don’t have to return the object at the end of the block you pass. Since most of the time you are using inject, you have to return the hash or array as the last line in the block, using each with object will let you do the same thing, but with less code.

MIDIator v0.3.0 released!

I’ve just released MIDIator v0.3.0. This release brings some new features that I’m told are exciting
:)

Syndicate content