
Deploying Sidekiq To Heroku Discussion
8
General
Chris, another great episode! At the moment I have this in my Procfile: worker: bundle exec sidekiq -c 5 -q default -q mailers, since the only type of worker in my app is the mailer worker. At the ...
Someone replied

Send Notifications in Rails with Noticed gem v2 Discussion
9
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook.
Is buil...
Monica Wolff replied

Direct Uploads with ActiveStorage Discussion
21
General
I'm running to a small error I think. Alright, so when I try to get the a file to upload It seems to begin the process and then commit but then it stops. I get a completed 200 ok but the issue is t...
Aaron replied

Rails Counter Caches Discussion
14
General
I feel this video was cause of me in the forum haha!A+++

Is Something Wrong With Jumpstart?
11
Gems / Libraries
I've tried to install Jumpstart three times in the last two days and each time all the gems get installed but none of the views or anything else does. When I boot the server it just shows the norma...
Tim replied

Activity Feed From Scratch Discussion
17
General
Could you post the source code to this?
Chris Oliver replied

How do I add a conditional snippet of page specific javascript (likely a turbolinks issue)?
4
Javascript
Here's to hoping I can be clear and concise about my problem. I am willing to venmo/paypal a beer's worth of cash to anyone who can help me 🍻
I currently have a bootstrap (3.3.7) modal that is, by...
Peter Marcano replied

Setup MacOS 10.14 Mojave Discussion
19
General
Is anyone else receiving errors with MacOS 10.14 Mojave and the Mysql2 gem? I'm also getting a "Library not loaded: libssl.1.0.0.dylib (LoadError)" error when executing "rails server".
Thanks!
Kemble Hildreth replied

Unable to run old ruby n rails project
0
Rails
Hi I am new to ruby n rails. I was working on this old website. This website is hosted on the heroku server. I fixed the code which was required and it didn't install this website on my system yet....
Hemant posted

Liking Posts Discussion
96
General
Learned a lot of new things through this post, thank you. Never knew how to properly write a route to a module or the proper architecture for that set up. Very useful stuff. Would have liked to s...
Someone replied

JSON Web Token Authentication From Scratch Discussion
19
General
So does this mean that the authentication is now also a token based API? Is this testable on postman?I redid my whole authentication because I found that the Devise gem (the way it came out of the ...
Gustavo Malamud replied

How do I #create with a double delegated_type and has_many :through
5
Rails
I have this marvelous complicated DB design that goes along these lines: events ( like calls, tasks, and meetings ) can have a number of assignees (Participants, and Assets) - like a Team Meeting c...
Walther Diechmann replied
Solved

Direct File Uploads to S3: Part 1 Discussion
18
General
how could you handle wildcard domains with CORS?? I have a multi-tenant site with dynamic subdomains? or can i just leave it defaulted to *?
Vladyslav Knysh replied

How do I charge a user to create a post using Stripe?
3
Rails
It's been surprisingly difficult to find more information on creating one-off, or single charges for a user.Currently I am making a job board where anyone can browse listings, and a user (Devise) h...
Taylor Cooney replied
Solved

Non Restful actions in the controller
6
Rails
I originally asked this question about building a reporting feature in my app https://gorails.com/forum/advice-on-building-a-reports-feature.
I'd like to simplify this question even further. I wan...
shakycode replied

Setup Ruby On Rails on Ubuntu 15.10 Wily Werewolf
34
General
Thanks for this amazing tutorial! you just described every step!
Someone replied

Paperclip - Watermarking for dynamic image sizes
0
Gems / Libraries
I'm looking to add watermarks to all images that are uploaded to my application. They can be of several sizes and this is where I'm running into trouble.
This is my watermark processor:
modul...
Michael Victor posted

How to Upgrade to Turbolinks 5 Discussion
15
General
Hi Chris, great episode! You can also skip the extra gem(s) and compatibility files by simply changing code. Doing something like:Old Turbolinks Classic:$(document).on "ready page:load", -> # C...
Curtis Ovard replied

Chartkick and impressionist gem render not working
32
Rails
**EDIT 1**
Here is a screenshot of the [current graph](https://gyazo.com/6dfa1edbfe15a5f8f80f424c681ff690)
**Original Post**
I'm using both chartkick and the impressionist gem and I seem to be r...
Ben John Bagley replied

How to use Google Maps and Markers Discussion
16
General
Awesome video. I am wondering how would I take the show page and link it to a different js file. The index.js is global correct? What would be the best way to setup a show view with just the map...
Jacques replied