21 Jan 2013
This weekend I made my OVER 9000 pull request to Rails, that features a demo of the functionality in GIF format. I’ve had a number of people ask the same question “what is your GIF workflow?”. For the detail oriented of you in the crowd, here it is.
Keep Reading
15 Jan 2013
I’ve heard this re-framed again and again by many different programmers from @wycats at Ruby conf to @dhh in his parlay letter:
Keep Reading
13 Dec 2012
I’ve been quite lately, thats because we’ve been working on something amazing over at Heroku. So check out:
Keep Reading
14 Nov 2012
I wrote this wizard controller library that people seem to really dig called Wicked. It works well to build after signup
wizards and to incrementally build objects for
the database but there is one thing it didn’t do very well until now: allow you to change the text in your
wizard url’s quickly and easily.
Keep Reading
06 Nov 2012
If you’re in the Ruby world, you’ve likely heard about mruby, Matz’s latest experimental Ruby implementation. What I bet you didn’t know is that you can run mruby on Heroku right now. As a matter of fact you can run just anything on Heroku, as long as it can compile it into a binary on a Linux box.
Keep Reading
05 Nov 2012
When Heroku first launched you could only use one version of Ruby: 1.8.6. As the Ruby implementation matured and improved, so did Heroku. We recently announced the ability to specify your ruby version on Heroku, and we are happy to announce the first preview-build of Ruby available: starting today you can use Ruby 2.0 preview1 on Heroku.
Keep Reading
30 Oct 2012
I’m finally wrapping up my UT on Rails series. While people
have been getting close to the end of the course, I’ve gotten the question “Now what?” plenty of
times. Now that you’ve spent 40+ hours pouring over videos, exercises, and quizzes where do you go from here?
To answer this question I made a short video. But first, the last exercise of the course:
Keep Reading
23 Oct 2012
Ruby dominates the web: running popular sites like Github, Heroku, and Living Social. But why should web developers get to have all the fun? Wouldn’t it be great if game developers, embedded systems engineers, or anyone else could use the beautiful syntax of Ruby in their C programs? Lucky for us, that’s exactly what mruby plans to do…
Keep Reading