Emad Ibrahim
Emad Ibrahim
I tried `gf` on multiple things and it doesn't seem to be jumping anywhere. It always displays error: `can't find file 'xxxx' in path`
It's working locally but can't make it work in heroku. upload button doesn't show up. I tried config.assets.initialize_on_precompile = true and config.assets.initialize_on_precompile = false I have all the AWS settings...
This is because the default MVC ValidateAntiForgeryToken only works with POST requests and backbone uses PUT and DELETE. There is a workaround at http://www.codethinked.com/asp.net-mvc-ajax-csrf-protection-with-jquery-1.5 but it is a pain to...
I see you have a file type transform but I am not sure how to use it. Can you give me an example of how to upload a file to...
**Bug Description** i want to see the session name in my statusline, i am always running multiple instances and i name each session and it would make it a lot...