David Kelly

Results 14 issues of David Kelly

Frank is a great little gem but it seems to have been abandoned and really needs some love and attention. Can I or anyone else help with this responsibility?

Could a section be added to the documentation about using Slim templates with frank? In particular you need to `require 'slim'` in `setup.rb` to make it work. It's not clear...

Hey, I don't know if you're aware of this but the code on rubygems.org for frank 10.0.12 is _actually_ the code for 10.0.11 https://rubygems.org/gems/frank/versions (note the identical date and file...

I think it would be worth adding to the documentation, both in the README and on the jscroll.com website, how you can detect if jscroll is being applied and how...

Add Skimpy, a new Python 3 template engine that was inspired by, and closely resembles, the Slim template syntax

Version 1.9.2 breaks passing an object as a parameter for the expire time in 1.9.0 this works: ``` r = Redis.new r.set(:a, 1) r.expire(:a, 1.hour) # ActiveSupport::Duration object ``` in...

Any plans to upgrade this to the latest version of Gentelella - 1.4.0 ? It's not really clear to me how this was set up. I copied the `bower.json` from...

### Expected behavior When searching by IP, correct results for an IP address should be returned. ### Actual behavior Incorrect results are returned if there is, for example, a carriage...

When stripping down Markdown, the language for a quote block is not removed in the stripped text, as per this example: ```ruby text =

Fixes the issue with the gem not validating Active Record Store attributes in an AR model, as described here: https://github.com/afair/email_address/issues/99