Sha256: e093832cee5e51858701110407cf27e19be741c9f9e46430619f10a78a9b035c
Contents?: true
Size: 454 Bytes
Versions: 1
Compression:
Stored size: 454 Bytes
Contents
# CargoWiki cargo_wiki allows you to install a wiki in a Rails 3 application. ## Installation Add the following line to you gem file: ~~~ruby gem 'cargo_wiki' ~~~ The run: ~~~bash bundle install ~~~ You also need to update your database: ~~~bash rails generate cargo_wiki:install rake db:migrate ~~~ Finally mount the engine in routes.rb: ~~~ruby mount CargoWiki::Engine => "/wiki" ~~~ You are free to mount the wiki to whatever url you want.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cargo_wiki-1.0.0 | README.md |