Upload a big file ,get a 500 Server Error.
Created by: jack230230
when i upload a file which size is less than 10m ,i get a 500 Internal Server Error. this is the log in production.log file.
Started GET "/bluishoul/pomodoro-time/notes" for 127.0.0.1 at 2013-01-25 11:57:24 +0800
Processing by NotesController#index as HTML
Parameters: {"project_id"=>"bluishoul/pomodoro-time"}
Completed 500 Internal Server Error in 23ms
NoMethodError (undefined method `camelize' for nil:NilClass):
app/controllers/notes_controller.rb:10:in `index'