
How do I change the Java Virtual Machine (JVM) that MATLAB is using on Windows?
4
Javascript
I would like to use a different version of JVM than the default used in MATLAB on Windows.

Why isn't the Boostrap Dropdown not working in the menu after loging in ?
10
Javascript
Hello, I started an app using the Jumpstart shortcut but didn't find out how and why the dropdown menu with the user's photo wasn't working at all... I guess it is because of javascript but after c...
Damian Nelwep replied
Solved

Displaying an address from a selected location
12
Javascript
So in a form I have locations which are set in a `collection_select` statement in the form. Each location has a name (Dairy Queen, McDondalds, etc) and has an address in the Location model. When ...
shakycode replied

How do I get the dropdown menu to show the selected after the page refreshes
0
Javascript
Hello ~ I have been trying to figure out how to get the dropdown menu like the one in this forum to show the category after the page refreshes ~ I have been trying to do it using javascript and boo...
JP posted

Should I be able to master JavaScript in less than two months?
6
Javascript
I realise this is probably a redundant post because others have asked the same question, but I'm curious if I'm any good at JavaScript now that I've been learning it for two months. I feel as if I ...

Javascript function firing on page load
1
Javascript
Hi,
I'm building my first web app using Jumpstart and I'm running into a weird issue with the Javascript in one of my show views.
The issue I have is that instead of firing on click, the toggleC...
benjaminhouy replied
Solved

What's with the elitism against Javascript?
3
Javascript
So, because I'm not familiar with the programming world (and, frankly, I want a job, and programming is an acquired taste), why is there so much animosity toward Javascript?
I took a C# course bef...
Eldon Jones replied

Javascript not executing
2
Javascript
I viewed the easyAutocomplete video, which was great. I have the DB query and JSON assembly working. And the Javascript loads into the browser (Chrome DevTools let's me inspect it). But it never tr...
Solved

Converting a regular coordinate system to the dimensions of an Android View
3
Javascript
I am trying to convert a regular coordinate system to a default android view
After understanding the android view coordinates came to know that the gesture value of the coordinate is (0,0) at the ...

Coffeescript 2 Rails Asset Pipeline
2
Javascript
According to this (https://github.com/rails/ruby-coffee-script) it looks like the coffee-script-source gem would need to get updated to the latest version to use the standard coffee-rails gem that ...

Updated to Ruby 3.1.2, now targets in Stimulus Controllers not working
1
Javascript
I am using Rails 6 and recently upgraded from Ruby 3.0.1 to 3.1.2. Since the upgrade for some reason, my reflexes are no longer working properly when invoked from stimulus controllers, as shown in ...
Greg S replied

How do I find out why Stimulus controllers aren't getting compiled? Asset Pipeline problem
1
Javascript
I updated a Rails 6 app to Rails 7 and changed from Webpacker to esbuild/webpack. Added Stimulus, and after not getting controllers to work tried a basic hello_controller and then searched the appl...
Greg S replied

Can we use React in a similar way to Vue, which was showed in this tutorial form Chris --> 'Vue.js Components in Rails Views'
0
Javascript
Few years ago Chris published this tutorial
https://gorails.com/episodes/vuejs-components-in-rails-views
What about React? Would similar approach work in this case?
inayk posted

Stimulus JS controller not working
1
Javascript
I've taken a clone of one of the projects and I'm following the general setup commands. When I'm trying to create a new js controller(stimulus js) or defining any new method in the existing js cont...
Muhammad Taha replied

How do I add a second bundle when using ESBuild and dart-sass? (one for admin, anothre for public-facing layouts)
1
Javascript
I need two separate bundles - one for the Admin section and one for the Public part of the application.
How can I add a second bundle to an ESBuild configuration? The two should have separate list...
Chris Oliver replied

I want to click on dynamically created HTML elements in stimulus js.
1
Javascript
for example in jquery we do this =>
So instead of...
$(".myclass").click( function() {
// do something
});
We do this....
$('body').on('click', 'a.myclass', function() {
// do somethi...
Abdul Basit Khan replied
Solved

Extend stimulus controller - base class not found
2
Javascript
I want to extend the Stimulus controller to get some often used method in one place, like this:
import {Controller} from "@hotwired/stimulus"
./controllers/base.js
export default class Base exten...
MollySpencer72 replied

How to initialize datepicker in stimulus controller?
4
Javascript
I'm using datepicker and turbo frame. The datepicker is broken when the frame is replaced. I'm doing turbo:load in javascript file, it works when navigating between pages, but it will be broken whe...
Umair replied

Stimulus not autoloading controllers
3
Javascript
Decided to give stimulus a try on a new app I am working on and immediately ran into issues. Up to this point this is a fresh rails 6.1 app and I have installed Hotwire-rails.
Just using the hello...
Solved

JavaScript functions disappear when using Rails 7
2
Javascript
Hi,
I'm using Jumpstart Pro with Rails 7 and feel very confused as to what's happening with my JavaScript functions.
I have a Lessons view in which various buttons are used to play audio, switch ...
benjaminhouy replied