Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

ArgumentError on setup with Hash #29

Open
nirnanaaa opened this issue Dec 19, 2014 · 1 comment
Open

ArgumentError on setup with Hash #29

nirnanaaa opened this issue Dec 19, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@nirnanaaa
Copy link
Owner

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 nirnanaaa added the bug label Dec 19, 2014
@nirnanaaa nirnanaaa added this to the 2.0.0 milestone Dec 19, 2014
@nirnanaaa nirnanaaa self-assigned this Dec 19, 2014
@nirnanaaa
Copy link
Owner Author

missing active_support/core_ext/hash/keys include

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant