I'll admit I'm fairly new with ruby on rails...but i'm plugging along quite nicely (in my opinion of course). I'm using instantrails (on win xp sp2), and took the example cookbook and modified to to make it my very own! I've successfully added the login generator, and that works quite nicely (for my needs). I'm now attempting to add in the searchgenerator. I do have it working, and it actually spits out a result based on my search. However.. I'm trying to modify the "look" of it, and for some reason it's not seeing my newly created partial "_recipe.rhtml". I have this file in views\search. When I do a search I get the "No parital available for Recipe, using generic" response. What am I missing? Thanks Ryan