Search Results for "introduction-to-capybara"

Lessons













Forum Threads

Send Notifications in Rails with Noticed gem v2 Discussion

10
General
The video talks about implementing a sort of escalated notification. Like send a slack web hook and then in 5 minutes send an email but not if the recipient already saw the slack web hook. Is buil...
wuuko replied

Law of Demeter and Delegation Discussion

4
General
Another interesting episode, Collin! I appreciate the chill vibes. :)

Loops & Blocks in Ruby Discussion

5
General
Hey Collin! Can you give us some examples where you might want to reach for a Proc or a stabby lambda instead of a regular method / function?
Aleksandr Gerasimov replied

Integers & Floats in Ruby Discussion

8
General
Great video, thanks for bunch of useful info!
Chamika Udayanga replied

Ruby Language

1
Ruby
Hello, I'm brand new here. I'm looking to train myself in Ruby on Rails, but I have no knowledge of the Ruby language itself, wouldn't there be a series devoted to learning the language without a f...
Paulo Abreu replied

Rails for Beginners Part 3: How HTTP Requests work in the Browser Discussion

7
General
Is this where you recommend reading more? https://developer.mozilla.org/en-US/docs/Web/HTTP
Jorge Dominguez replied

Stimulus Reflex error

0
Gems / Libraries
I am getting the an error when following the 'Introduction To Stimulus Reflex video'. What would cause this and what are possible solutions? Uncaught Error: Cannot find module './application_contr...
William Jones 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...

Infinite Scroll in Rails with Stimulus.js Discussion

25
General
This is super slick. I wonder how easily one could append the query parameter in the URL to reflect the current page? Could `History.replaceState()` handle the job?
Kevin Urbaum replied

Introduction to Stimulus Reflex Discussion

43
General
woooooo... this is sooooo cooool. Thanks Chris for all the good content you giving us 👏. You making likes Rails every days. Respect 🙏
Jason Eastwood replied

Can RUBY build graphical editors like this?

1
Ruby
Viraj's Blog: Introduction to WSO2 Developer Studio - ESB Graphical Editor. Hello, can you tell us whether with RUBY we can develop graphical tools like for the ESB given in the link above??&n...
Morgan replied

Introduction To HTTP Requests Discussion

0
General

Vue.js Trello Clone in Rails - Part 8 Discussion

23
General
This is excellent! Opened my eyes on usefulness of Vue.js. As someone vested in Rails for many years, I would love to see a parallel series on creating the same Trello Board application using Rea...
Bharat Ruparel replied

Using Webpack in Rails with the Webpacker Gem Discussion

17
General
I wish our front end guys took 20 minutes to set up webpack on a project!

API Authentication with JSON Web Tokens (JWT) and Knock Discussion

29
General
Nice tip. @Chris, you forgot push the changes on repository!
Tom Zmyslo replied

Introduction to Importing from CSV Discussion

46
General
thanks
HP replied

Pretty urls with FriendlyID Discussion

25
General
Why are you able to use find_by_slug? Are you using the deprecated finders gem?
Tom Dringer replied

Check if class was instantiated and instance method was called

1
Testing
Hey guys! I'd like to figure out a way to test piece of code that suppose to create an instance of particular class. Here is an example: ``` ruby class Subject def call ... end end class ...
Alex Musayev replied
Solved

How did you become good at back end development / Ruby on Rails?

7
Rails
My introduction to Ruby on Rails was a "complete course" on Udemy and reading Michael Hartl's book. A year's worth of dedicated practice later, I'm still struggling with my skills and understandin...
Alan Reid replied
Solved

JWT Authentication using Devise

0
Rails
I've been looking for a really god material about how to create Authentication using JWT and Devise, after that consume that with ReactJS (Mainly the rails part, but the react is a plus) Some mate...
Carlos Orellana posted