Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [solved] couldn't find file 'jquery.atwho' in assets in version 3

[solved] couldn't find file 'jquery.atwho' in assets in version 3

Added by Denis Lamotte over 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)

RE: couldn't find file 'jquery.atwho' in assets in version 3 - Added by Christian Ratz over 11 years ago

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

gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "dev"
gem "openproject-global_roles", :git => "https://github.com/finnlabs/openproject-global_roles.git", :branch => "dev"

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

RE: couldn't find file 'jquery.atwho' in assets in version 3 - Added by Denis Lamotte over 11 years ago

thanks, it resolve all errors :-)

Best regards
Denis

  • (1 - 2/2)
Loading...