record tag

37 questions


2 answers
52 views
0
How to Configure Columns That Do Not Match Naming Conventions in ActiveRecord

Thank you for your help.Tell me about ActiveRecord.ActiveRecord automatically creates relationships and inserts data according to the column naming convention, but how do I set up columns when I want ...

2 years ago

4 answers
67 views
0
How to Specify a Relationship Column in ActiveRecord

PostidtitlebodyCommentidbodypost_idWhen you combine these two in a relationship, you don't know how to specify columns to retrieve data.For example, if I want to get Post.id, Post.title, Comment.id, C...

2 years ago

1 answers
51 views
0
I want to set up a relationship other than table+_id in rails.

Item_id in parent table, item_id in child table, item_id as key Parent table has_many child tableChild Table Belongs_to Parent Table I want to have a one-to-many relationship like this


2 answers
115 views
0
How should I design the payment system?

REST API for Android clients has been established and used by Rails.Our service's payment method is basically regular payment.The payment is made at the time of the first purchase, and the user raises...


1 answers
94 views
0
Do I have to use Ffmpeg to make an Android karaoke app?

I'm going to make an app where I can duet with a singer. I want to play the singer's voice file and the background music file, stop the singer's voice file at every section I want, and record the user...

2 years ago

2 answers
57 views
0
How do I record in high quality on Android?

I'm making a mobile community applicationCurrently, I record using Media Record class on AndroidThe sound quality is poor and the recorded data is very small.Can you tell me how to convert to .mp3 for...

2 years ago

1 answers
115 views
0
How do I create a query that I search for when the input value is an array in Rails Active record?

As the title suggests, when importing a value from DB, the input value is an array. Unfortunately, it would be nice if the DB column corresponds 1:1 with each value in the array, but it is not.In DB, ...

« - 4 -

© 2024 OneMinuteCode. All rights reserved.