]> source.dussan.org Git - redmine.git/commit
Upgrade to Rails 4.2.0 (#14534).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Jan 2015 17:02:55 +0000 (17:02 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 17 Jan 2015 17:02:55 +0000 (17:02 +0000)
commitd85f73a30d48b3472346fb712106e6d5f4403278
tree35d9205b3bf1da3c4e1cc9fc7699f798395d4702
parent3ea8b706978b490fc54cde8e14dcde2a748dec1a
Upgrade to Rails 4.2.0 (#14534).

git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
55 files changed:
Gemfile
app/helpers/application_helper.rb
app/models/issue.rb
app/models/journal_detail.rb
app/views/users/index.html.erb
config/environments/test.rb
config/initializers/10-patches.rb
config/routes.rb
lib/tasks/initializers.rake
lib/tasks/testing.rake
test/extra/redmine_pm/repository_git_test.rb [deleted file]
test/extra/redmine_pm/repository_git_test_pm.rb [new file with mode: 0644]
test/extra/redmine_pm/repository_subversion_test.rb [deleted file]
test/extra/redmine_pm/repository_subversion_test_pm.rb [new file with mode: 0644]
test/functional/activities_controller_test.rb
test/functional/auth_sources_controller_test.rb
test/functional/boards_controller_test.rb
test/functional/context_menus_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/issues_controller_transaction_test.rb
test/functional/issues_custom_fields_visibility_test.rb
test/functional/my_controller_test.rb
test/functional/repositories_bazaar_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/repositories_darcs_controller_test.rb
test/functional/repositories_git_controller_test.rb
test/functional/repositories_mercurial_controller_test.rb
test/functional/search_controller_test.rb
test/functional/settings_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/welcome_controller_test.rb
test/functional/workflows_controller_test.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/issue_statuses_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/queries_test.rb
test/integration/api_test/roles_test.rb
test/integration/api_test/trackers_test.rb
test/integration/api_test/versions_test.rb
test/integration/issues_test.rb
test/integration/layout_test.rb
test/integration/lib/redmine/themes_test.rb
test/test_helper.rb
test/ui/issues_test.rb [deleted file]
test/ui/issues_test_ui.rb [new file with mode: 0644]
test/unit/helpers/application_helper_test.rb
test/unit/helpers/groups_helper_test.rb
test/unit/helpers/members_helper_test.rb
test/unit/helpers/projects_helper_test.rb
test/unit/lib/redmine/helpers/gantt_test.rb
test/unit/lib/redmine/menu_manager/menu_helper_test.rb
test/unit/mailer_test.rb