Kris Leech
Kris Leech
This commit will look in each given path (pathogen, vundle, root), the first which exists sets @snippets_dir. It will also allow for additional paths to be added in the future...
This should remove a previously published event. This might be useful if someone 'likes' a post and then needs to undo this action.
There is unique index (subscriber, publisher and topic) but it fails (does not raise exception) if topic is not given (nil/NULL). Also we need to rescue the exception to no-op...
Fix URL to snakeyaml, it is now hosted on bitbucket not google code.
In the [http-basic section](https://funcool.github.io/buddy-auth/latest/#http-basic) it says to add `(wrap-authentication)`, but it seems that `(wrap-authorization)` middleware is also needed. Without this middleware no 'basic auth' dialog is shown to enter the...
Would an option to clear the screen before each test run be considered? I'm fairly new to Clojure but would be happy to have a go at a PR, if...
Really enjoying using this tool, thanks 👍 I'm not sure if this is intended behaviour or not: * `overmind start -D` * `.overmind.sock` is created * turn off computer at...
```ruby require 'time' require 'yaml' date = DateTime.parse('22018-01-05') serialized_date = YAML.dump(date) YAML.load(serialized_date) # => fails with NoMethodError: undefined method `captures' for nil:NilClass ``` This is because the [regex for parsing...
Add Wisper::Testing as a dependency. Provide an example usage in the README, such as: ``` ruby RSpec.configure do |config| config.before(:each) do |example| Wisper.clear if example.metadata[:wisper] == :fake Wisper::Testing.fake! elsif example.metadata[:wisper]...
Looks like the JDBC Ruby driver does not work with ActiveRecord 5.2 yet. https://travis-ci.org/krisleech/wisper-activerecord/jobs/391327767 https://github.com/jruby/activerecord-jdbc-adapter/issues/899 https://github.com/jruby/activerecord-jdbc-adapter/issues/700 Also add JRuby to ActiveRecord 5.0, it is currently excluded.