webpacker
0
Javascript
I installed webpacker but when i start the server i get this Webpacker::Manifest::MissingEntryError in Main#index, how do i get this out of the way it has gotten frustrating.
Muganda Dizo posted
Rails 6 basics issue
1
Testing
I've been out of the rails game for a bit too long it seems. I tried to do a basic set up today to get pack into practice, using RSpec and Capybara, but just rails new -T and installing the gems c...
Chris Oliver replied
Planning upgrade from Rails 3 to 5. How to transition assets from pipeline to webpack gracefully ? Coffee & ES6
1
Rails
Hello,
We plan to upgrade a production app from Rails 3 to 5.2.
We basically plan to use a mirror app since the production app is untested.
Current app is using jquery, coffee and asset pipeline
...
Ernesto Tagwerker replied
How to install TailwindCSS 1.0 with Rails 6 Discussion
15
General
Hey Chirs!
Great video, only question I have about using tailwind with rails 6 is the theme config.
in the docs it says to place:
```
module.exports = {
theme: {
container: {
cente...
Alex Ventura replied
Vue.js Trello Clone in Rails - Part 8 Discussion
23
General
This is excellent! Opened my eyes on usefulness of Vue.js. As someone vested in Rails for many years, I would love to see a parallel series on creating the same Trello Board application using Rea...
Bharat Ruparel replied
ArgumentError: Malformed version number string Yarn v0.1.1 2011 Jesper Kjeldgaard
2
Ruby
I have webpacker gem and yarn gem.. and I'm stuck with this error: (help please :))# console
$ bin/rails webpacker:install
rails aborted!
ArgumentError: Malformed version number string Yarn v0.1.1 ...
huzefa-amura replied
Rails6 - how to make jquery available in chrome console?
1
Rails
I'm new to rails 6, webpack, etc
It's working for me in my app and jquery is loaded (thanks for the intro @Chris)
However - although jquery works correctly in all my loaded js, I can't use it to e...
Chris Oliver replied
Is Something Wrong With Jumpstart?
11
Gems / Libraries
I've tried to install Jumpstart three times in the last two days and each time all the gems get installed but none of the views or anything else does. When I boot the server it just shows the norma...
Tim replied
How do I deploy webpacker with nvm with capistrano?
2
Rails
Hi,
Was following your tutorial for capistrano but did not see any webpacker in there :(.
Right now I am having a problem that cap seems to be finding my old node version before I installed nvm...
Greg Blass replied
How do I integrate a bootstrap theme with rails 6 ?
4
CSS
Hello,
I'm a new subscriber and would like to integrate a new bootstrap theme from https://themes.getbootstrap.com/
Which tutorial would you recommed?
I used the "How to use bootstrap with web...
Tim Jones replied
Amazon Cloudfront CDN for Rails Asset Pipeline & Webpacker Discussion
15
General
Warning: when using a load-balanced production configuration, this configuration can result in intermittently broken assets. The problem occurs when traffic arrives during a reload that includes fr...
Abhishek Srivastava replied
Struggling to get rails working
3
Rails
If I use "sudo gem install rails", it says everything is installed
Then I hit "rbenv rehash" and try to create a new project. The CLI gives me the error:
Rails is not currently installed on this ...
sam replied
Setup MacOS 10.14 Mojave Discussion
19
General
Is anyone else receiving errors with MacOS 10.14 Mojave and the Mysql2 gem? I'm also getting a "Library not loaded: libssl.1.0.0.dylib (LoadError)" error when executing "rails server".
Thanks!
Kemble Hildreth replied
Navbar with Vue.js and webpacker - Flickering at page load 😒
1
Javascript
I have a classic RoR - Webpacker app.
On top of Webpacker, we have implemented Vue as our frontend framework and Tailwind as our css framework 👌
Everything is functioning fine. Yet I am not quite ...
Thomas Sohet replied
Solved
Node.js not installed. Please download and install Node.js https://nodejs.org/en/download/ Error while bundle exec rake assets:precompile during deployment using capistrano
0
Rails
I already have nodeJS installed in my server. Still showing
Node.js not installed. Please download and install Node.js https://nodejs.org/en/download/
I have sprockets as well as webpacker. Spr...
Abhishek Aravindan posted
Adding Javascript to Rails 6
7
Javascript
Hi. I am fairly new to Rails and so far I have been unsucessful at adding any JS to my Rails 6 project. I have seen many videos and tutorials but i seem to run in to the same issue. Basically I get...
Chris Oliver replied
Solved
Cannot add jQuery to Rails 6 projects
0
Gems / Libraries
I've been trying to make a few apps work with Fomantic UI and the gem works fine, the problem is that to use calendars and modals you need jquery... No probs, I added that by following [this](https...
Nelson Casanova posted
Using Purchased Themes with Rails | GoRails - GoRails
28
General
2 Pro episodes in a row? :(
Chris Oliver replied
Getting back into Rails
2
General
I have been away from Rails for about three years now and I have been trying to get level back up my knowledge. What suggestions does everyone have relearning the Rails ecosystem? What is the best ...
Andrew Schutt replied
Scheduling Posts Discussion
6
General
Great tutorial - thanks! While everything appears to be working fine, I'm still running into the turbolinks caching issues you spoke of at the ~22min mark even after installing the jquery-turbolink...
nnand85 replied