Refactoring CSV Uploads with ActiveModel::Model Discussion

20
General
Awesome episode, Chris! Would be nice to continue with moving CSV parsing to a background job and adding ajax progress bar to provide visual feedback on import progress
Arthur Ariza replied

The Behaviors Of Super Discussion

1
General
Using `method(:method_name)` and `method(:method_name).super_method` can be incredibly handy for debugging. 🔥 A **super**power if you will. 😜
Ann Cascarano replied

About Importmap rails gem

8
Rails
Hi Chris, Will you make a video about https://github.com/rails/importmap-rails/, what will be the benefits and hidden costs. Best Regards.
Michael Prince replied

Ruby Module Include Tracking Discussion

6
General
Very nice that you showed how to make it work with Concerns.
fridnorell1 replied

ActiveJob Perform All Later Discussion

0
General
This is handy especially for things like notifications where you need to queue up many separate jobs at once.
Chris Oliver posted

Outbound Email with Headers: In-Reply-To, References and more Discussion

0
General
Thank you Chris for the great series! I am running into a error though on this tutorial when trying to create a post and have it show on the conversations page. ActionController::UnknownFormat (Act...
Damon Clark posted

The MVC Pattern Explained Discussion

4
General
Great explanation about MVC!
Eric Halverson replied

What SEO tools do you use as a developer?

6
General
I am working on a project that should be SEO-friendly at launch. I have only basic knowledge in SEO and will be grateful for any of your advice

Transitioning from JAVA to Ruby On Rails. How do I go about it

2
General
Hey guys, As the title suggests, I have been a Java dev for some time and transitioning into RoR. The space is definitely overwhelming and exciting at the same time. Please suggest some resources, ...

[delegated_type] How to query a collection of entries including the (entryable) sub-entries.

0
Rails
I need to query a collection of entries based on a range of dates and then sum an attribute of the sub-entry using the delegated_type method. Something like this: ``` Entry.where(performed_at: Da...
William Cunningham posted

How to limit comment nesting with Hotwire and Turbo?

4
Rails
I asked this question in the discussion on the tutorial itself, but there doesn’t seem to be any activity there. I went through the nested comments series, and the last three videos focused on real...
Solved

How to use Bootstrap with CSS bundling in Rails Discussion

28
General
Thanks for another great video. It's no wonder why I sometimes feel lost in the Rails ecosystem. I learned Rails using the asset pipeline, then it switched to using Webpacker which I never fully un...
Almas Asghar replied

How do i log user out from subdomain using devise

0
Rails
hi guys i am trying to build a blog platform like hashnode/substack where user register on root domain and create blog. I am currently using devise and i have set up subdomain routing. My question ...
Henry posted

Rails for Beginners Part 25: Twitter Account Model Discussion

21
General
Hi! After setting the twitter_account model, before accessing Ruby console and running the "User.last.twitter_accounts" command, shouldn't we run 'rails db:migrate' to actually create the table in ...
Andrii Mishchenko replied

What is the cost of iOS app development?

1
General
Hello everyone! I'm interested in developing an iOS app and I'm curious about the cost involved. Could anyone share their experiences or insights regarding the cost of iOS app development? Any ti...
Urban Luis replied

Rails credentials returning nil

8
General
I have a Rails 6.0.0beta2 app and I'm having trouble reading my credentials. When I do rails credentials:edit I can add credentials and they're saving just fine. ``` aws: access_key_id: 123 s...
Valeriia Chavdar replied

Edit user profile with devise if user signed up with facebook omniauth

3
Rails
Hello. I use 2 gems (gem 'devise' and gem 'omniauth-facebook'). The user is able both to sign_in ou sign_up with facebook. If a User did a regular sign up in the past, he's found by email, and if ...
Ubuntus replied

Primer on Rails 5.1's new UJS library Discussion

4
General
Hey Chris, thanks for this guided tour, very useful! Rails.ajax(...) will be super helpful.I found some other changes in UJS behaviour since the rewrite, particularly in handleRemote's function cal...
WilliamCass replied

How to extract from MS Word or Google Docs

1
Ruby
Hi! does anyone know how to implement a feature that extract the content from microsoft word or google docs and keep its as rich_text? thanks!!
MatthewHicks replied

'Uncaught ReferenceError: Rails is not defined' even after importing it in application.js file

0
Javascript
hello, i am really new to Rails. I wanted to make ajax call to a function in controller. I have following in my view: ``` function fetchMessages() { // Get user input from text field let inpu...
anujmohatkar posted

Want to stay up-to-date with Ruby on Rails?

Join 90,720+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.