.gitignore | |
|
|
.rspec | |
|
|
.ruby-version | |
|
|
Capfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/collaborations.coffee | |
|
|
app/assets/javascripts/pages.coffee | |
|
|
app/assets/javascripts/wikis.coffee | |
|
|
app/assets/javascripts/wizu.coffee | |
|
|
app/assets/stylesheets/application.scss | |
|
|
app/assets/stylesheets/modules.scss | |
|
|
app/assets/stylesheets/overrides.scss | |
|
|
app/assets/stylesheets/variables.scss.erb | |
|
|
app/controllers/application_controller.rb | 51 | A 0 mins |
|
app/controllers/attachments_controller.rb | 34 | A 0 mins |
|
app/controllers/collaborations_controller.rb | 28 | A 0 mins |
|
app/controllers/pages_controller.rb | 60 | A 0 mins |
|
app/controllers/sessions_controller.rb | 19 | A 0 mins |
|
app/controllers/welcome_controller.rb | 14 | A 0 mins |
|
app/controllers/wikis_controller.rb | 50 | A 0 mins |
|
app/helpers/application_helper.rb | 20 | A 0 mins |
|
app/models/ability.rb | 27 | A 0 mins |
|
app/models/attachment.rb | 36 | A 0 mins |
|
app/models/collaboration.rb | 7 | A 0 mins |
|
app/models/filters/embed_page.rb | 17 | A 0 mins |
|
app/models/filters/external_link.rb | 14 | A 0 mins |
|
app/models/filters/internal_link.rb | 22 | A 55 mins |
|
app/models/filters/remove_fragment.rb | 11 | A 0 mins |
|
app/models/identity.rb | 14 | A 0 mins |
|
app/models/page.rb | 77 | A 0 mins |
|
app/models/user.rb | 29 | A 0 mins |
|
app/models/wiki.rb | 12 | A 0 mins |
|
app/views/application/_errors.html.slim | |
|
|
app/views/application/_flash.html.slim | |
|
|
app/views/application/_navbar.html.slim | |
|
|
app/views/attachments/index.html.slim | |
|
|
app/views/collaborations/index.html.slim | |
|
|
app/views/layouts/application.html.slim | |
|
|
app/views/pages/_breadcrumb.html.slim | |
|
|
app/views/pages/_form.html.slim | |
|
|
app/views/pages/_page.html.slim | |
|
|
app/views/pages/_siblings.html.slim | |
|
|
app/views/pages/edit.html.slim | |
|
|
app/views/pages/histories.html.slim | |
|
|
app/views/pages/new.html.slim | |
|
|