Not Rendering with Stimulus & ActionCable
1
Javascript
Hi,
I'm having some issues with Stimulus and I was hoping that someone could review this code and see if they see anything that I missed.
The Rails part is working and saving to the db. I'm sure t...
Jim Miller replied
Solved
Rails/Sendgrid messages are blocked by receiver's servers
1
Rails
Messages blocked by all receiver's servers(mail.ru, gmail.com).

console log: https://i.imgur.com/Q4sKtSH.png
.sum
end
def total_incomes
inc...
Ahmedzain posted
Solved
Testing and Session Variables
1
Testing
In my Rails 5 app I am using Pundit for authorization with a custom context. I have a multi-tenant application and I have an `Enrollment` model that joins my `User` and `Tenant` model. This was a...
Dan Tappin replied
Solved
How do I store audio files in production?
2
Rails
Hey guys!
I'm working on building a Rails app for a friend of mine - this app will be for her to host episodes of her podcast. I've already decided to use something like [SoundManager](http://www....
Chris Oliver replied
Solved
[SOLVED] Decrypt S/MIME 'file.xml.p7m' with OpenSSL
7
Ruby
I am trying to implement a decoder for a bunch of files (e-bills with extension .xml.p7m) in my rails application within a specific helper.
My goal is to upload the encripted files and read them p...
Chris Oliver replied
Solved
Why is application.css working locally but 404 on production server?
5
General
My css works perfect locally, but I get a 404 error for applicaiton.css once deployed. I generated my base app using Jumpstart free version. I confirmed app css is generated on the server in the ...
Chris Oliver replied
Solved
Resolving Draftsman incompatibility with Activerecord
1
Gems / Libraries
I installed the draftsman gem on a new install of jumpstart pro but it is conflicting with Activerecord.
Is their a workaround?
Bundler could not find compatible versions for gem "activerecord"...
Chris Oliver replied
Solved
how to process images with carrierwave and delay_job
1
Rails
I am trying to process the versions of the images with carrierware I want to send that process to a queue
Juan Alexander Rodríguez Álvarez replied
Solved
Did I forget to do a migration?
1
Rails
I have a profile model and controller in Rails, and it works all well and good except when I call profile_path or simply "profile". I try and create:
```
<%= link_to current_user.profile_path %...
Chris Oliver replied
Solved
Displaying User presence when tracking online Users with ActionCable
2
Rails
Hi,
I'm wondering on my current implementation for tracking and displaying user online presence.
I followed "Realtime Online User Tracking with ActionCable" for the most part and right now I'm usi...
Chris Oliver replied
Solved
jquery_ujs and rails-ujs problem ajax page
1
Rails
hello everyone.
i am new in rails and ruby , i just started like 1 week ago .
i trying to do a chat between 2 people on rails, with jquery for the ajax part.
everything work, but i got this err...
pikooli replied
Solved
Flash alert/notification messages not displaying for the 'Log In' and 'Log Out' views
1
Rails
The flash alert/notification for the 'Log In' and 'Log Out' views are not displayed on the screen when a user logs in or out of the Rails application.
I am not getting any errrors or warnings in ...
Alfred Montalvo Jr replied
Solved
Working with action cable and remote redis server on development
1
Rails
I'm working on a rails app which uses action cable to notify users on the frontend when an event gets triggered.
I'm using a remote redis instance to work with action cable. So this is my dev env ...
Shreyas S replied
Solved