Merge branch 'tsigo-routing_overhaul'
Showing
... | ... | @@ -57,7 +57,7 @@ gem "seed-fu" |
# Markdown to HTML | ||
gem "redcarpet", "~> 2.1.1" | ||
gem "github-markup", "~> 0.7.4" | ||
gem "github-markup", "~> 0.7.4", require: 'github/markup' | ||
# Servers | ||
gem "thin" | ||
... | ... |
app/controllers/blame_controller.rb
0 → 100644
app/controllers/blob_controller.rb
0 → 100644
app/controllers/commit_controller.rb
0 → 100644
app/controllers/compare_controller.rb
0 → 100644
app/controllers/tree_controller.rb
0 → 100644
app/views/commit/show.html.haml
0 → 100644
app/views/commit/show.patch.erb
0 → 100644
app/views/commits/index.html.haml
deleted
100644 → 0
app/views/compare/index.html.haml
0 → 100644
app/views/compare/show.html.haml
0 → 100644
app/views/tree/_head.html.haml
0 → 100644
features/admin/active_tab.feature
0 → 100644
features/dashboard/active_tab.feature
0 → 100644
features/profile/active_tab.feature
0 → 100644
features/project/active_tab.feature
0 → 100644
features/steps/admin/admin_active_tab.rb
0 → 100644
features/steps/profile/profile_active_tab.rb
0 → 100644
features/steps/project/project_active_tab.rb
0 → 100644
features/steps/shared/active_tab.rb
0 → 100644
lib/extracts_path.rb
0 → 100644
spec/controllers/commits_controller_spec.rb
0 → 100644
spec/controllers/tree_controller_spec.rb
0 → 100644
spec/helpers/tab_helper_spec.rb
0 → 100644
spec/lib/extracts_path_spec.rb
0 → 100644
spec/lib/ref_extractor_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment