Search Results for "debugging-with-better-errors"
Lessons
Forum Threads

Debugging With BetterErrors Discussion
16
General
Thanks! This will help me a lot.
Monroe Mann replied

User Authentication with Devise | GoRails - GoRails
9
General
what is debug view you have ? when you hit the error? u have some cool gem?
Ryan Bent replied

Soft Delete with Paranoia Discussion
18
General
Great episode. Thanks, Chris!
Jason Ackerman replied

Chartkick and impressionist gem render not working
32
Rails
**EDIT 1**
Here is a screenshot of the [current graph](https://gyazo.com/6dfa1edbfe15a5f8f80f424c681ff690)
**Original Post**
I'm using both chartkick and the impressionist gem and I seem to be r...
Ben John Bagley replied

Two Factor Authentication With Devise Discussion
22
General
Was looking at this the other week... perfect timing Chris. Legend.
vipulvkp replied

Group Chat with ActionCable: Part 4 Discussion
69
General
As for message relay jobs matter for this particular subject of this ActionCable example, do you recommend putting down for its current_user's id or name in these kind of scenarios when it comes to...

How to use Bootstrap with Webpack & Rails Discussion
50
General
Thanks for posting this and the previous video on using tailwindcss. It's helpful to see the main themes reinforced in each of the videos. One thing that I'm struggling with is what seems like a vi...
bradley replied

How do I allow a user to make multiple payments on one booking using Stripe?
38
General
I'm building an events app using Rails and Stripe to handle payments. I've used javascript for my booking page in order to allow a user to book and pay for multiple spaces rather than just one at a...
Chris Oliver replied
Solved

Deploy Ubuntu 14.04 Trusty Tahr Discussion
371
General
The following commands should be slightly modified:cap install STAGES=productioncap production deployI believe it should be the following:bundle exec cap install STAGES=productionbundle exec cap pr...
paul lahana replied

Paypal & Stripe
12
Rails
Hi Chris - I just finished your Stripe course, which works great, but my client also wants the PayPal option. I am just wondering if you could share some insight on how you did it on your site?
Al...
lordelaula replied

Ruby issue when doing cap deploy production
68
General
Hi, I'm following the Deploy Rails guide.
However, when I run
cap production deploy
I'm getting this error message:
$cap production deploy
DEBUG[be6b6bd6] Running /usr/bin/env [ -d ...
Paulo Sousa replied

Using Vagrant for Rails Development Discussion
159
General
Trying to install the librarian-chef plugin first produces an error about not being able to find the vmware-workstation plugin (or rather gem). Installing the vbguest plugin first fixed the issue.
Bob Bannister replied

Setup Windows 10 Discussion
236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

Going crazy with console / debugging issue
2
General
In development mode I want errors to hit the browser and specificly the 'better_errors' gem debuging pages.
Currently when I hit an issue my console just hangs and reports the error and the browse...
Dan Tappin replied
Solved

Handling Subdomains and Multitenancy From Scratch Discussion
55
General
This is my favorite episode thus far. The expansion on top of Rails is so intuitive, never thought how useful separating accounts from users would be.Hopefully there's a simple answer to this. When...
Robert Ault replied

Better Debugging With The Ruby Debug Gem Discussion
9
General
Thanks Kylo Ren!
davidlbean replied

Ruby Debugging with Strace Discussion
1
General
Jump to 14:02 to see how Strace works
phanilkumar replied

What is the best configuration for VScode for Rails Development alongside JS
4
Tips
Hey Guys, So I'm actually trying to properly setup VS code for rails, But I am not able to make it as perfect as I set it up for JS or other languages.
Currently, I am using rubocop, selenium, rub...
DuaneOgburn replied

Debugging: How to Interpret a Stacktrace Discussion
10
General
Thanks, Chris. You consistently put out amazing content that I don't see anyone else doing. I appreciate the quality of your lessons. Keep up the awesomeness!
Brandon Elfring replied

Debugging Performance Problems In Your Views | GoRails - GoRails
13
General
Hi Chris, this issue is called N+1 problem and one of the ways to face it is by doing "eager loading" because sometimes you still need to use your step object in the view, so in the controller it's...
Chris Oliver replied