Dynamic Nested Forms with Stimulus JS Discussion
@chris how can I add custom fields ? example I want Radio button , checkbox , text area all need in one form

32
General
How Do Show Loading Indicator On A Turbo(Stimulus) Form ?
I am learning rails by building a project. I am using the turbo frames for the form.
I would like to add a loading indicator to the submit button just like the one on this forum when you comment o...

1
Ruby
Ruby on Rails with Postgresql database
I am new to ROR & Postgresql database. I am trying to create a ROR API Application with Using Existing Database for my development. i want to know how to achieve the same. I referred many sites...

2
Rails
How do I search through associations with searchkick (elastic search) together aggregations
Hello folks,
I’m trying to do a search query through an association. Here’s what I have.
I have Property model which has_many :characteristics, as: characteristicable on one side. On the other ...

2
Rails
Getting NoMethodError while calling method from Model_name.rb
your personal experienceMin https://kodi.software/ dfully using our emotions as data about our inner state and knowing when it’s better to de-escalate by taking a time out are great tools. Appreci...

2
General
gem administrate
ActionView::Template::Error (uninitialized constant ActiveStorage::AttachmentDashboard):
17:
18:
19:
23:

1
Rails
Create Customer Url
Hey Suleiman,
something along those lines should work:
# routes.rb
```
get "/:user_account_number/projects/:project_id", to: "projects#show"
# pay attention to the colons (:) within the url here....

3
Rails
I am facing problem in running rails server in ubuntu
Okay, I got my solution

2
Rails
ActsAsTenant demo app
Hi,
Would it be possible for you to oversee and aid me in the development of a barebones ActsAsTenant app at your standard rate? I just need a simple demo of how to make one Rails app serve mult...

1
Rails
How do i make a Courses - Chapter - Lesson Nesting!?
Hi all,
im new to Ruby on Rails and new to GoRails. I try to connect 3 tables.
My Models:
**Course.rb:**
class Course < ApplicationRecord
has_many :chapters
has_many :lessons...

1
Rails
How to use Devise with Hotwire & Turbo.js Discussion
Hey Chris, this is super amazing. I'm using hotwire-rails and there's 2 errors that need your expertise:
- The TurboController gives an error `undefined local variable or method `turbo_include_tags...

32
General
How to use Javascript via Webpacker in Rails 6 Discussion
I followed this and am getting the following errors:
```
definition.js:34 Uncaught TypeError: constructor.bless is not a function
at blessControllerConstructor (definition.js:34)
at b...

19
General
Setup MacOS 11.0 Big Sur Discussion
Hey Chris, I just ran through this with a repurposed MacBook Air, and I hit the mimemagic blocker.
It works with Rails 6.1.3.1.

24
General
Getting NoMethodError while calling method from Model_name.rb
I am testing a model class method from 'rails console' called "progress" which is inside class 'Okr' as 'Okr.progess'. But getting NoMethodError (undefined method `progress' for Okr (call 'Okr.conn...

1
Rails