summaryrefslogtreecommitdiffstats
path: root/test/functional/files_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-2/+2
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-3/+3
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-4/+4
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-0/+38
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-0/+29