原创 #100 5 View Tips

Tip #1: Whitespace in ERB TemplatesUse a dash at the beginning and end of a

原创 #95 More on ActiveResource

See how to handle authentication and custom actions using ActiveResource in

原创 #98 Request Profiling

You can use profiling to determine where the performance bottlenecks are in

原创 #94 ActiveResource Basics

ActiveResource allows you to easily communicate between multiple Rails appl

原创 #96 Git on Rails

Git has been getting a lot of buzz lately, and for good reason. It's an exc

原创 #86 Logging Variables

Have you ever wanted to easily log all variables? Now you can by using some

原创 #87 Generating RSS Feeds

See how to easily generate and link to an RSS feed using new features in Ra

原创 #85 YAML Configuration File

Application configuration shouldn't be spread throughout your code base. In

原创 #84 Cookie Based Session Store

In Rails 1.2 the default session store is file based. This is inefficient a

原创 #101 Refactoring Out Helper Object

If you have complex view logic, this can easily lead to helper methods whic

原创 #90 Fragment Caching

Sometimes you only want to cache a section of a page instead of the entire

原创 #88 Dynamic Select Menus

See how to dynamically change a select menu based on another select menu us

原创 #89 Page Caching

Page caching is an efficient way to cache stateless content. In this episod

原创 #93 Action Caching

Action caching behaves much like page caching except it processes the contr

原创 #99 Complex Partials

How do you handle partials which have differences depending on the action w