Save 36% for Black Friday! Learn more

Content ideas

1
General
GraphQL on rails - basics - various ways to solve N+1s
Filippo Massarelli replied

Which native app technology to pair with Rails

6
General
We are currently developing a rails application for a new startup and we are trying to determine which front end and native app technology we should combine with it. We are looking at React JS an...
Smithjoara replied

The Rails db:system:change command Discussion

7
General
Great to change the database when we create default sqlite. that maintains the previous gem version ... generates confusion when looking for errors.
Jesus replied

Setup Ubuntu 14.04 Trusty Tahr Discussion

0
General

Speed up videos

1
General
Hi Chris, Not really a rails question, but I just wanted to see if you could add a video speed feature as I can go through your tutorials at half the time. Cheers, Chris

Deploy RoR app from Azure DevOps to Linux Server

2
General
Hi all. Have some problem. I'm newest in Azure DevOps (AD). I created AD git repository for RoR project. Created pipeline for `master` branch: ``` trigger: - master pool: vmImage: 'ubuntu-18.04...
Bikram replied

How to use Kredis with Rails Discussion

1
General
Will someone please tell me the difference between a set and unique_list? Thanks, Leo
Marc Köhlbrugge replied

Pair Programming on Rails Scopes Discussion

9
General
This sort of tutorial is really so helpful. It would have been more nice if we could watch how to change default week days and starting week day in rails.
Alisha Taylor replied

Two Factor Authentication With Devise Discussion

22
General
Was looking at this the other week... perfect timing Chris. Legend.
vipulvkp replied

Sorting an array of objects in Ruby by object attribute?

2
General
Hi guys, I have an array of objects in [Ruby on Rails](https://mindmajix.com/ruby-on-rails-training). I want to sort the array by an attribute of the object. Is it possible?

How to use Google Analytics gtag.js with Turbolinks & Webpacker Discussion

3
General
Are you using GA for the public parts of GoRails or are you also using it for the authenticated parts of GoRails too?
raguila8 replied

Debugging & Fixing a Bug in Rails 5.2 Active Storage Discussion

3
General
Great episode Chris! This really makes me want to dive into more source code, I admit that I'm always hesitant to do it
tech solver replied

Geo-spatial Search with Searchkick and ElasticSearch Discussion

7
General
thank you so much, cant wait for the next episode :)
Miyuru Amarasiri replied

How to manage and run Maintenance Tasks for Rails in Production Discussion

2
General
Looks good, can I still use this if I directly use sidekiq for my background jobs rather than activejob?
Jay Killeen replied

Search Filters with ElasticSearch Aggregations Discussion

21
General
This has been very helpful for a project I'm working on. Thank you. On mine, I wanted to add checkboxes to be able to select multiple keys. For anyone else looking to do the same, the solution I ca...
Lucas Moraes replied

Ruby Version Managers Discussion

9
General
Missing chruby in this list, https://github.com/postmode...A really small ruby version manager which does nothing more than manage your ruby versions. Unlike rvm and rbenv it does not come with a r...

Setup MacOS 10.15 Catalina Discussion

15
General
GJ

Confirm not working with rails (version 6.11)

0
General
I have posted question on stack overflow regarding confirmation in rails .Can any one guide me through? Here is the link to that question: https://stackoverflow.com/questions/71825780/confirm-not-w...
imran khan posted

Rails for Beginners Part 26: Table Plus Discussion

5
General
Sequeler for Linux will do the trick as well for SQLite, MySQL and pgSQL Lots of decent options out there.
Alex Wertheim replied

Contributing to Open Source: Sidekiq Web UI Bug Fix Discussion

0
General
Contributing to open-source projects always seems intimidating, so it's nice to see examples that are accessible and straightforward. Thanks for this.