Content
You are here:
[solved] couldn't find file 'jquery.atwho' in assets in version 3
Added by Denis Lamotte almost 11 years ago
just for info i needed to add gem ‘jquery-atwho-rails’ in the Gemfile.plugins,
didn’t find any information regarding this in the installation part
so >cat Gemfile.plugins
gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “dev”
gem “openproject-meeting”
gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “dev”
gem “pdf-inspector”, “~>1.0.0”
gem “openproject-global_roles”
gem ‘jquery-atwho-rails’
gem “prawn”
Replies (2)
Hi Denis,
this shouldn’t be necessary since the ‘jquery-atwho-rails’ gem is included in the Gemfile of the latest version of OpenProject.
You should check the “.bundle/config” file in your openproject root folder it may exclude the group ‘assets’ from bundler run.
As i can see in your Gemfile.plugins you use the ‘openproject-meeting’ and ‘openproject-global_roles’ version from rubygems this versions are a bit out of date and we currently recommended the usage of latest versions from github
This should also fix your problem with the migration (https://www.openproject.org/topics/276?r=276#message-276)
We will update the gems on rubygems once we released the stable OpenProject 3.0.0
Best
Christian
thanks, it resolve all errors :-)
Best regards
Denis