RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: glennmartinez
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.
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
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.
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
end