RailsCasts Pro episodes are now free!

Learn more or hide this

aazevedo1984's Profile

GitHub User: aazevedo1984

Comments by

Avatar

Is it possible to user paperclip to upload a pdf(no image, plz)?
and if it's possible, how can I do it?

Avatar

Ty, I'm trying to learn rails. When I put these lines of code in my index nothing show up, so I needed add '=' after <% in form_tag. After that all works great, ty.

<% form_tag projects_path, :method => 'get' do %>

<%= text_field_tag :search, params[:search] %>
<%= submit_tag "Search", :name => nil %>

<% end %>