Why isn't the Boostrap Dropdown not working in the menu after loging in ?
Thank you very much :)

11
Javascript
Webpacker noob - so I saw your video and im using rails 6
Figured it out
application.js
```
var jQueryBridget = require('jquery-bridget');
var Isotope = require('isotope-layout');
jQueryBridget( 'isotope', Isotope, $ );
```
Sheesh !

4
Rails
Trying to relearn CSS and I'm stuck
I'm trying to figure out how to do a simple animation. I have a box with some text content, the idea is that the box only shows an h2 element until the user mouses over it, then it reveals the para...

1
CSS
Intermediate JS developer looking to learn Ruby
Been looking for a long time for the best DSL modem for gaming. For me it is important that the games work fast, that the Internet does not slow down. I found a review of best dsl modem for gaming ...

7
Ruby
How to run rails initialization code that relies on all classes being loaded?

1
Rails
Active Storage, AWS S3 and Cloudfront
Here's what worked for me:
I chose to abandon ActiveStorage completely (don't worry, this makes things easier). Once the upload button is clicked on the client, a GET /presigned_url is sent to the ...

8
Rails
calculate leaves on yearly basis
Employee is allowed 15 leaves in year for example. My function is calculating the total leaves of allover . But I want to calculate the since joining date and when year is complete since joining da...

1
Rails
RemoteFX Multi-user Login or alternative for better graphic performance?
Hello,
We are running a "Windows Server 2016" VM inside a "Windows Server 2016" Hyper-V Host. Remote Desktop Session Host is enabled, User CALs installed and the Multi-user login works fine. On...

1
Servers
ActiveJob Deserialization Error that doesn't make sense
Thanks for the follow up either way. I think I got it resolved by simply upgrading the sidekiq gem

4
Rails
Adding headers to spans question
Having a problem with the FAQ section of my website. I want the glyph icons to not drop onto a new line by themselves. Have tried using &nbsp after the question mark but that doesn't work. Have...

2
General
Where do I start?
You can start with hotmail.com once you are finished you'll get to more stuff.

4
General
rake assets:precompile - JSON::ParserError
Hey I had a very similar error, followed most of the same debugging steps. What actually turned out to be throwing the error was an overlooked "" in one of the views wrapping an erb tag in a javasc...

3
Rails