Dave Elkins

Search It!

Entries Tagged as 'code'

Introducing GroopBuyr gem

July 22nd, 2010 · No Comments

I have built and release the GroopBuyr gem at http://github.com/elkinsware/groopbuyr. This is a simple wrapper around the GroopBuy API to get deals through their api. GroopBuy is a company that aggregates deals from many sites like GroupOn, LivingSocial and others so you can find all the deals for a city in one place. The API [...]

[Read more →]

Tags: code · ruby · web

Calculating Color Contrast for Legible Text

March 11th, 2010 · No Comments

http://www.colourlovers.com/web/blog/2010/03/11/calculating-color-contrast-for-legible-text http://particletree.com/notebook/calculating-color-contrast-for-legible-text/ http://wufoo.com/ http://wufoo.com/2008/09/16/report-upgrades-and-new-graphs/ http://us2.php.net/manual/en/function.hexdec.php#74092 http://www.barelyfitz.com/ http://www.barelyfitz.com/projects/csscolor/

[Read more →]

Tags: code · web

Slides from LA Ruby Conf about Ruby and GC

February 24th, 2010 · No Comments

http://timetobleed.com/garbage-collection-slides-from-la-ruby-conference/ It goes into a lot of details about how ruby allocates memory and how the GC works.  Also, talks about tracking down memory leaks.

[Read more →]

Tags: code · rails · ruby

EdgeRails.info has good look at scopes in Rails 3

February 24th, 2010 · No Comments

http://edgerails.info/articles/what-s-new-in-edge-rails/2010/02/23/the-skinny-on-scopes-formerly-named-scope/

[Read more →]

Tags: code · rails

A good post by Mike Subelsky about Ruby Queues

February 18th, 2010 · No Comments

http://www.subelsky.com/2010/02/using-rubys-queue-class-to-manage-inter.html A good post by Mike Subelsky about Ruby Queues.

[Read more →]

Tags: code · rails · ruby

The problem with passwords by A List Apart

February 9th, 2010 · No Comments

http://www.alistapart.com/articles/the-problem-with-passwords/ An interesting article about making password entry a little more user friendly and the hazards.

[Read more →]

Tags: code · web

Carsonifed.com post: Bulletproof backups for MySQL

February 4th, 2010 · No Comments

http://carsonified.com/blog/dev/bulletproof-backups-for-mysql/

[Read more →]

Tags: code · database · install · mysql · security · sysadmin · web

Good post about a possible issue with Passenger, Interlock, Cache Fu and Memcached

February 3rd, 2010 · No Comments

Good post about a possible issue with Passenger, Interlock, Cache Fu and Memcached http://plasti.cx/2010/02/03/getting-passenger-to-play-nice-with-interlock-cache_fu-and-memcached

[Read more →]

Tags: code · rails · Rails Plugins · ruby · sysadmin · web

Where did the scripts go? from lindsaar.net

February 3rd, 2010 · No Comments

Rails 3 Scripts have moved find where to find them: http://lindsaar.net/2010/2/3/where-did-the-scripts-go

[Read more →]

Tags: code · rails

More Rails 3 post!

February 1st, 2010 · No Comments

SafeBuffers by Katz – http://yehudakatz.com/2010/02/01/safebuffers-and-rails-3-0 New Validation Methods by lindsaar.net – http://lindsaar.net/2010/1/31/validates_rails_3_awesome_is_true rails-upgrade plugin by omgboglol – http://omgbloglol.com/post/364624593/rails-upgrade-is-now-an-official-plugin

[Read more →]

Tags: code · rails · Rails Plugins · ruby · web