Strict Loading with ActiveRecord Discussion
0
General
Nice to be able to remove dependencies like the Bullet gem and do this all in Rails!
Chris Oliver posted
Database connect
0
Databases
Hello and a wonderful day at all.
I'm a new RVM, Ruby and Rails user and I have a problem.
My problem is:
I can't connect my App to a database.
My System:
- OS: Rocky Linux on a Hypervisor VM
- ...
RubySnug posted
Interface Segregation Principle Discussion
1
General
I like how this serie changing my point of view.
Arthur Ariza replied
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 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