Forum Series Part 4: div_for Discussion

8
General
Another great video!
aniket replied

Markdown and Emoji with the html-pipeline gem Discussion

25
General
Awesome episode! I've used https://rubygems.org/gems/p... but html-pipeline looks like a great alternative. Loving the emojis !!
Colin Ambler replied

How can I grow this search object?

6
General
I've got a domain object I use to search images by whatever tags it has/the year the item in the image was made. It's worked flawlessly in a couple places: ```ruby class SearchImage def initial...
Chris Oliver replied

Webpacker error from Vue.js Trello Clone Series

4
Rails
Hey all, I have an error that I just can't get to the bottom of. While going through the awesome Vue.js Trello Clone tutorial I started seeing this:(Webpacker can't find application.css in /trello-...
Matthias Orgler replied
Solved

How to add Notifications to Rails with Noticed Discussion

35
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...
Alan Kirk replied

How do you setup email in your application and link it to a record

4
General
Hey Chris. I have been trying to look online but haven't been successful in finding out the following. Say you made a CRM application in Rails and setup a pop3/imap email in the app. How would y...

How do I switch from 1 database to 1 database per client?

6
Databases
I have a multi-tenancy app where everything is stored in 1 Postgres database. All models have a account_id, so the data a customer can see is based on his account_id. This works perfect, but due to...
Ary Rabelo replied
Solved

How do I use easyautocomplete in rails 6?

7
Rails
I tried adding it with yarn and through rails assets but nothings seems to work.
Solved

Does anyone have tips on setting up redis and sidekiq on a Digital Ocean ubuntu 16.04 droplet?

5
Rails
I have no trouble setting up redis but for some reason I can't get sidekiq to work. I can get sidekiq and redis to work locally on a mac using brew but not on a Digital Ocean Ubuntu 16.04 server. ...
Solved

How to send different Plan ID's to Stripe?

1
Rails
I worked through the Subscriptions with Stripe video and got everything working fine, with a single Plan ID. Now I'm trying to modify it to work with multiple Plan ID's to give my users payment op...
Solved

Sharing on social network

17
General
What is the best way for the visitors of my page (not logged in) to share models data (for example articles and courses) on Facebook and Twitter. I have been looking for an answer without really fi...

How do I implement voting in Rails?

2
General
I have an app that has a resource called 'pins'. I want to add upvoting, and possibly downvoting, to the pins, so that I can rank them on the site Sort of like Reddit karma. I was thinking that an ...
karl replied

How to use Devise with Hotwire & Turbo.js Discussion

81
General
Hey Chris - If we are still using Webpacker, we just need to change data-turbolinks-track to data-turbo-track in our layout files? In your episode repo, you still have it as turbolinks. <%= st...

Soft Delete with Paranoia Discussion

18
General
Great episode. Thanks, Chris!
Jason Ackerman replied

Very strange Rails app behaviour

3
Rails
I've been writing a meal planning app, using Devise for user auth. I've generated the viexws,,,,,,,,,, set config.scoped_views to true, made sure routes.rb has devise_for :users, and setup my befo...
John replied
Solved

SEEKING FREELANCER - Importing CSV file

13
Rails
I've tried to follow along with Chris' tutorial on importing records from a CSV file. I cant get the file to upload. I've posted loads of quesitons on the discussion board for the first video in...
Melanie replied

Problem associating nested resource with Devise current_user method

4
Rails
I need to assign the current_user ID to all new projects, tasks and comments created in my app. I got projects and tasks working fine, but for some reason comments are giving me trouble. Here's wh...
Adrian DeGus replied
Solved

Can you make an episode on Recurring Events- recurring_select + ice_cube

17
Site Feedback
Can you make an episode on this! I've gotten to the point of adding recurrence rules, but having trouble generating and showing events that are recurring on future dates the same way they appear r...
Francisco Quinones replied

Multi-User Spreadsheets with ActionCable: Part 5 Discussion

2
General
Thanks for the great videos! I should definitely go back and clean up the tutorial so that all the github commits actually line up with the steps, and there's no needless refactoring going on in th...
Matt Welke replied

Advanced Messaging with Mailboxer: Mark As Read Discussion

8
General
Freaking Love it Chris your on point all the time! love it love it. Thank you has always.
Carl Tanner replied

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

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

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