
Curious about the opinions for others about the ease of managing javascript/styling with Rails 7.1
0
Rails
Are things working as you expect? Does anyone have any experience moving from Webpack to esbuild or importmaps? Have you done this with a non trivial application using various javascript libs and s...
Doug Mathews posted

Webpack assets doesn't work after deployment
15
General
Hi, I have been using happily rails until I decided to try stimulusJS. In the begining was great. I saw great value using it. The thing is the assets in the pack folder are not compiled when doing ...
Juan S. Caro replied
Solved

Issue with bootstrap sprockets in application.js
3
Rails
Hello,
As said in the title, I get an error message when I try to access my localhost:3000.
The message is :
```
Sprockets::FileNotFound in Welcome#index
Showing /home/dameaw/work/five/meawini...
Thomas Blumenfeld replied

Multi-URL Website Setup/Architecture
0
Rails
Lets say you want to set up a forum site at mainforum.com.
Then you want to add a subdomain where the URL xyz.com would point to something like xyz.mainforum.com. All of xyz.com's forum questions...
Ryan Carter posted

How do I showcase ruby skills for Backend Developer in Mind
0
General
Hi guys,
It may be out of topic but got to ask and get some help.
If We are going for Ruby Developer role (specifically for the Backend type), how do we showcase our skills ?
Is it by building a ...
Nahwin Rajan posted

API TOKEN DEVISE
7
Gems / Libraries
Hi, I have a question about which gem is better, devise_token_auth or devise_token_authenticatable?. I see that devise_token_auth was update recently while the other not.
Michael Stitt replied

API Design Decisions
7
General
I'm designing & building an API for a company and have arrived at a decision point I can't figure out.
we're providing access to records. right now they want to quickly integrate with one clie...
shakycode replied

How to get from starter to advanced?
2
General
I have experience with other languages like Java and Spring Framework, I want to know what is a recommended route for a Ruby and Ruby on Rails path in this site. For example, watch and practice som...

Devise Masquerade + Multitenant with act_as_tenant
1
Ruby
I am running a multitenant app with users and administrators scoped to their own account / domain (act_as_tenant).
My use case is the following : I have a superAdmin model who has access to a supe...

Is possible to add another JS framework (React, Vue) on a application that already has Angular 2 integrated on it?
0
Javascript
Hi, all.
We has an app with Rails 4.2.5 and Angular 2 integrated (we do not use it very much). But we would like to switch to another JS framework: Vue and Reacth are good options.
But will we ha...
Lucas Moraes posted

How do I add radio buttons to devise signup form ?
0
General
I'm currently trying to add radio buttons to the devise signup form, the problem is that I dont know how I should write the migration, should it be a boolean, an integer or a string ?
The user can...
Arnas Klasauskas posted

Upload Progress with Refile Javascript Discussion
32
General
Hello Chris, is there a good gem to build a progress bar? (for example, show % complete based on how many episodes you've watched)
Nikola Okonesh replied

Gravatar blocked in China, need a workaround
1
General
Gravatar is blocked in China where we have a ton of users. Which means if you pull gravatar from their site in your app, your website will crash/not load for anyone based in China.
So I have two o...
Leonid Medovyy replied

Advanced Messaging with Mailboxer: Mark As Read Discussion
8
General
Freaking Love it Chris your on point all the time! love it love it. Thank you has always.
Carl Tanner replied

Want to run Cypress.io tests in multiple platforms and browsers
1
General
I'm reading about Cypress and its limitations in many forums and blogs for quite a long time. Most of the posts talk about the missing ability to test cross-browser and cross-domain. Maybe it's tim...
cooperstein replied

Push changes to Node packages to Heroku
1
Rails
Okay, full disclosure, I upgraded to Rails 6 without fully understanding the consequences of using Actiontext and Webpacker. It's all new to me. So in my folly, I changed some of the Trix css direc...
Dan Donche replied

How to get ngrok working with webpack-dev-server
2
Rails
I run my local dev site on ngrok and the webpack-dev-server spits out errors to the console on a regular basis:
`GET https://localhost:3035/sockjs-node/info?t=1566173800826 net::ERR_CERT_AUTHORITY...
Ghar replied

Affiliate & Referrals Programs with Stripe & Rewardful Discussion
7
General
I was going to ask You about this! Good video. Still have a few questions:
1) Rewardful says something like "connect your Stripe account and we manage everything". That sounds like they get too muc...
Ghar replied

Which is the simplest way to add ES6 to a Rails 5.1 app?
2
Rails
Hi! As of Rails 5.1.4, which is the most simple way to use ES6 in a Rails application?

How to correct Error 401 Unauthorized, using a multiple devise model ?
1
Rails
I'm doing a mini-project, for which I'm using two devise models, a user model and a advisor model. When I log in as an advisor, I'm redirected to a 'pages_advisors' page. On this page, there's a li...
Clément NICOLAS replied