question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find "apps" in any of your source paths

See original GitHub issue

After running rails generate camaleon_cms:install I’m getting the following error

rails generate camaleon_cms:install
  create  config/system.json
  create  lib/plugin_routes.rb

Could not find "apps" in any of your source paths. Your current source paths are:
/Users/gabrijel/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/camaleon_cms-2.0.2/lib/generators/camaleon_cms/install_template

Does it have anything to do with your plugin_routes.rb file

def self.apps_dir
  dir =  "#{File.dirname(__FILE__)}".split("/")
  dir.pop
  dir.join("/")+ '/app/apps' <-- this one?
end

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gabskorocommented, Oct 25, 2017

I would say that rails 5.1+ is still not supported, downgrade to 4.1+ and try again.

0reactions
rubyonrailsdevelopercommented, Aug 9, 2018

I am going to install your cms template on my project but I can’t do it… I am using ruby-2.5.1 and rails 5.0.6 now… Please help… 1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find "api_controller.rb" in any of your source paths
I am trying to create a Rails 5 api app using http://alessiofanelli.com/blog/building-a-rails-5-and-ember-js-app. I get the.
Read more >
Could not find "README" in any of your source paths. #6868
I'm using ruby 1.9.3-p194 and rails 3.2.6. I've this error when I'm trying to create a new project : Could not find "README"...
Read more >
Troubleshooting Mover migration errors - Microsoft Learn
The app itself encountered an error while attempting to access the file. Rerunning the migration should clear this error. Message: "Waiting on ...
Read more >
Content Configuration - Tailwind CSS
Configuring source paths. Tailwind CSS works by scanning all of your HTML, JavaScript components, and any other template files for class names, ...
Read more >
C/C++ extension FAQ - Visual Studio Code
Without any configuration, the extension will attempt to locate headers by ... to resolve any of the #include directives in your source code,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found