Bug #2382
Updated by Andriy Lesyuk about 9 years ago
Hi,
Please fix it !
This plugin generate a error when I install on the system :
<pre>
Environment:
Redmine version 3.0.3.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.1
Environment production
Database adapter Mysql2
</pre>
---------------------------------------------
<pre>
$ rake redmine:plugins:migrate RAILS_ENV=production
(in /var/www/redmine)
rake aborted!
NoMethodError: undefined method `after_move' for #<Class:0x0000000626fba0>
/usr/local/rvm/gems/ruby-2.2.2/gems/activerecord-4.2.1/lib/active_record/dynamic_matchers.rb:26:in `method_missing'
/var/www/redmine/plugins/project_section/lib/section_project_patch.rb:15:in `block in included'
/var/www/redmine/plugins/project_section/lib/section_project_patch.rb:7:in `class_eval'
/var/www/redmine/plugins/project_section/lib/section_project_patch.rb:7:in `included'
</pre>
Please fix it !
This plugin generate a error when I install on the system :
<pre>
Environment:
Redmine version 3.0.3.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.1
Environment production
Database adapter Mysql2
</pre>
---------------------------------------------
<pre>
$ rake redmine:plugins:migrate RAILS_ENV=production
(in /var/www/redmine)
rake aborted!
NoMethodError: undefined method `after_move' for #<Class:0x0000000626fba0>
/usr/local/rvm/gems/ruby-2.2.2/gems/activerecord-4.2.1/lib/active_record/dynamic_matchers.rb:26:in `method_missing'
/var/www/redmine/plugins/project_section/lib/section_project_patch.rb:15:in `block in included'
/var/www/redmine/plugins/project_section/lib/section_project_patch.rb:7:in `class_eval'
/var/www/redmine/plugins/project_section/lib/section_project_patch.rb:7:in `included'
</pre>