
Having trouble figuring out net/http and API calls.
3
Rails
Hi folks,
I need to make a number of calls to an API, some of which are GET requests and some of which are PUT requests. I've tried to make a common function since there's a bunch of security stuf...
Jacob Montgomery replied

Can you use Actioncable for multiple things in your project?
1
Rails
I want to use actioncable to pull notifications AND also use it for user to user chatting. Is this possible and pain free to do?
I guess what i'm asking is, can i join these two videos together i...
Chris Oliver replied

How To Use Importmaps With Rails Discussion
7
General
Are you using import maps yet?
Daniel Lee replied

Embeddable Javascript Comments Widget Models - Part 1 Discussion
6
General
This is perhaps a bit of a newbie question but I wanted to ask your opinion on what are the things I would consider usually when it comes to using the approach you outlined in the video to sanitize...
Karl McCollester replied

ERROR in chunk application [entry] js/[name]-[contenthash].js Cannot use [chunkhash] or [contenthash] for chunk in ....
4
Rails
Hello i pass one day to debug this ....
I following step by step this tutorial, but when in launch bin/webpack-dev-server
https://dev.to/davidteren/getting-started-with-rails-6-1-tailwindcss-jit-we...
Barlow Kasule replied

passenger vs puma for capistrano deploying
3
Servers
Hi, i am new to deploying, so for deploying using capistrano, shall i go with capistrano passenger or capistrano puma, i need to know the pros and cons of these. Thank you
Eldon Jones replied

Cross-origin Resource Sharing (CORS) with Rails Discussion
1
General
What would be the `script src` if you are adding the embedded script to another website?
Thato replied

Exciting Job Opportunity - Ruby on Rails | Los Angeles based | Are you interested?
0
Ruby
I am searching for engineering talent for a few open roles with innovative, growing, employee-centric companies disrupting a variety of exciting industries, prioritizing Ruby on Rails. All of them ...
Polina Resenchuk posted

Form Object for devise authentication
1
Rails
Hi all - I need to create a signup from having company details along with user details. Currently I am using devise for authentication. I would like to create a form object rather than using accept...
Zanger02 replied

Will_paginate problems
1
Rails
Hi ive been building a new web app based on michael hartl tutorial but im having problems with the will_paginate tests. When i load all my users it will display every one of them so of course ...

Select Or Create Field With Selectize.js Discussion
22
General
Awesome! Would love more episodes like this. :)
Rafal Siepak replied

Upgrading to Rails 7
0
Rails
Hi everyone,
I had a rails 6.1 app and thought I'd upgrade it to Rails 7 to enjoy the new features. I thought moving from 6.1 to 7 would be fairly straight forward, as I know there's people upgrad...
Tom Dringer posted

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

Flatpickr with "Present" value as well.
4
General
I am currently adding date ranges for jobs in my app. I want the user to pick the start and end dates using flatpickr gem. I also want the user to be able to set the field to "Present" if they are ...
Gerard Donnelly replied
Solved

Why CKeditor is not working in production?!
2
Rails
Hi guys, I'm using CK editor in my rails 5 app and when I deoployed it on Digital Ocean and the editor doesn't load with this error in the console.
```
ReferenceError: CKEDITOR is not defined
```
...
Muhammad replied
Solved

Which gem is the best for dynamic image resizing from an S3 URL?
2
General
Hi,
Which gem is the best for dynamic image resizing from an S3 URL? I know i can pre define this, but I have hundreds of people using the product with endless uses cases I'd like them to specify t...
Robert White replied

Handle multiple binding when using CoffeeScript & Turbolinks
11
Javascript
Hi,
After watching the screencast about extracting JS code to CS classes, I tried to follow the same pattern.
The problem I am facing is that the page loads new items through AJAX and in order for ...
Chris Oliver replied

Sharing Cookies with Subdomains in Rails Discussion
12
General
Would it be possible for you to add subtitles in Portuguese or English? I am Brazilian, I can understand English subtitles. If you can in English it helps a lot.

How to use Omakase Rubocop Linter/Formatter Rules for Rails Discussion
4
General
What do you think about having a built-in linter that comes with Rails?
Firman replied

Does anyone have tips on setting up redis and sidekiq on a Digital Ocean ubuntu 16.04 droplet?
5
Rails
I have no trouble setting up redis but for some reason I can't get sidekiq to work. I can get sidekiq and redis to work locally on a mac using brew but not on a Digital Ocean Ubuntu 16.04 server.
...
Solved