Would you transcode video in your Rails app or with an external service?

1
Rails
I'm building an app that takes file uploads from a user and creates videos from them. I have the simplest-possible MVP runnign for it right now with a plain HTML form sending the contents to a serv...
Daniel Weaver replied

Should I use a gem like paperclip or carrierwave to handle PDF and docx uploads?

4
Rails
Hey guys, has anyone advice on this one? Are there maybe better ways to handle document uploads in rails?
Alan Reid replied
Solved

How should I model this situation?

2
Rails
I need to store different metrics about various companies. These will be present for every company: * revenue * ebitda * cash * receivables * employees * debt each one has attributes such as...
Chris Oliver replied

How to email @mentioned users (from ep #288)?

1
Rails
I followed ep #288 and set up ActionText @mentions. Is there a way to automatically email the users who are mentioned?

Developer wanted

1
Rails
Looking for a developer: - Ruby on Rails - Shopify App Experience
robert replied

Any gems or methods for reading and writing meta tags of mp3 files?

5
General
If I wanted to have a site similar to bandcamp where I could upload MP3 tracks are there any gems or recommended ways to check the audio quality, and read/write meta tags to the files?

Devise and Turbo-rails

7
Rails
I've followed the guide for implementing devise with turbo-rails. It worked for few projects. But, when i tried to implement in new rails 7.0.4 project, the line render rendering_options is throwin...
Solved

MySQL 8 and Rails 7 JSON fields

1
Databases
Rails 7 and MySQL 8 support JSON fields. Migrations support them. I have been using a combination of raw MySQL and other techniques to extract data. What's the proper ActiveRecord way of searching...
Joseph replied

Is fast_jsonapi still recommended with last commit being 2018?

0
General
Is fast_jsonapi still a better option versus jbuilder? Looks like there's another one called jsonapi-serializer that's a fork of fast_jsonapi.
Taikon posted

How do I show a query result in browser in excel/sheet style?

0
General
In our application we generate several reports. Instead of downloading them as Excel or CSV want to render them similar to Excel/Google sheet anyone any ideas what the best approach is?
Peter vande Put posted
Solved

Should I continue using Rails 5 or should i use Rails 6?

2
Rails
As we all know the Rails is currently on version 6.0.3 as of May 06, 2020 (6.5 KB) Some developers say that it is still not stable and must need to wait for a little while before migrating to th...
Joan Gabun replied
Solved

How do I have SubDomain and Multi-Tenant in Rails project.

3
Rails
Can anyone please expain me How do I have sub-domains and Multi-tenant database for each sub domain in Rails Application. For an Example:- I am having Multi-Tenant database for year wise record o...
Gourav Lele replied

3rd party integrations using Oauth/omniauth

2
Rails
When creating a facebook login, you put `user = User.from_omniauth(env["omniauth.auth"])` inside `sessions_controller.rb` , so when a user goes to /auth/facebook it will prompt them to login via fa...
Masud Hossain replied
Solved

Dynamic Nested Forms With Turbo Part 2 Discussion

9
General
Great lesson: thanks Collin! I learned a couple of new tricks there - appreciated!
Dave replied

Rails 7.1 Authentication From Scratch Discussion

18
General
Authentication got a TON of great improvements in Rails 7.1 with `authenticate_by`, `generates_token_for`, `normalizes`, etc. Super duper excited for these things and they should clean up a lot of ...

Email Unsubscribe Links with ActionMailer in Rails Discussion

8
General
Hey Chris, is there any major difference between the newish Active record signed IDs in Rails 6.1 vs the Global ID signed IDs? A quick glance leads me to think the only real difference is that AR s...
Soren replied

Rails for Beginners Part 20: Forgot Your Password Discussion

11
General
Hi Chris, is there a particular reason the create a different controller for each route action?
Foliwe Fossung replied

Start development instantly using devcontainers

0
Rails
Hello everyone, I learnt about devcontainers weeks ago and start using them and they are very helpful and easy to use. So, I putted this GitHub repo with a starter devcontainer template to setup an...

What could be the best way to deal with addresses in terms of database structure and perfomance?

2
Databases
I'm creating an app for my company. In that application there are a lot of addresses because for Owner, Store, Landlord, etc needs to have address. At first I was thinking to create separate model...
Willard replied

How to get rid of a legacy app?

0
General
Hello, i built my first rails app 6 years ago and there is a lot of things I want to get rid of. The app is still running and actually generating revenue! But it is basically not maintainable anym...
Fabian Hallstein posted

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

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

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