philister
philister
``` foo[1] bar fn1. Not exclusivly foo, als foobar. ``` It will not render the id-attribute of the p-tag. Redcloth is working correct: `text= "foo[1]\n\nbar\n\nfn1. Not exclusivly foo, als foobar.";...
we nailed it on 1.5.7 Thank you for listening :)
Hi, is it correct that I can not install on both server A and server B? Where Server A is running rbenv, and Server B is not running rbenv at...
uninitialized constant Puma::DSL::DefaultRackup When I remove line 7 in config/puma.rb, it works. Can you reproduce that?
FYI http://doorkeeper-provider.herokuapp.com/
Saves a lot of gems.
This replaces #596 , but the idea is the same: "If you use the Symbol-Shortcut (:hour or :day at the moment) and leave the at-argument blank, the exact time of...
I wonder why [daemonize](https://github.com/collectiveidea/delayed_job/blob/master/lib/delayed/command.rb#L102) is not parallelized (via Thread). It would at least stop worker much faster. Thanks for your opinion. Regards, Phil
New config-parameter: `host_to_name_map` a hash mapping "host:port" to a name. Useful for providing more descriptive names or tuning the ring-continuum e.g. client1 `{ 'localhost:11211' => 'memcached1', 'mem2.cach.ed' => 'memcached2'}` client2...