Search Results for "how-to-send-the-value-of-the-e-mail-address-with-ruby-on-rails"

Lessons





















Forum Threads

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

Deploy Ubuntu 12.04 Precise Pangolin Discussion

104
General
Great tutorial!Just one thing, the Gemfile it's wrong, it's pointing to the wrong repository of each capistrano implementation. This should work:gem 'capistrano', '~> 3.0.0'gem 'capistrano-bundl...
Someone replied

Sending emails with Mandrill Discussion

49
General
Excellent tutorial. Congrats.
Stan X replied

Stripe Subscriptions: Duplicate Customers

14
Rails
Hey Eeveryone, I'm creating a subscription site using Stripe v3. For the most part everything is working fine, but I noticed in my Stripe Customer dashboard there are duplicate customers (for all ...
Stephen Swann replied
Solved

Subscriptions with Stripe Discussion

96
General
Hey Chris! Not sure if this is just me, but there seems a problem downloading the video's.
Jon Roock replied

Introduction to Importing from CSV Discussion

46
General
thanks
HP replied

Stripe Elements Javascript Discussion

15
General
Great tutorial! Seems that the new elements library is easy to use. I was wondering how would I go about implementing Stripe Elements in a e-commerce site with a React Front-End and a Rails API bac...
Shoaib Burq replied

Using Webhooks with Stripe Discussion

47
General
Hey Chris,Another great episode!How would you handle a monthly recurring cost without having the user create an account? For example, a donation site?
Adrien Nhem replied

Inviting Users with devise_invitable Discussion

46
General
What made you laugh at 7:25? Is that a bird?! When do we get meet her/him? :)
nikhil kumawat 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

Comments With Polymorphic Associations Discussion

98
General
Awesome Video. I really liked and refreshed my concepts about Polymorphic Associations. Thanks :)
Karl McCollester replied

Preferences & Settings with ActiveRecord::Store Discussion

24
General
Great stuff
sthapit replied

Proper location for null objects

2
Ruby
I've recently watched couple of screencasts on using Null Object Pattern: https://www.rubytapas.com/2017/01/31/two-screencasts-two-ways-eradicate-ruby-nil-values It was a good reminder about a ques...
Dan LeGrand replied
Solved

How to use Devise with Hotwire & Turbo.js Discussion

81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks. <%= st...

Upload Progress with Refile Javascript Discussion

32
General
Hello Chris, is there a good gem to build a progress bar? (for example, show % complete based on how many episodes you've watched)
Nikola Okonesh 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

I'm lost and can't find the way out

18
Rails
So I'm in the middle of this project and I thought I could figure it out on my own, but it appears I am in over my head here. So any advice/help you can give me would be great. Basically I'm tryi...
Andrea Fomera replied
Solved

Sortable Drag and Drop

8
Rails
Hi I am hoping someone can assist. I have gone through the tutorial of Srttable Drag and Drop. https://gorails.com/episodes/sortable-drag-and-drop All is working but once the drop happens I am g...
Clay replied
Solved

Group Chat with ActionCable: Part 3 Discussion

23
General
Chris,Would it be possible to have one on Map APIs like mapbox or google maps api please :)Omar
Richard Ludwig replied

Deploy Ubuntu 18.04 Bionic Beaver Discussion

77
General
Thanks btihen! I'll get the tutorial updated for its changes shortly!