@xcombinator
- Here's how we did the paging UIScrollView (+ cocos2d) in Jacob's Shapes: http://bit.ly/bTHbUx 3 hours ago
-
Recent Posts
Recent Comments
- A Paging UIScrollView in Cocos2d (with previews) (3)
- XPhoenix: I could just email you my 2.5mb converted correctly compiling project?
- Nate Murray: Hmm, I’ll take a look at that and try to fix it soon!
- XPhoenix: Hey man, Very nice, except your project on github has 3 problems. 1. It has a depency on Adobe Device CS5...
- ActiveRecord from_json and from_xml (5)
- Terence: Dude, you are the bomb. Thanks for your fix. Helped us out heaps.
- djb daemontools with Ubuntu’s upstart (2)
- sorcess: such config may lead to data loss… consider above configuration with this little change start on...
- A Paging UIScrollView in Cocos2d (with previews) (3)
Categories
- bookmarks (2)
- cascading (2)
- code (2)
- crawling (2)
- deployment (6)
- ec2 (3)
- erlang (2)
- gems (3)
- git (7)
- hadoop (3)
- java (1)
- merb (1)
- music (1)
- osx (2)
- poolparty (3)
- processing (1)
- programming (51)
- rails (11)
- ruby (21)
- scalability (5)
- shell (8)
- sysadmin (16)
- tips (13)
- Uncategorized (3)
- useless (1)
Archives
Pages
Blogroll
Author Archives: Matt Pulver
Chaining :include’s in Rails to reduce the number of SQL queries
Say you have the following data model
and you want to execute a single query that returns all the data at once within the ActiveRecord tables, with the proper rails associations between them. Wouldn’t it be nice if you could do something like
A.find(:all, :include => :b => :c => :d => :e) #v1
? Though this is [...]
Posted in programming, rails, scalability Tagged ActiveRecord, include, join, joins, optimize, rails, ruby on rails, sql Leave a comment
Introduction to Array and Hash Methods
One significant programming paradigm I first learned with perl, and have carried over to other programming languages such as ruby, is to think of arrays and hashes as fundamental data types, accompanied by their associated functions/methods. Though not as great of a leap as the transition from procedural to object-oriented programming; to be able to [...]
Posted in programming Leave a comment

Fix for “sslv3 alert handshake failure (OpenSSL::SSL::SSLError)”