
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

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

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

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

The Unusual Error when rendering the main page at start
0
General
Hi,
I am having this unusual error where I have created the view, models, and controllers for a page with home and about views. I have also set the routes to point to the pages#home, but the view ...
Asim Mehmood Khan posted

SQL Learning Path - Creating and Dropping Tables Discussion
0
General
One fun tip; You can have multiple statements in the Query editor and hi-light the statement that you want to run and it will only run that statement.
For example, you could have both statements i...
Eric Halverson posted

Setup Ubuntu 20.10 Groovy Gorilla Discussion
2
General
Hi! How are you? When I try this:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add
--->
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt...

Testing Rails ActionCable with Devise Discussion
1
General
Can't we just use sign_in and sign_out helpers from the Devise, instead of stubbing out Warden?
Matthew Kennedy replied

Copy Link To Clipboard Discussion
0
General

Adding Link Integration Tests Discussion
0
General

Challenge: Add Users To The URL Shortener Discussion
0
General

Creating The Link Model Discussion
0
General

Rails Components From Scratch Discussion
14
General
Great episode Chris!
xiaohui replied

Using Vuex with a Rails Backend Discussion
0
General
Hi! I am really in doubt if I start my project with the Hotwire approach vs the Vue approach. One of the main concerns is that I intend tô have a PWA for mobile. In this case are both ways suitab...
Ricardo Miranda de Novais posted

Centroid in Geopandas
0
General
I have two location so I would like to know how can I get centroid from geopandas?

How to use Devise Test Helpers Discussion
4
General
Hey Chris,
I've noticed that some of your recent videos about testing are using Minitest.
What are your current thoughts on Minitest vs rspec? I've been a fan of rspec for many years, but I'm co...
sxlehman-godaddy replied

SQL Learning Path - Getting Setup Discussion
3
General
These seem to be not showing due to being private
Gabriela replied

Liking Posts in Rails with Hotwire Discussion
1
General
Really fun to revise our most popular [GoRails episode on Liking Posts](https://gorails.com/episodes/liking-posts?autoplay=1) and update it for modern Rails. No more jQuery, js.erb responses, or an...
Eric Halverson replied