dimas priyanto a guy with mouse and keyboard

Getting Ruby 1.9 Fiber to work with XCode 4.2 on OSX Lion 10.7

WordPress database error Can't create/write to file '/tmp/#sql_e94_0.MYI' (Errcode: 28) for query SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (480, 478, 476, 471, 474, 468, 465) ORDER BY t.name ASC made by require, wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, update_post_caches, update_object_term_cache, wp_get_object_terms

if you are working with a new installed OSX Lion 10.7.* and XCode 4.2 i bet you will experiencing segmentation fault bug when tried to..

October 30 2011

Using GNU GCC on XCode 4.2 and OSX Lion 10.7.2

so, i got a segmentation fault problem last day when i installed a package on osx lion 10.7.2 with xcode 4.2 installed on the operating..

October 30 2011

Using Kaminari to paginate Array

Pagination sounds very popular for us, when building some admin pages or user pages that renders many items, we usually use it to make it..

October 28 2011

Using Fabrication to populate database

I usually using populator and faker gems to populate database in development environment, but now i’m mostly using mongoid than activerecord, and when i tried..

September 14 2011

adding routes to non-rails mounted application

I think many people will find what i had just encountered. Yea, i was so confused to embed resque’ path inside rails routes, so when..

August 28 2011

Workshop ID-BYTE 2011

Hari ini tepatnya sore tadi sekitar jam 4, baru aja selesai ngikutin workshop ID-BYTE di Pacific Place Sudirman dengan tema The Future of Application World…

July 11 2011

querying hash field in mongoid

MongoDB in general and Mongoid in specific of Rails use, has an awesome Hash data type, it’s like JSON on Javascript and Hash in Ruby…

June 11 2011