How do I filter records through other models
You can see my question also on StackOverflow: https://stackoverflow.com/questions/66940456/searching-through-multiple-models-searchkick
Owen repliedYou can see my question also on StackOverflow: https://stackoverflow.com/questions/66940456/searching-through-multiple-models-searchkick
Owen repliedAs I make progress and think through this I guess I can't rely on referencing this value in an initializer unless I want to restart the app every day. Which I don't. The better solution seems to w...
RJ McCollam repliedI am creating one rails application with the latest version 6.1.3 and ruby version 2.7.2. I have one old theme and I want to integrate it into my application. But somehow I can not able to integra...
bhadresh chotaliya postedI want to incrementally start Turbo on my app but when I enabled it it has broken all my forms. How to disable it from `form_with` in order to be able to incrementally update my app?
Pedro Fernandes Steimbruch replied • SolvedCan someone help about this issue. I installed twitter typeahead.js gem in my rails app but i don't know where to add the js file and where to add the require twitter/typeahead
0agautam repliedUpdate ....I was able to resolve the 403 Forbidden error when rendering the admin sign-up view by starting the rails project over again from scratch and installing/updating web-packer after running...
Alfred Montalvo Jr replied • Solved## Hello I'm a beginner on Rails and I have questions about my forum project. I have some Categories which can contain many Themes. And Themes can contain many Topics Here is what I want with m...
Neb19 postedI have a Rails API with ActiveAdmin, using this tutorial as a base to get started: https://blog.heroku.com/a-rock-solid-modern-web-stack When a user chooses the 'Forgot your password?' link in the...
Terence Devine postedNeed to know how can one reduce ruby on rails maintenance cost.
Katy Slemon postedHi, im new to RoR and I have a working system that is sending invoices via email. But I would like to exclude trial subscribers from getting the $0 invoice in their email. Payments being handled wi...
Fungayi Makoni postedHello, I am using the Ruby version 2.7.2 and while installing rails I got these error - ERROR: Failed to build gem native extension. So, please can anyone help me. Thank you, Neha
Neha postedI am making an article section in my Rails app. For this reason I thought Active Text would be a good idea. I have added it as per the Rails Guides as per https://guides.rubyonrails.org/action_text...
Tom Dringer postedLOOKING FOR SOME ANSWERS FROM EXPERTS. I DO HAVE A BUILDSPEC.YML FILE AND MY CONTAINER BOOTS UP AND SAYS: Your Ruby version is 2.6.5, but your Gemfile specified 2.7.2 my ruby version of the app is...
skooby repliedUPDATE Checked that the object was the same in controller and view. On first load – the @user.object_id.to_s variable is identical in the controller and view. When re-rendered, the object_id in ...
Iain repliedHi Abijith Is there a good reason why your backend must "send" the file to your frontend? I suppose what you would normally do in these cases is to make some kind of API which simply responds with...
Mads Obel repliedIt's looking for an SMTP server running on your machine on port 25. You'd have to run something like postfix to do that.
Chris Oliver repliedYou're welcome, Dale. Glad it helped :)
Sean replied • SolvedUpgrading from 4.2 to 5.2 to 6.1 would certainly give you some thorough testing of the changes and would be a bit less daunting. You can probably upgrade straight to 6.1, but you'll want to go th...
Chris Oliver replied • SolvedWhenever i run this command gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \ 7D2BAF1CF37B13E2069D6956105BD0E739499BDB It shows an error: gpg: keyserver re...
Rubal postedI do not have a clear idea between the controller and the views. Also I dont have the Idea for the def show etc in controllers. Please reply me ASAP.
Thilak S posted