425.672.1879 t 805.570.3561 c

Helpful Articles to Grow Your Business

Safari 4 is Fast

Friday, Apr 03, 2009 at 10:01 PM | General

Wow..Safari 4 is very fast. That's all I can say on that. It's really worth trying out. Head to Safari.com and give it a test. Don't forget about the dev... Read more

Enumerable is your Friend

Thursday, Apr 02, 2009 at 07:22 AM | Solutions

The Enumerable ruby class is your friend! Forget about for loops and trying to ouput an iterator. Instead, in your ruby code, you can do: @post.comments.each_with_index |post, index| "Comment Number... Read more

Dynamic Scopes

Friday, Mar 27, 2009 at 09:06 AM | Solutions

Rails 2.3 has a lot of fun features that are proving to be handy. We have been excited to try some out and we had a chance yesterday to use... Read more

For A Better Browser

Tuesday, Feb 24, 2009 at 03:08 PM | General

Well, it turns out we were having a small display error on our main nav in ie7. The error turned out to be an instance of the sticky bug and... Read more

View Log in Real Time

Wednesday, Feb 04, 2009 at 07:12 AM | Solutions

This is a great way to look at your production log in real time and not have to download a huge log file. cd to you log folder on your... Read more

Fun with Routes

Thursday, Dec 18, 2008 at 09:31 AM | Solutions

As we were building the rss feed for our journal, we came across an issue getting the right link from the rss feed to the actual post. For those Rubists,... Read more

Limiting do blocks

Wednesday, Dec 17, 2008 at 08:23 AM | Solutions

If you want to limit the loop to a certain number of items in: service.photos.each do |photo| You can do this: service.photos[(0..2)].each do |photo| And it will grab the first... Read more

Missing Gem Echoe

Tuesday, Dec 09, 2008 at 07:46 PM | Solutions

Just in case you manually update rubygems by doing: sudo gem install rubygems-update sudo update_rubygems And you get this error in your app: Could not find RubyGem echoe (>= 0)... Read more

Need help to make an impact?

Let's Start a Conversation