July 2010
20 posts
Titanous: Mailman Released! →
I just released my Ruby Summer of Code project,
Mailman as a gem. You can install
it by running gem install mailman. What is Mailman? Mailman is an incoming email processing microframework. You point it at a
source of email, such as a POP3 account or a Maildir, and it will execute
routes…
Ruby Quicktips: Returning →
schmidt-happens: Ruby/Rails never ceases to amaze me. Once again while digging around in the source code of Rails I came across Object#returning. Let me introduce you to this little gem. If you have been writing code for any amount of time then this should look quite familiar to you. def...
Good teams don’t just do their work, they think about how they are working...
– Extreme Programming Explained - Embrace Change by Kent Beck and Cynthia Andres 2nd Edition
Interesting Roadmap for learning rails. →
NoSql article from Heroku founder! →
Pub/Sub for Ruby and NodeJs →
A Pub/Sub model for Ruby and NodeJs, looks very cool!
Content Helpers for Sinatra →
v1.0.1 release of Simple Column Gem - NOW #Rails 3... →
Event Machine Talk →
If you want to understand more about event driven ruby, watch this video.
Ruby Bash! Looks interesting →
Ruby Bash! Looks interesting →
CSS Style guide →
Interesting Gist on Testing your Queries in... →
Browse your Git Repositories locally! →
How to be a programmer by Robert L Read →
An interesting essay on what it takes to be a good programmer.
Simple column search gem
Need to do multi column like searches in your rails app?
Check out http://github.com/jqr/simple_column_search
If you want to use in rails3 check out my fork!
http://github.com/jackhq/simple_column_search
Mercury 1.0.2 released...
Mercury
1.0.2
Was released last week:
Added support to add css, and js files to any location in your wwwroot folder and connect to them via link and script tags.
Now when you cut a project over it will create the images, javascripts, and stylesheets folder under your wwwroot and you can modify the js and css.
Lastly, when you create a .sass or .coffee file in your wwwroot, you can point...
Excellent article on coffeescript and asynchronous... →
Javascript for your Brain →
A List Apart: Responsive Web Design →
dhotson:
A fantastic technique for designing fluid layouts. Also, check out Hicksdesign and try resizing your browser.
(via Trivium)