Rspec Test on Multi tanent app with aparment gem
1
General
Hi I'm having a hard time figuring this out.
https://gist.github.com/Frank004/8aa4acf20f60a3666a42
Im starting to do test on my Multitenant app and encounter a problem when trying to run the pro...
Chris Oliver replied
Solved
How to know if the user is logged in, in a mobile app.
2
General
Hey guys, I'm trying to figure out how the user authentication works with mobile apps that consumes the Rails API.
I know I can send a POST request to the server to register the user and then gener...
Isaac Ben Hutta replied
Solved
medium/gorails like loading progress at the top of the page
5
Javascript
Chris,
What turbolinks compatible solution (gem or anything) would you recommend for implementing loading progress bar for page load?
Thanks,
Szilard
Sean M replied
Solved
Re: In-App Navbar Notifications work on page load but not page change
8
General
Hey Chris,
Just watched and implemented the code from this screencast and it's working well. However, I realised that it only works on first page load. Subsequent pages do not run the function. N...
Ariel Wulkan replied
Solved
Create shopify type of Application
1
General
i'm currently working on multitenant application that enable user to create a personalize website after selecting a template, please is there any gem or method to achieve this?? Shopify type of App...
Chris Oliver replied
Solved
Following "Scheduling post" episode with background jobs
4
General
Following Chris great post on scheduling I am using `delayed_job_active_record` to schedule quote from my app to be tweeted and shared on FB.
Here is my `quote.rb` model with the current logic:
`...
Lykos replied
Solved
subscribe if old one month user
1
General
Hey Chris,
Just wanted to let you know, that I couldn't subscribe from my profile. I'm used to be subscribed to onemonth, so I got the free half a year subscription to gorails. That has expired a ...
Chris Oliver replied
Solved
Reoccurring events with simple_calendar and ice_cube
2
General
I am developing a Rails app that has a `Task` model. It's like any basic task tracking system where you can set some attributes (name, activity, status, priority etc.) and a due date. For my syst...
Dan Tappin replied
Solved
How to I access a position attribute on a join model?
2
General
I have case studies and site models in my database. I have a `has and belongs to many` association set up between them.
## site#show
When on a `site#show` page I want to write the following erb...
Thomas Bush replied
Solved
Multitenancy with the Apartment gem
5
Gems / Libraries
Hi Chris Im trying to apply the Multitenancy to a exiting app. at the moment the tenant get create. how can I use the exiting that to be one of the tenant. When I enter with a exiting user to the t...
Francisco Quinones replied
Solved
Episodes Source Code
4
Site Feedback
Is there any way you can provide us with the source code for the episodes?
Chris Oliver replied
Solved
Add Profile page for users
3
Rails
Hello,
Before i begin with my question, i would like to introduce myself. So i was introduced to ruby on rails via a friend around a couple of months back, when i decided to enroll myself with one...
shakycode replied
Solved
Problem with upgrading to Rails 4.2.2
9
Rails
Hi all,
Hope that someone here can help. I just got an old mac back and bumped it up to OSX 10.10.3 (was on snow leopard). Did a whole reinstall for homebrew, rbenv (was rvm), ruby (2.2.2), rails...
Chris Oliver replied
Solved
Pundit for RESTFUL actions on Model fields
3
Rails
Hey does anyone know how to use Pundit to control a users ability to edit a field. I'd like all users to be able to change simple things like their name but I want admins to be the only one's who c...
Chris Oliver replied
Solved
Is Devise always a good choice?
11
Rails
I am building a contest/promotion app (see my other thread) and am now to the point at which I want to add users. I've used Devise in the past, and have also rolled my own auth system. I like the c...
shakycode replied
Solved
Multi Model Sign-up Wizard
7
Rails
Related to my previous thread (https://gorails.com/forum/structure-guidance-multi-tenancy-authentication-authorization) I plan to have authorization with Devise and some sort of role based system (...
Dan Tappin replied
Solved
Implementing Markdown Support in Forums
3
Gems / Libraries
Hi Chris,
I watched all of the videos in the Forum Series -- nice work!. I'm wondering if you're still planning on getting around to showing us how to implement support for Markdown within the fo...
Michael Stitt replied
Solved