
while installing iam getting error
4
Ruby
Failure! build file wasn't produced.
Please read INSTALL.md and associated NOTES-* files. You may also have to
look over your available compiler tool chain or change your configuration.
ERROR!
...
lemongrassfancy replied

ActsAsTenant demo app
1
Rails
I want to follow up on this post because I'm really interested in developing an application like Shopify that could be able to manage tenants pointing their own domains (not subdomains) to its acco...
Robert Ault replied

Adding a Highlight Button to Trix Discussion
7
General
Awesome! Would actually love to see more videos on extending Trix. I've been using Froala Editor for my production applications, because Trix felt like it was lacking a lot of core functionality. M...
Dan LeGrand replied

Rails for Beginners Part 3: How HTTP Requests work in the Browser Discussion
7
General
Is this where you recommend reading more? https://developer.mozilla.org/en-US/docs/Web/HTTP
Jorge Dominguez replied

Rails for Beginners Part 1: Installing Ruby on Rails Discussion
14
General
Hi Chris, i have a question, currently have rvm on my machine, do you think i can get problems if i install also rbenv to install ruby 3.0.0?
TinotyDal replied

I am wondering if there is a way to access the current_tenant ID within a sidekiq job?
1
Rails
I can see that everything is scoped to the tenant via `ActsAsTenant.with_tenant`
https://github.com/ErwinM/acts_as_tenant/blob/master/lib/acts_as_tenant/sidekiq.rb
but wondering if I wanted to acc...
Michael Smith replied

Refactoring with ActiveSupport::TimeWithZone Discussion
4
General
Much cleaner to read and I don't think people (like myself) use these helpers enough!
cjilbert504 replied

Testing a Meilisearch Integration with Ruby on Rails Discussion
0
General

Nested Comment Threads in Rails - Part 2 Discussion
4
General
There's a security vulnerability in the code which allows any authenticated user to delete anyone else's comment. While there's a check in view (`if comment.user == current_user`) for showing the d...
icyclisttreacle replied

URL Based multi tenancy
10
General
I'm new to Ruby on Rails, trying my best to catch up. for example... i've a domain and a username append to it, www.domain.com/samsoft, how can i achieve this and also routing? sample code will be ...
Chris Oliver replied
Solved

How to write APIs?!
2
General
Not sure if this is the best place to ask this, but are you guys planing on maybe creating some beginners screen casts on how to write APIs with Rails?
MatthewSanders replied

Creating Passwords Through A Join Table Discussion
0
General
Nice cat =)
Jaroslav HorĂ¡k posted

Writing an ActiveRecord adapter
0
Rails
Since none currently exists, I'd like to write my own ActiveRecord adapter for the Immudb database. However, I've been searching for a while online and can't find any good resources on how to write...
DEEPAK KUMAR posted

Automated way to do multilingual in existing rails application
0
Rails
I have existing rails application . Currently no language support and now need to do language support . Is there any tools , gem etc which will help me to find static word from erb/helper/model etc...
Mitesh Kumar posted

Rails for Beginners Part 23: Rails Credentials Discussion
26
General
When I try to do rails credentials:edit I get the following error
No $EDITOR to open file in. Assign one like this:
EDITOR="mate --wait" bin/rails credentials:edit
I did copy and paste what it s...
Jess Antunes replied

Need a suggestion on the approach I should take to implement the multi-version surveys system.
0
General
I have an existing survey feature in my application. As standard, a survey has many questions, and many answers are submitted against a question by different users. There is a result model per surv...
Infinikorn posted

Commontator with Trix
3
Gems / Libraries
Good day robots,
I'm trying to implement the Trix editor as the default editor for Commontator's comments.
The default Commontator view is defined as follows in `app\views\commontator\comments\_f...
Solved