gollum_rails icon indicating copy to clipboard operation
gollum_rails copied to clipboard

ArgumentError on setup with Hash

Open nirnanaaa opened this issue 10 years ago • 1 comments

If I initialize GollumRails::Setup with the Hash method:

2.1.5 :001 > GollumRails::Setup.build(repository: "utils/wiki.git")
ArgumentError: When assigning attributes, you must pass a hash as an argument.
        from /home/fkasper/files/gollum_rails/lib/gollum_rails/setup.rb:31:in `build'
        from (irb):1
        from /home/fkasper/.rvm/rubies/ruby-2.1.5/bin/irb:11:in `<main>'

This is probably because of missing activesupport

nirnanaaa avatar Dec 19 '14 05:12 nirnanaaa

missing active_support/core_ext/hash/keys include

nirnanaaa avatar Dec 19 '14 05:12 nirnanaaa