
A Look Into Routing Discussion
15
General
railscasts.com was first. you are like the google+ thing. which is cool for you :p. keep up with the good videos.
Andrew Schutt replied

API Authentication with an OAuth Provider Discussion
41
General
Awesome! Can't wait to see the next videos!
Jeremy Bray replied

Realtime Online User Tracking with ActionCable Discussion
16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

Ransack Scoping issues
16
General
Hey everyone, Just posted this question to stack overflow but thought I'd give it a try hear. I've been trying to figure out how to scope ransack searching for a couple of weeks but haven't figured...
alexander kehaya replied

How To Use Turbolinks clearCache() Discussion
10
General
Does it works only for JS responses? Or it could be used in html responses and how to do that?
John Athayde replied

Styling with Bootstrap Sass Discussion
19
General
A very good video. I'm going to do it this way instead of using the heavier gems in future.This should really be titled "Installing Bootstrap Saas" though as it doesn't get into Styling.
Someone replied

JSON:API Format and Active Model Serializers Discussion
18
General
Very nice video as always, but there's an editing problem on your video. Check it between 15:00 and 17:00. You actually repeat the same thing twice, but the wordings you use is different, I guess y...
regedarek replied

Ideas for building a Wiki in my app
12
General
My users are all internal customers of our business. They are pretty information poor when it comes to our systems and processes and our company intranet is not very feature rich. So I'd like to bu...
shakycode replied

Why Wistia?
5
Javascript
Hi guys!
I'm looking to build an app which will rely heavily on users uploading videos and then playing them within the app.
I know Chris uses Wistia but it's pretty pricey, expecially .25c per v...
Daniel Weaver replied

Newsletter Sign Up Form with country_select Discussion
17
General
Well I for one appreciated this :)
Someone replied

Rails 5.1.5 ( redirect to login but not saving data [omniauth + Devise]
2
Rails
Im Trying to make Oauth using multi model, User and Identity. i setup the one to many Relationship between User and Identity and write some code for each model like thisuser.rbclass User < ...
Michael Lazuardy replied

filter child record by the parent.
10
Rails
Info: My models and association. I got a ServiceUser ( Manager ) model,User model, ServiceCompany model, Employee model and a Project model. A ServiceCompany can have many projects, employees and m...
Chris Oliver replied

Best way to create a belongs_to object from a has_many
19
General
Sorry for the vague title but I cant think of a better explanation! Let's say I have a list of Users and an admin could click a button/link that would create a site for them from the existing ...
alangosh replied
Solved

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

Organizing Your Asset Pipeline in Development for Speed Discussion
12
General
The sass-rails README says not to use require/ require_tree/require_self in sass/scss files in big, bold letters. Is that warning outdated? If not, what are the potential issues here and why are th...
Lucas Repolês replied

How to use ESBuild in Rails with JSBundling Discussion
30
General
This is awesome, I have been using it for a couple of weeks now. I didn’t necessarily think webpacker was slow, except maybe on Heroku builds. But when you use this, you wonder why you put up with ...
Aaron replied

User Authentication with Devise | GoRails
27
General
This was a good video. Thank you. I am currently implementing Devise with a Rails JSON API but this gave me a good foundation.
Someone replied

How to use Bootstrap with CSS bundling in Rails Discussion
28
General
Thanks for another great video. It's no wonder why I sometimes feel lost in the Rails ecosystem. I learned Rails using the asset pipeline, then it switched to using Webpacker which I never fully un...
Almas Asghar replied

Setup Ubuntu 14.10 Utopic Unicorn Discussion
53
General
thanks!
Someone replied

Advanced Caching with User Permissions and Authorization Discussion
25
General
A great episode again Chris! I wish you had released this one a week earlier though :). It would have made my life way easier. Could you tell me if there is any advantage of using meta tag like &...