What is the best way to handle omniauth

1
Gems / Libraries
Hi Chris, after couple of test run i figure out twitter is hard to work with other oauth2 providers, because twitter api doesn't allow to access other user email.. can you guide me about how to do ...
Chris Oliver replied

Stripe Subscription with Initial setup fee

3
Gems / Libraries
Hey Everyone, I'm building a relatively simple subscription based app using Stripe, Devise, Pundit and a few other resources. My only real hangup at the moment is that the subscription requires an...
Jake replied
Solved

How to use the Sentimental gem

8
Gems / Libraries
Hi there, I want to use the Sentimental gem to automatically check if an article is positive negative or neutral. This gem here: https://github.com/7compass/sentimental works fine in the Rails con...
Sascha M. replied
Solved

Advanced management (DEVISE) profiles.

1
Gems / Libraries
Hello Chris, I have the following problem, i can not separate the management of the profile to "devise" below will list how I would manage profiles: Edit User Profile (ex. http://localhost:300...
Alan Reid replied

best way to validate URL

3
Gems / Libraries
Hi Chris! I've been looking for a good URL validator for a while, but all the solutions I found are kinda weird, so I'm not even sure if I wanna use any. Here is my usecase: A user can create a p...
Chris Oliver replied
Solved

lazy high charts gem

1
Gems / Libraries
Hi there, I have been tinkering `lazy high gem` trying to get charts up and running, it works well with hard-coded data into the chart but when I try passing data dynamically i cant make some he...
Francisco Quinones replied

Single Devise User Model or Multiple Devise Models?

8
Gems / Libraries
Hi all, I am planning to create an application that will have several types of users with a couple shared fields and many unrelated fields. What would be my best option? After doing some research...
Francisco Quinones replied
Solved

GoRails Markdown and Preview

6
Gems / Libraries
Hey Chris, Just wondering what are you using to preview Markdown in forum posts? I watched the whole Forum series and I saw the other video about html-pipeline gem but you don't mention syntax hig...
Chris Zempel replied
Solved

Migrate away from Mandrill?

14
Gems / Libraries
You have a screencast where you [describe how to incorporate Mandrill into your Rails application](https://gorails.com/episodes/sending-emails-with-mandrill?autoplay=1), and because of that I've us...
Melanie replied

How can i tell to devise to look at some other views?

0
Gems / Libraries
Hey i have some problem with devise. I already created devise model for User and after that i run command rails g devise:views without user at the and. And now i decided that i must to have couple ...
Stefan Dabizljevic posted

How i can do multiple login with devise?

4
Gems / Libraries
Hi everybody temporary i'm working on some rails project where i have one super admin which can create company, employee, resources also he can to add employee in the some company employee can to h...
Stefan Dabizljevic replied

How to use devise with Adminitrate?

7
Gems / Libraries
Great tuts, please how can i use this with devise? when i run rails generate administrate:install, it generate error... says admin is not a class, already have a devise called admin, also have a vi...
Oyewole Samuel replied

How to generate PDF based on search using prawn in ruby on rails

1
Gems / Libraries
So Chris im using prawn pdf in my app. Now im adding some search form to filter by date range. All works fine and I get my filter table on my index. my problem is with prawn that wont hold the fil...
Francisco Quinones replied

Single sign in Devise STI

0
Gems / Libraries
Hey there I have an STI on devise model which is working but there is an issue with how to manage what menus to show when different types of users are logged in here is my code user.rb c...
JM posted

Paperclip - Watermarking for dynamic image sizes

0
Gems / Libraries
I'm looking to add watermarks to all images that are uploaded to my application. They can be of several sizes and this is where I'm running into trouble. This is my watermark processor: modul...
Michael Victor posted

Devise models and Single table inheritance and custom class methods

4
Gems / Libraries
Hello there I am in a little fix and cant figure out whats going in, i am attempting to have a devise model User share via STI with 2 other sub-classes . I am able to populate both classes with dat...
JM replied

2 Factor Authentication

5
Gems / Libraries
Hey Chris. This would be good for a screencast, well i'd like to see it for sure! https://github.com/tinfoil/devise-two-factor
Chris Oliver replied

How do i collect the users emails into mandrill ?

2
Gems / Libraries
I have watched the mandrill tutorial. I just have a quick question. How can i link the list on mandrill or any email service with the users emails (when the user signs up ) and update the list wh...
Ahmed Althani replied

Simple Form - Make label appear after input

2
Gems / Libraries
I have a simple form tag as given below: = f.input :email, required: true, input_html: {class: 'md-input'}, wrapper_html: {class: 'md-form-group float-lable'} and it generates the below HTML ...
Michael Victor replied

Adding a Admin Interface to devise

0
Gems / Libraries
Hi there, first of all: I'm pretty new to Rails, so please don't blame me if I ask a stupid question :) I use devise + cancancan for authentication and authorization. The user model is already ge...
Sascha M. posted