rails-templates | Jump start your Rails development | Application Framework library
kandi X-RAY | rails-templates Summary
kandi X-RAY | rails-templates Summary
Quickly generate a rails app with the default Wagon configuration using Rails Templates.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rails-templates
rails-templates Key Features
rails-templates Examples and Code Snippets
Community Discussions
Trending Discussions on rails-templates
QUESTION
My app works locally, however when I try to deploy to Heroku, I get a Sprockets::FileNotFound: couldn't find file 'angular' with type 'application/javascript'
error.
I have tried precompiling with RAILS_ENV=production bundle exec rake assets:precompile
and purging my build cache with heroku builds:cache:purge -a findum
, but still no luck. I recently migrated from Bower to Yarn– not sure if my asset path is the problem?
Has anyone run into a similar error that they were able to resolve? So many thanks 🙏.
This is my application.js
:
ANSWER
Answered 2021-Feb-19 at 13:57Update:
It looks like it was a problem with my post-Bower configuration (I migrated from Bower --> Yarn) I was able to solve Sprockets errors by adding this line to my assets.rb
:
Rails.application.config.assets.paths << Rails.root.join('node_modules')
and by running yarn add
for files that Sprockets could not locate.
I also made the following updates to old package names in my `application.rb'
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install rails-templates
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page