RailsCasts Pro episodes are now free!

Learn more or hide this

glenn martin's Profile

GitHub User: glennmartinez

Comments by glenn martin

Avatar

Hey guys,

I have some Javascript validations for the dynamic fields, how do you go about solving the issue with dynamically inserted fields? This gem generates the current datestamp.

Avatar

Hi guys, i've ran into this problem.

ActionView::MissingTemplate in Notes#index

Which fails at: <%= render 'notes' %>

Should i be adding anythign else to my controller?

def index

@notes = Note.search(params[:search])

end