Search Results for "resetting-the-password-while-roadrunner-email-login"

Forum Threads

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

Setup MacOS 10.9 Mavericks Discussion

85
General
Works like a fucking charm!
Someone replied

Devise

9
Rails
I watched the Gorails Rails Password Reset 2 part video for password reset. My question is my devise setup only create encrypted_password, and reset_password_token, not password or token columns. C...
paxtonleiny replied

How do I subscribe action cable receiver to a new stream without resetting the entire channel subscription?

1
General
I have an inbuilt chat service on my application. A signed in user will select another user to start a conversation with them. How can I send stream for this new conversation to the 2 users without...
Nathan Chalot replied

jQuery UJS and AJAX Discussion

27
General
Thanks Chris, nice one
Someone replied

Why is viewer_id 0 on every video?

4
Rails
The viewer_id always returns 0 after creating a video. A mentor creates a video with a user via hangouts. Mentor then creates the video on our website. Only the mentor and viewer should see the vi...

has_one association on polymorphic model

4
General
I have the following models (stripped down for simplicity) : ```ruby class Activity < ActiveRecord::Base belongs_to :trackable, polymorphic: true belongs_to :user has_one :comment, as: :t...
Greg Answer replied
Solved

How do I display a list of Favorited Posts from forum on the User Profile page?

5
Rails
I'm creating a forum and am trying to display a list of posts that have been **favorited** by the current user in the ```users/show.html.erb``` view. When I favorite a post however, then go to my ...
Rob Sturcke replied
Solved

How to Submit Complex Form Data in Ruby on Rails Discussion

3
General
Hi Chris, Yet another good tutorial you made. I must say I always use option 1. I don't like moving logic to JS if not needed because more dependencies and more code

How to add Notifications to Rails with Noticed Discussion

36
General
Awesome gem, I had been thinking on how to integrate all types of notification from rails app, from web notification, emails and Push Notifications. I guess Push Notification is just an API call (f...
Alek Yageornba replied

How to determine acceptable memory baseline for my application?

7
Rails
Hey everyone, I have a Rails app deployed on Render's "Starter" plan which only includes 512MB of memory. My Rails app is a very simple blog that doesn't do anything crazy (as far as I know) with r...
Adam Taylor replied

How do I access google apis from a cron job?

0
General
My requirement: My cron job (a ruby script) would sync specific contacts between 2 google accounts. Eg: Account A creates a contact in his (android) phone as "Lead John". It gets saved in google ...
Prasanna N posted

Single Responsibility Principle Discussion

25
General
Great series. I would love if you continue with this, plus with testing. Testing is something that you haven't really touched upon much here. Also with some design patterns that follow along w...
Aaron replied

Looking for Rails work? / Hiring Rails developers?

52
General
Similar to the Hacker News thread, I thought we might start up a thread for anyone looking to hire a Ruby / Rails freelancer or if you're a freelancer looking for work. *Please lead with either SE...