Search Results for "debugging-with-better-errors"

Lessons


















Forum Threads

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

Debugging With BetterErrors Discussion

16
General
Thanks! This will help me a lot.
Monroe Mann replied

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

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

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

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

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

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

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

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 ...
shakycode replied

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

Searchkick: Reindex on model in multitenancy through default scope app

28
General
Has anyone had any success indexing their multitenant data with searchkick? I followed the suggested article in the readme (https://www.tiagoamaro.com.br/2014/12/11/multi-tenancy-with-searchkick/) ...
Chris Oliver replied

Rails 8.1 Local CI Discussion

3
General
I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leve...
Richard Ryan replied

How can I squish SQL for log tidiness (automatically)?

3
Rails
Hello everyone, I’m dealing with a challenge in my codebase where there are numerous multiline SQL heredocs being logged. While these may be helpful for local debugging, they become a hassle when ...
Simon Deis 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...