Mike Bethany
Mike Bethany
Wrapping is a completely personal setting and should not be in there. In fact it is arguably wrong since you shouldn't be hardcoding arbitrary line breaks into your markdown or...
A minor omission was made that didn't allow thumbnails to show. For completeness thumbnails really should show. To fix this yourself just add styles and a new hash to `to_jq_upload`...
Thank you very much for taking your time to share this example. The issue is it's way too complicated. There's too much going on in this example that has nothing...
On page 137 of Chapter 5 should the self#authenticate method be changed from this: ``` def self.authenticate(username, password) user = new(username, password) user.authenticate(password) rescue Net::LDAP::LdapError => e ActiveRecord::Base.logger.debug "!!! LDAP...