Skip to content

No such file or directory - /vendor/plugins on rails 3.0 #1

@Lukom

Description

@Lukom

I have Rails 3 app and I'm trying to setup filemanager. What I've done:

  1. added to Gemfile:
    gem 'filemanager'
    then bundle install
  2. added to application.rb after require 'rails/all':
    $FM_OVERWRITE = true
    require 'filemanager'
    then rails server and got exception:
    DEPRECATION WARNING: RAILS_ROOT is deprecated. Please use ::Rails.root.to_s.
    C:/Ruby187/lib/ruby/1.8/fileutils.rb:1236:in `mkdir'
    ...
    C:/Ruby187/lib/ruby/gems/1.8/gems/filemanager-0.3.1/lib/filemanager.rb:16
    ...
    D:/projects/lukomorg/config/application.rb:7
    ...
    Uncaught exception: No such file or directory - /vendor/plugins

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions