gollum_rails icon indicating copy to clipboard operation
gollum_rails copied to clipboard

Integrate Gollum wiki into your Rails app. Continued

Results 4 gollum_rails issues
Sort by recently updated
recently updated
newest added

We're looking for a wiki that can be embedded into our rails app

Can there be multiple wiki's and can multiple users access each wiki?

If I initialize GollumRails::Setup with the Hash method: ``` ruby 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'...

bug

I looked through lib/gollum_rails/setup.rb, and it looks like config.startup is never checked. I worked around it, but it might be nice to fix this someday.

bug
feature