summaryrefslogtreecommitdiffstats
path: root/test/integration/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-2/+2
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-091-4/+3
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-2/+2
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-1/+1
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-2/+2
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-1/+1
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-1/+1
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-2/+2
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-1/+1
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-4/+4
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-4/+4
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-0/+3
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+2
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-181-0/+3
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-1/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-2/+2
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-4/+4
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-4/+4
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+2
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-1/+167
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-0/+46
* Fixes an error when running tests coverage.Jean-Philippe Lang2010-03-281-1/+1
* Moved the IssuesController routing tests to an integration test.Eric Davis2010-02-221-1/+43
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-1/+1
* Moved a routing test from a functional to an integration test.Eric Davis2010-02-081-0/+26