about 1 month ago - No comments
I’ve just completed migrating a client site from BackgrounDRb to delayed_job (which is a huge relief on several levels). I had hoped to complete the process this morning, but the delayed_job process kept dying on me without any apparent explanation in the usual logs. Thankfully the RPM log in my app turned out to be More >
about 2 months ago - No comments
The changes to ActionMailer coming in Rails 3 are already a huge improvement, and I hadn’t expected to see much more development before version 3 lands, but it’s great to see this change making it far easier to support inline attachments.
about 3 months ago - No comments
In a lengthy blog post detailing many of the intricacies and some of the politics relating to character encodings in Ruby, Yehuda Katz has a few paragraphs that left me more than a little excited: The most common scenario where you can see this issue is when the user pastes in content from Microsoft Word, More >
about 3 months ago - 2 comments
Its been twenty years since Coldcut formed Ninja Tune and they’ve got a lot planned to celebrate that anniversary. There’ll be events, a very special box set, and… a website featuring exclusive giveaways every week for the next twenty weeks. Ninja Tune XX launched at 4pm today. This is the rush job I’ve referred to More >
about 4 months ago - No comments
I stumbled across James Herdman’s piece on asset bundling in rails earlier this week. I’d always presumed you could do this but never got round to investigating as very few of my projects load in very large numbers of JS/CSS assets. In the end it was quite timely as I’ve been trying to reduce the More >
about 4 months ago - No comments
Obie Fernandez has a nice interview with Chris Wanstrath of Github up on InfoQ. Github continues to be fascinating, both the company as a startup and the product as a change to how people interact with and around code. From the interview, I particularly like the sound of their hiring practices, which have so far More >
about 4 months ago - 2 comments
If you’re anything like me, you’ve found the rails server and console taking longer and longer to launch lately. Even switching to Rails 3 for most active projects hasn’t really helped. But I finally found a solution a couple of weeks ago. I found it reading Mikel Lindsaar’s Bundle Me Some Sanity where he outlines More >
about 7 months ago - Comments Off
MockSMTP.app bills itself as “smart and simple e-mail testing for new apps and websites on Mac OS X” and works as a non-delivering SMTP server so you can trap and review any emails your application sends. The instructions describe how to set it up for a Rails app but it should be usable in many More >
about 7 months ago - Comments Off
A few random selections from this week’s reading. Discussions of online privacy continue to rumble on. ReadWriteWeb had a piece about (facebook’s) Mark Zuckerberg repeating the adage that “the age of privacy is over.” Zuckerberg’s comments would appear to continue the confusion around facebook and privacy. Facebook’s popularity is at least in part due to More >
about 8 months ago - Comments Off
It’s time for me to take another stab at occasional link blogging. While I really appreciate those who blog individual links, I seem to keep coming back to ways of packaging links. Here’s a first installment for 2010: Last month may have been the time for advent calendars—with Drew’s 24ways yet again containing many excellent More >
about 1 month ago
Sorry to hear he doesn’t intend to maintain it as I use it in just about everything as well. Good luck with your fork, I’ll be keeping an eye on it. One small niggle, however: his surname is Weaver…
about 1 month ago
Ah – thanks. I’ve updated the post with the correct surname.
about 2 days ago
I too use the Evan’s has_many_polymorphs gem with 2.3.8. It is indeed too bad that the original author is no longer interested in continued development. However myself and many others will likely be trying to get it working with Rails 3. I am going to give Ninja_Tune_XX’s fork a try and see how it fares.
about 2 days ago
Actually I see now that the forked version is from James Stewart. I added the line “gem ‘has_many_polymorphs’, :git => ‘http://github.com/jystewart/has_many_polymorphs.git’ ” to my gemfile and did bundle install and all went well. I have not done testing yet but it looks good so far.
about 2 days ago
Yes, Ninja Tune XX is a project I worked on, but my github account is jystewart