Could not find "apps" in any of your source paths
See original GitHub issueAfter 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:
- Created 8 years ago
- Comments:18 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I would say that rails 5.1+ is still not supported, downgrade to 4.1+ and try again.
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…