lukaszsliwa
Results
2
comments of
lukaszsliwa
In attachment_fu/init.rb, in method make_tmpname second argument n is nil in ruby 1.9 when I upload file but don't know why: def make_tmpname(basename, n) ext = nil sprintf("%s%d-%d%s", basename.to_s.gsub(/.\w+$/) {...
We do something similar to: ```html This is example content. Edit ``` ```js //contents/1/edit.js $('#content_1').replaceWith(''); $('.mention').mentionsInput({ source: '/users.json' }); ``` Let's think about it like inline editing. It does not...