zachholman saved tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
Building RSS Feeds in Rails 2.0
Submitted by RailsJitsu » Here's a quick way to build an RSS feed using some of the new features in Rails 2.0.
Rating: 4.0/5 | 2,290 clicks | 0 comments | 1 save | share | report
Nested Resources in Rails 2
Submitted by Adam @ Heroku » Nested resources were introduced in Rails 1.2 and are touted as the Right Way to do REST with parent-child model associations. If your app has a url that reads something like /employees?company_id=1, a switch to nested resources would cause it to read /companies/1/employees. Here's a detailed guide to developing with these new changes in mind.
Rating: 5.0/5 | 2,485 clicks | 0 comments | 1 save | share | report
Behavior-driven Testing with RSpec
Submitted by IBM developerWorks » Testing fever has infected the Ruby programming community, and the infection is spreading. One of the most promising innovations in testing in the past year is the introduction and rapid growth of RSpec, a behavior-driven testing tool. Learn how RSpec can change the way you think about testing.
Rating: 4.0/5 | 247 clicks | 0 comments | 1 save | share | report
Tips and tricks for designing logos
Thumbnail
Submitted by Wipeout44 » A guide for how to go about designing a logo, it covers good font techniques, how to get inspiration, playing with layouts and how to simplify complicated objects for use in logos. A must for any wannabe graphics designer.
Rating: 3.4/5 | 13,193 clicks | 1 comment | 1 save | share | report
Internet Explorer CSS bug fixes
Submitted by Wipeout44 » Fixes for some of the most common problems in Internet Explorer when designing your web sites with CSS.
Rating: 3.0/5 | 1,127 clicks | 0 comments | 1 save | share | report
19 Rails Tricks Most Rails Coders Don't Know
Submitted by Ruby Inside » A collection of tips to make your Rails developing more efficient or interesting that most Rails developers overlook.
Rating: 5.0/5 | 8,276 clicks | 0 comments | 1 save | share | report
Getting Started With RESTful Rails
Submitted by Rails Forum » An in-depth look at RESTful programming in Rails.
Rating: 5.0/5 | 4,052 clicks | 0 comments | 1 save | share | report
Creating a Variable Number of Models in One Form
Submitted by Rails Forum » Learn how to add/remove tasks in the same form using JavaScript and RJS.
Rating: 2.0/5 | 7,577 clicks | 0 comments | 1 save | share | report
Test Helper: Clean, Custom Assertion Messages
Submitted by Rails Forum » Creating clean, custom assertion messages in Rails.
Rating: 2.0/5 | 7,333 clicks | 0 comments | 1 save | share | report