Save 36% for Black Friday! Learn more

ActionController::UnknownFormat in MessagesController#create

3
General
Ran into this error in part 4 of the ActionCable group chat. What exactly am I missing? Schema looks fine same with MessagesController. ``` ActionController::UnknownFormat in MessagesController#...
Solved

How to use Rails Request.js Discussion

4
General
Hey Chris, this looks like a great addition to rails and thanks for adding the turbo stream support! I'm working on an infinite scroll where at the end of the page a stimulus controller gets the n...

How to get rid of a legacy app?

0
General
Hello, i built my first rails app 6 years ago and there is a lot of things I want to get rid of. The app is still running and actually generating revenue! But it is basically not maintainable anym...
Fabian Hallstein posted

Forcing a file to download instead of displaying in the browser

3
General
I've got a website where users can upload things such as a mp3 and the files are being stored on Amazon S3. If a user clicks the file it just seems to open as a streaming file in the browser. I c...
Chris Oliver replied

What are the pros/cons and considerations that should be taken in separating your mostly static front facing website from your web app in rails?

4
General
I am in the process of building a rails app and I am unsure if I need to separate my front facing mostly static website from my web application. I see lots of example of sites having there front fa...
ChristianThompson replied
Solved

Facing error while installing bundle

1
General
Hi There, I'm facing an issue while installing bundle, below is the error message - An error occurred while installing pg (1.2.3), and Bundler cannot continue. In Gemfile: pg Could you please h...
Vorkosigan76 replied

How to send emails with jumpstartpro in digital ocean with external provider

3
General
Im trying to send emails with jumpstartpro at DO with no luck I tried with mailgun and sendgrid with same result I have activated the service add the credentials, confirmed the domaind and nothin...
Richard Walsh replied
Solved

How Cross-Site Request Forgery (CSRF) Works in Ruby on Rails Discussion

0
General
nice!

Inline Editing with Turbo Frames in Rails Discussion

0
General

Handle Race Conditions with Pessimistic Locking Discussion

0
General
Very nice. This is one of those features that are low profile but could be very useful in those specific cases.
Ideaware posted

Setup MacOS 12 Monterey Discussion

0
General

Can we get Forum feature of Gorails with jumpstartrails pro out of the box?

0
General
Can we get Forum feature of Gorails with jumpstartrails pro out of the box?
Alemat Gebru posted

Login with Multiple OAuth Providers using Omniauth Discussion

16
General
I never thought it is possible to authenticate with social media account before email validation.I've been doing automated merging of social media accounts with the user profile in my app, if email...
Archonic replied

Action listener for submit on return??

1
General
How would I make this code (that refers to a select box: https://developer.snapappointments.com/bootstrap-select/examples/) submit the selection by pressing the return key? function sample_functio...
Denis Omerovic replied

How to Add Pagination with Pagy Discussion

20
General
I couldn't have explained it better - even being the author of Pagy. Thank you!
Greg S replied

Fetching usernames,profile pictures from Twitter

0
General
How do I fetch the usernames,profile picture in the Beginners tutorial? When I go into console and look the user up, only the twitteraccount id and user_id are shown whereas name, username and imag...
Aayush Shrestha posted

Do you have trial version

0
General
Hello, I have started learning Ruby on Rails recently. Do you offer trial version? Also, if I join on month-to-month basis, can I upgrade to annual plan? Thanks.
Uday posted

TypeError: $(...).chosen is not a function

2
General
I am using Rails 6. I have installed jQuery, Bootstrap, & Popper as explained in one of the videos and Bootstrap is working fine. Now I have to use Chosen jQuery plugin. I installed it using Y...
0agautam replied

Following the Ubuntu article to install Ruby, Rails, DB etc fails halfway through.

1
General
Hello! Thanks for looking at this. After going through this article => "(h)(t)(t)(p)(s)(:)(/)(/)gorails(.)com/setup/ubuntu/20.04#final-steps" On the Git configuring step and after I type in ...
savannahx replied
Solved

Rails for Beginners Part 37: Creating a GitHub Repo to store our code Discussion

2
General
Thanks for the time Cris , great content.
Eric Chua replied