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

redirect loop on ActiveAdmin and authorization with cancancan

12
Gems / Libraries
When i try navigating to http://localhost:3000/admin i get "This webpage has a redirect loop" and also my logs I have Started GET "/admin" for 127.0.0.1 at 2015-11-25 17:58:35 +0300 Processing by...
JM replied

Devise no current_user data after update

1
Gems / Libraries
Forum Threads Controller class ForumThreadsController < ApplicationController before_action :authenticate_user!, except: [:index, :show] before_action :set_forum_thread, except: [:index, :new, ...
Chris Oliver replied

Subdomains Email reset with Devise

1
Gems / Libraries
Hi Chris so im trying to work with subdomain and maindomain email reset password I use the code on devise and for subdomain work like a charm but for the main domain I get this erro because they do...
Chris Oliver replied

Activity Feed with Public Activity Gem ?

1
Gems / Libraries
Hi Chris, Thanks for the tutorial. It really helped me a lot. Can you please post a video about How to install the public activity gem to show all the activities done by the user. Thanks a lot again.
Chris Oliver replied

Stripe Payments

3
Gems / Libraries
Hey, love the new Stripe video but I'm stuck on something. I am getting the error: uninitialized constant ActionView::CompiledTemplates::STRIPE_PUBLIC. It's having a problem with my meta tag which...
Chris Oliver replied

Making a gem like thoughtbot's refills gem

3
Gems / Libraries
Heya, I saw on HN the other day that USDS has released a styleguide/component system based off of Bourbon. I'd like to toy around with making a gem based off of the Refills gem that allows me to l...
Chris Oliver replied

twilio as verification mobile systems

2
Gems / Libraries
Hello I'd really like to implement the following tutorial (verify phone number by sms) http://fullstackstanley.com/read/verifying-mobile-phone-numbers-with-rails-devise-and-twilio It doesn't work...
corrado tuccitto replied

Want to stay up-to-date with Ruby on Rails?

Join 90,592+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.