RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: aazevedo1984
Is it possible to user paperclip to upload a pdf(no image, plz)? and if it's possible, how can I do it?
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 %>
Is it possible to user paperclip to upload a pdf(no image, plz)?
and if it's possible, how can I do it?
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 %>