
Do you guys enjoy VSCode for writing Java?
1
General
Hey I've been using IntelliJ ever since I started using Java and I wouldn't give it up for anything else, but I've been only using my student license to do so. My student license expired yesterday ...

File Uploads with Refile Discussion
94
General
Awesome.
Someone replied

rails 6 favicon.ico Webpacker can't find favicon.ico
2
General
app/javascripts/packs/application.js:
import "favicons"
app/javascripts/packs/favicons.js:
const faviconsContext = require.context(
‘!!file-loader?name=../images/favicons/[name].[ext]!.’,
true...
Stéphane Paquet replied

Debugging need help
1
Rails
Hello
Is there a method to debug hosted ruby on rails application and check the request and response object

[AskJS] Are there Babel plugins that optimize code for special use cases?
1
General
Hey all! I was thinking a bit - I don't really use generators, and I suspect that might be because you can't just use map, filter etc. Of course you can use the [...gen] way, but that gets very mem...
aostv replied

How do I find a Rails mentor?
1
Rails
I've been developing Rails apps since 2012 but my main app is still on 3.2.14 so I'm quite behind on all the new tech. I'm slowly developing a new app on the latest version but I find it slow going...
Peter vande Put replied

Trix editor is not displaying properly in Rails 6
2
Rails
Hello - I have installed Action Text in my Rails 6 app and made corresponding changes to my blog / controller, _form to have rich_text_area show. Problem is that despite requiring actiontext in my...
Rajiv replied

Displaying an address from a selected location
12
Javascript
So in a form I have locations which are set in a `collection_select` statement in the form. Each location has a name (Dairy Queen, McDondalds, etc) and has an address in the Location model. When ...
shakycode replied

How to build a GCS file browser & manager in Rails?
0
Rails
Hi Chris,
Awesome work with GoRails!!! I'm a big fan!
I'd like to build a Google Cloud Storage bucket file browser and manager. The key features would be browsing files on the bucket and downloa...
Adam Decker posted

How do I get the dropdown menu to show the selected after the page refreshes
0
Javascript
Hello ~ I have been trying to figure out how to get the dropdown menu like the one in this forum to show the category after the page refreshes ~ I have been trying to do it using javascript and boo...
JP posted

Payment Rails Master Class (SCA) ready?
2
General
Hi Chris,
I am wondering if **Payments with Ruby on Rails Master Class** is up-to-date with Stripe Strong Customer Authentication (SCA)?
Thanks
Alberto

How to run rails initialization code that relies on all classes being loaded?
0
Rails
I have some crucial application setup code that I want to run once on application spinup that requires iterating through classes of a certain type and calling a gem specific initialize method on th...

Is there an episode on Post Production Updates?
2
General
Love the latest episodes Chris! Was wondering if you have or plan to cover soon how to do post production updates on a rails app. For me that is a scary topic and one i think lots of folks would l...
Sheryl James replied

Active Storage, AWS S3 and Cloudfront
7
Rails
Im trying to setup cloudfront for my aws s3 storage of user uploaded images. Not sure what settings to change in the storage.yml file to point to the cloudfront and still work with everything else...
Noredeen Al-Zu'bi replied

User_signed_in? doesnt work
1
General
Whenever I request for a `user_signed_in?' I get a "undefined method `user_signed_in?' for #<#:0x0000558f352697c8>" error code. The code changes everytime. Im trying to check if the user is ...

Setup Ubuntu 20.04 Focal Fossa Discussion
15
General
Excelente tutorial. Muito obrigado.
Chibuike Uzoechina replied

Sperate views for differernt category
0
General
I have a rails blog with categories and I'd like to create a seperate partial for each category. Can anyone help?
Brijesh Wawdhane posted

Testing against multiple versions of Ruby, Rails, and Databases with GitHub Actions Discussion
0
General

Rails for Beginners Part 31: Tweet Partial Discussion
2
General
Hi Chris,
in video at 4:00 in tweet model. You use self.publish_at in after_initialize but only tweet_id? in published?
Why is one with self and other is not with self?
Jaroslav Horák replied

calculate leaves on yearly basis
0
Rails
Employee is allowed 15 leaves in year for example. My function is calculating the total leaves of allover . But I want to calculate the since joining date and when year is complete since joining da...
Ahmed.zain posted