
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 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

Building A Hosting Platform in Ruby Discussion
11
General
Just thought I would share this in case anyone is interested how Hatchbox.io works. 👍

How do I build a multi step wizard in ruby with StimulusJS
6
Ruby
Hi GoRails,
I would like to make a multistep wizard in ruby on rails without making use of the wicked gem. Just stimulusJS and ruby :)
Could you make a tutorial about that?
Thanks in advance!
Fatih replied
Solved

Multi-step forms, without a gem?
1
Rails
I am looking for a good way to get multistep forms working, I have seen a couple of ways to do this and each has their own merits.
Now I would like to be able to navigate back and forth between t...
Fatih replied