Dave Elkins

Search It!

Entries Tagged as 'code'

article from 37Signals about Chef

August 28th, 2009 · No Comments

http://37signals.com/svn/posts/1872-nuts-bolts-configuration-management-with-chef
http://github.com/37signals/37s_cookbooks/tree/master

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · rails · ruby

A couple of good articles from Carsonified for web development

August 21st, 2009 · No Comments

http://carsonified.com/blog/dev/six-useful-tips-for-web-designers-and-developers/
Some handying tips for writing code and help with the development process.
——————————
http://carsonified.com/blog/design/5-advanced-photoshop-techniques-for-web-designers/
A really nice article about how to create some cool effects in photoshop.  I am a developer but it is nice to be able to get a little bit done on the design side and having tutorials like this makes it look like you [...]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · web

Bamboo post about block helpers to help DRY up views

August 14th, 2009 · No Comments

http://blog.new-bamboo.co.uk/2009/8/14/block-helpers

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

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

post from the GitHub about Capistrano cleanup

August 6th, 2009 · No Comments

A good article from the GitHub guys about cleaning up and speeding up their deployment with Capistrano.
http://github.com/blog/470-deployment-script-spring-cleaning

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · rails · ruby

link to post about rails + PostgreSQL

August 5th, 2009 · No Comments

http://awesomeful.net/posts/45-postgresql-rails-and-why-you-should-care
it gives an overview of what PostgreSQL provides, some history of the debate between MySQL and PostgreSQL and why you should consider using PostgreSQL.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · rails

using real data in performance testing in rails

July 30th, 2009 · No Comments

http://m.onkey.org/2009/7/29/running-rails-performance-tests-on-real-data

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · rails

A good article about deploying to EC2

July 27th, 2009 · No Comments

Ben Curtis has a good article about deploying to EC2.
http://www.bencurtis.com/archives/2009/07/automating-ec2-deployments-with-ruby/

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: AWS · code · rails

OAuth articles from stakeventures.com

July 23rd, 2009 · No Comments

A couple of good articles about integrating OAuth into your Rails app.
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
http://stakeventures.com/articles/2007/11/26/how-to-turn-your-rails-site-into-an-oauth-provider
http://github.com/pelle/oauth-plugin/tree/master

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: Rails Plugins · code · rails · security

Articles about using Delayed Job in Rails

July 23rd, 2009 · No Comments

http://railscasts.com/episodes/171-delayed-job – A good railscast about using Delayed Job.
http://www.therailsway.com/2009/7/22/do-it-later-with-delayed-job – Article by TheRailsWay about why to use and how to use.
It looks like are really simple way to offload long running tasks.

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: Rails Plugins · code · rails · scaling

Links about Cucumber for BDD Testing

July 9th, 2009 · No Comments

Cucumber looks interesting but I am still not sold that it is necessary.  It feels a little overkill.  What do you think?
Here are some links to see how to use it and how it works.
http://www.engineyard.com/blog/2009/cucumber-introduction/
http://www.engineyard.com/blog/2009/cucumber-more-advanced/
http://railscasts.com/episodes/155-beginning-with-cucumber
http://railscasts.com/episodes/159-more-on-cucumber

Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • DZone
  • Wists
  • BlinkList
  • blogmarks
  • Ma.gnolia
  • NewsVine
  • Slashdot
  • StumbleUpon
  • Technorati
  • Facebook
  • TwitThis

[Read more →]

Tags: code · rails · testing