lp://staging/~samitheberber/tarkisto/basic-routing
Created by
Sami Saada
and last modified
- Get this branch:
- bzr branch lp://staging/~samitheberber/tarkisto/basic-routing
Only
Sami Saada
can upload to this branch. If you are
Sami Saada
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- naimela: Approve
-
Diff: 534 lines (+300/-64)31 files modifiedapp/controllers/dashboard_controller.rb (+6/-0)
app/controllers/exams_controller.rb (+15/-0)
app/controllers/faq_controller.rb (+6/-0)
app/controllers/search_controller.rb (+6/-0)
app/helpers/dashboard_helper.rb (+2/-0)
app/helpers/exams_helper.rb (+2/-0)
app/helpers/faq_helper.rb (+2/-0)
app/helpers/search_helper.rb (+2/-0)
app/views/dashboard/show.html.haml (+1/-0)
app/views/exams/generate.html.haml (+1/-0)
app/views/exams/index.html.haml (+6/-0)
app/views/exams/new.html.haml (+1/-0)
app/views/exams/show.html.haml (+3/-0)
app/views/faq/show.html.haml (+1/-0)
app/views/search/show.html.haml (+2/-0)
config/routes.rb (+16/-41)
features/manage_dashboard.feature (+7/-0)
features/manage_exams.feature (+29/-0)
features/manage_faq.feature (+7/-0)
features/manage_search.feature (+7/-0)
features/manage_session.feature (+15/-0)
features/step_definitions/search_steps.rb (+3/-0)
features/support/paths.rb (+35/-23)
spec/controllers/dashboard_controller_spec.rb (+16/-0)
spec/controllers/exams_controller_spec.rb (+37/-0)
spec/controllers/faq_controller_spec.rb (+16/-0)
spec/controllers/search_controller_spec.rb (+16/-0)
spec/helpers/dashboard_helper_spec.rb (+10/-0)
spec/helpers/exams_helper_spec.rb (+10/-0)
spec/helpers/faq_helper_spec.rb (+10/-0)
spec/helpers/search_helper_spec.rb (+10/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/tarkisto