Redmine/app
Toshi MARUYAMA 1f4ff3687c Rails3: controller: repositories: use to_s for revision parameter
On Rails 3.0 and Ruby 1.8.7, following error raises.

Error:
test_revision(RepositoriesControllerTest):
NoMethodError: undefined method `strip' for 1:Fixnum
    app/controllers/repositories_controller.rb:252:in `find_repository'
    test/functional/repositories_controller_test.rb:44:in `test_revision'

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7622 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-10-09 23:34:53 +00:00
..
controllers Rails3: controller: repositories: use to_s for revision parameter 2011-10-09 23:34:53 +00:00
helpers Rails3: helper: use html_safe at page_header_title of ApplicationHelper 2011-10-06 15:02:14 +00:00
models Rails3: model: replace deprecated errors.add_to_base at validate_issue_relation of IssueRelation 2011-10-07 23:53:49 +00:00
views Rails3: view: use html_safe for subprojects at projects/show.html.erb 2011-10-06 15:02:56 +00:00