| Article: |
Rolling with Ruby on Rails, Part 2 | |
| Subject: | "Showing recipes in a category" code | |
| Date: | 2005-03-08 08:19:40 | |
| From: | jfister | |
|
Response to: "Showing recipes in a category" code
|
||
|
I have to agree 100%. It's easy with an application like Rails for beginning programmers to wreak havoc on a server by not being careful with their database queries. Unfortunately, this tutorial does just that in the "Showing recipes in a category" code.
|
||
Showing messages 1 through 1 of 1.
-
"Showing recipes in a category" code
2005-03-08 08:36:56 Curt Hibbs |
[View]



Even better, I could have used:
This is an example of dynamic finders, where "find_by_" can be appended with a column name.