Actions
Patch #9774
closedRuby 1.9.3: Fix various helper dependencies for rails 2.3.14
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Applies to redmine 1.3.0, ruby 1.9.3, rails 2.3.14
Errors appeared like the following:
Gem::Specification#installation_path called from /usr/lib/ruby/gems/1.9.1/gems/rails-2.3.14/lib/rails/vendor_gem_source_index.rb:93. /usr/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- activities_helper (LoadError) from /usr/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
The following files needed blank helpers:
activities_helper.rb auto_completes_helper.rb comments_helper.rb context_menus_helper.rb files_helper.rb gantts_helper.rb ldap_auth_sources_helper.rb previews_helper.rb project_enumerations_helper.rb sys_helper.rb time_entry_reports_helper.rb wikis_helper.rb
Patch applies to r8188
Files
Updated by Toshi MARUYAMA almost 13 years ago
- Subject changed from Fix various helper dependencies for rails 2.3.14 to Ruby 1.9.3: Fix various helper dependencies for rails 2.3.14
Updated by Jean-Philippe Lang almost 13 years ago
- Category changed from Rails support to Ruby support
- Status changed from New to Closed
No longer required after r8234.
Actions