
Chrome Only - getElementsByClassName error
0
Javascript
I am hoping someone might be able to shed some light on this issue. I have this JS code (below) located in packs -> application.js. It grabs the class name and adds additional class. The divisio...
Mountaindog posted

Looking for a good Angular online course/bootcamp
3
Javascript
The company I work for is paying for me to take an Angular training course soon. If the pandemic wasn't going on this could have been an in-person course but obviously that won't be happening for a...

Install Bootstrap with Webpack with Rails 6 Beta
13
Javascript
For those of you who are going to give Rails 6 Beta a test run here is how I have installed Bootstrap 4.3.1 and configured with Webpack
**Step 1:**
`yarn add bootstrap@4.3.1 jquery popper.js`
**S...
Solved

How to setup Deno with Neovim's COC
0
Javascript
Hi,
I am using Neovim, COC with LSP. I installed Deno for Javascript. It is
Plug 'williamboman/nvim-lsp-installer'
Plug 'prabirshrestha/vim-lsp'
Plug 'neovim/nvim-lspconfig'
Plug ...
phq posted

Can you help me out where is the knowledge gap in my skills?
0
Javascript
I was at the last stage of for a full stack JS role. I was asked to do a technical challenge and I think my solution to that was not met the expectation. I decided to learn more details about react...
Scott104 posted

Uncaught Error: If you load both jquery_ujs and rails-ujs, use rails-ujs only.
0
Javascript
I have a rails 6.1 application that uses jquery. Here is how I'm importing it in my config/webpack/environments.js file:
$: 'jquery/src/jquery',
jQuery: 'jquery/src/jquery',
jquery: 'j...
Tripscape posted

How do I initialize google maps place autocomplete stimulus controller in a tailwindcss-stimulus-components modal?
5
Javascript
I'm using Jumpstart Pro, and I set up google maps place autocomplete using this lesson:
Google Maps and Google Places Autocomplete API with Rails, Turbolinks, and Stimulus.js
It works as expected ...
Chris Oliver replied
Solved

How do I introduce a cookie consent banner in Rails 6?
3
Javascript
What is the current go-to way to show a cookie-consent banner (as required in the EU) with Rails 6 and Webpacker?
Tworedkites replied

How i do two buttons and when i press them bouth then comes a text where it says hello.
0
Javascript
Hi,
I can only do one button and when i press the button it comes a I'm only 12 so my English is badtext where it says hello.
But How i do two buttons and when i press them bouth then comes a text...
Joe18 posted

What are the difference between Next.js vs. Nuxt.js vs. Nest.js
0
Javascript

$container.isotope is not a function ruby on rails
1
Javascript
I’ve managed to install a theme in my Rails app now. However, there’s still some bugs in the js.
Uncaught TypeError: $container.isotope is not a function
windowLoadInit main.js:1358
jQuery...
Owen replied

How to order stimulus reflex morph asc?
2
Javascript
I have a morph for stimulus reflex that updates a portion of the page when todos are created. What the customer would like to have happen is that when they create new todos they are added to the bo...

GDPR and Rails 6
2
Javascript
I am trying to add a GDPR consent javascript to my rails 6 app.
I have found the cookies-eu-banner (https://github.com/Alex-D/Cookies-EU-banner), which should be easy as pie to integrate, but I ju...
Mads Holm Oldfield Nielsen replied

How do I hide fields based on option selected in dropdown
0
Javascript
I have a standard rails form with 2 fields:
1. Metric type (number, percent, boolean)
2. current metric value
If the metric type is boolean, I want to hide the input for metric value
Is there a ...

Dynamic Dropdown without JQuery
1
Javascript
I have 2 dynamic dropdowns that are placed on the end of a form (simple_form). The select works only once. If I select once more optgroups1 and optgroups2 is empty. On load both variables are set ...
Herbert Schmoll replied

Angular 8 with Rails 6?
2
Javascript
I'm working on getting Angular 8 working with Webpacker and Rails 6 and almost everything is working except for template rendering. When I go to the app and inspect, I can see the component selecto...
Sami Dghim replied

Webpacker failing to compile environment.js after upgrade to webpacker 5.0 gem
1
Javascript
For some odd reason, I receive "**Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration has an unknown property...
giovanni panasiti replied

How do I switch off Devise authorization for API requests?
0
Javascript
I have 2 URL's to access the same Rails application. One URL is internal to our network and does not require authentication. The other is accessible outside our network and does require authenticat...
William Jones posted

Webpack and Purge CSS
0
Javascript
Hi All,
I am trying to purge my css as I am using tailwind as outlined in the video Chris did. I'm getting an error.
**postcss.config.js**
let environment = {
plugins: [
require('tailwindcs...
Stephen Sizer posted

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