Depixelate - Home

Rails / QuickBooks integration without ActionWebService


over 3 years ago by zackchandler on Depixelate - Home.
I will try to do a full writeup later but for now know that ActionWebService is now neither required nor desired for QuickBooks integration. Views ...

qbwc-mini


over 3 years ago by zackchandler on Depixelate - Home.
What is it? Sinatra ruby server implementing QBWC callbacks in Introduction I've blogged extensively on QuickBooks integration in Rails. The short...

Coming home to Merb


over 3 years ago by zackchandler on Depixelate - Home.
The highlight of RailsConf 2007 for me was discovering Merb on the plane ride up to Portland. I remember reading the router code and thinking, wow, I can...

jQuery CRUD deletion patterns


almost 4 years ago by zackchandler on Depixelate - Home.
Like a lot of rubyists, I've been playing with jQuery and lov'in it. Here is a little pattern I've been using to generically handle ajax deletion of resources...

Hacking with the master


almost 4 years ago by zackchandler on Depixelate - Home.
...

Rails migrations for large text columns


almost 4 years ago by zackchandler on Depixelate - Home.
Sometimes you need big text columns in your database. For example, I'm using bj to asynchronously process large xml files. By default, the bj database...

Nathan Walker Chandler


~4 years ago by zackchandler on Depixelate - Home.
...

acts_as_quickbooks_model


~4 years ago by zackchandler on Depixelate - Home.
Announcing the acts_as_quickbooks_model plugin for simplifying the parsing of qbXML messages into ActiveRecord model attributes. Example class Customer...

Ruby XML Parsing Benchmarks


~4 years ago by zackchandler on Depixelate - Home.
Benchmark. Benchmark. Benchmark. I had heard it a million times. So rather than just blindly trust that Hpricot was faster than REXML for my next project...

QuickBooks Integration Plugin moves to GitHub


~4 years ago by zackchandler on Depixelate - Home.
I've just moved my QuickBooks Integration Plugin over to github. I've also added callback support for the newer serverVersion method... Clone it here...