Tagged Questions
0
votes
0answers
407 views
Paperclip: NoMethodError in ProductsController#create (undefined method `match' for nil:NilClass)
I've looked all over the internet trying to find why this error is happening to me. I'm trying to upload a file using paperclip gem in Rails 3.2.7 and is giving me this error:
undefined method ...
0
votes
1answer
522 views
Paperclip: NoMethodError (undefined method `match' for nil:NilClass)
I've looked all over the internet trying to find why this error is happening to me.
I'm trying to upload a file using paperclip gem in Rails 3.2.7 and is giving me this error:
NoMethodError in ...
1
vote
0answers
822 views
NoMethodError (undefined method `new' for nil:NilClass): when try to create Photo object
When I try to assign the data sent with the POST method to an object I get the following error.
Started POST "/backend/photos" for 127.0.0.1 at 2012-02-10 19:24:48 +0100
Processing by ...
1
vote
1answer
559 views
NoMethodError 'exitstatus' while using Paperclip with Ruby on Rails
I'm trying to use paperclip to handle file uploads in my Rails app. I'm currently running Paperclip 2.4.1 on Rails 3.0.9, running a WEBrick server on sqlite3.
The form worked fine before adding the ...