How do I track the clicks to an external url?

1
Rails
I have a link_to do block that links to an external URL and I would like to keep track of how many times the link was clicked. What would be the best way to do this? Thanks 😊
Chris Oliver replied

How do I use paddle_update_url on pay-rails gem?

2
Rails
Hi, I'm trying to integrate pay-rails (paddle) gem into my existing codebase. But having difficulties with data stored in the data column. Like `cancel_url`, `update_url` or `receipt_url`. ```ru...
Chris Oliver replied

What is the best way to have User in some group and select those groups on Event

0
Rails
Hi, I have two models User and Event. User should belong to one group and User could attend Event based on selected group. Event could be open for one or many groups. My first solution was to crea...
Jaroslav Horák posted

Active Storage - Bulk importing files stored locally

3
Rails
Hi Chris, I am adding active storage file uploading as a new feature to an existing Rails application. I have at least a couple of thousand PDF files with a standard naming format that looks like t...
Willard replied

Data are different between the one from association and the one from the actual table

0
Rails
I created 2 tables, Baby and BabyMonth. The BabyMonth has association with Month as well. There are associations between them that Baby has_many BabyMonths. After I soft_delete all baby_months by ...
Calla Jiyoung Lee posted

Running multiple Rails versions

9
Rails
Hi guys (and ladies if any), I have installed Rails with rbenv (recommended), but now because of significant changes between 5.0.1 and 5.1 versions, I want to start a new project with 5.1 (because...
Monroe Mann replied
Solved

Whats the best way to allow embedded content from another site

2
Rails
I'm building a blogging application at the moment and I am wondering what the best way to allow users to embed youtube/spotify/soundcloud content into the blog posts. From what I understand simply ...
Daniel replied
Solved

Multiple user types App design

3
Rails
Hello, Thanks for your time :) My app have 3 type of humans. 1. Admins 2. Users (regular ones) | only read. 3. BusinessUsers (creating self records) I'm using devise gem for users. I'm interesti...
Daniel replied
Solved

How do I use phonelib gem for a nested resource?

0
Rails
I am setting up telephone validation for a Lead model. Leads have a field called :phone. I'm using phonelib to validate the contents of that field. My New Lead form is nested within a second model,...
Seth posted

Best way to approach these 2?

1
Rails
Morning everyone, I have two issues. First off, I have a meal planning app. I want to display # of recipes #&# mealplans a particular user has (obviously user would have to be logged in). ...
John replied

F.submit not creating object

1
Rails
Hi, I have a Store object with some nested attributes which I display in a wizard. But when I want to press the submit button, nothing happens and doesn't create a store. I use <%= f.submit cla...
William Kennedy replied

How do i run sneaker worker in rails 6.0 ,ruby '2.6.3' ?

2
Rails
I'm trying to run rails app using command foreman s the ProcFile contains these 2 lines : web: bundle exec passenger start -p 8000 --max-pool-size 1 sneaker_data_publisher: WORKERS=DataPublish...
lpiffer replied
Solved

How to upgrade rails 5.2 to 6.0

0
Rails
I'm trying to upgrade rails but stuck on "bundle update rails" I'm following this article https://fullstackheroes.com/rails/upgrade-to-rails-6/
mikkycoder posted

Action Mailbox Routes

2
Rails
I'm adding action mailbox to my Rails + React app, the problem I'm having is that the mounted routes are at the very bottom of the routes file so it will not get called due to the fact that I need ...
Stephen Sizer replied
Solved

Digital Ocean Spaces does not respect ACL Public-Read (Active Storage)

2
Rails
Hello guys, I'm using Rails 6.1 (Edge) and I noticed a possible compatibility issue between Digital Ocean Spaces with the AWS S3 specification. When we configure the service as "public: true" an...
Alisson Patrick replied

Rails log is to big in production?

3
Rails
Hi there, I recently view a video here talking about how to subdivide your log into multiple parts. This video talks about how you can delete them after 7 days. I forgot the title, I can't found it...
Mylan Connolly replied
Solved

syntax error, unexpected tREGEXP_BEG, expecting end-of-input

0
Rails
I'm trying to run a script but facing the error, I'm pretty new to the rails console. ```RAILS_ENV= qubole rails runner db/scripts/migrate_bulk_users_to_new_emails.rb /usr/lib/tapp2/db/scripts/mi...
kumar0205 posted

How do i write a test case using rspec for private method

1
Rails
Hello I,m new to rails I am writing test cases for using rspec gem In my controller I have edit function. I have before action for edit function **This is my controller** ``` before_action :aut...
Kasey Sk replied

How do I pass params to Active Record Model has_many?

0
Rails
Hello everybody, I have a model: account.rb, with has_many condition like this ``` has_many :purchases, -> { where(available: true, workspace_id: nil).order(id: :desc) } ``` Now I want to pas...
quydox posted

Updating Rails Applications across Rails versions?

5
Rails
Question, how do I go about handling the update process for my Rails apps? Example: I setup many apps with Rails 4.0.0 and currently 4.2.0 is out. What's the update process look like? I tried to ...
Ernesto Tagwerker replied

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

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

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