What is Programming & Web Development?
Programming refers to the process of writing a computer program, which is a set of instructions that a computer executes to get the required result. Web development is the process of creating any k...

5
General
How do I pass local variables to iteration in turbo_stream?
In my app I have projects which have many tasks. The tasks are iterated through on the projects show page:
```
### Project#show
<% @tasks.each do |task| %>
<%= f...

1
Ruby
How do i receive chunked files in API's
Hi i am building rails api based application. I need to receive bigger files in chunk api, and final one more api. Any idea or existing solution i can get or refer.

1
Tips
Form not displaying errors
Change
`render :new`
To
`render :new, status: :unprocessable_entity`

2
Rails
ActiveResource::InvalidRequestError: Could not find a response recorded
When I run my test, it gives me the error "ActiveResource::InvalidRequestError: Could not find a response recorded", I have looked at my test there seems to be nothing wrong with it. However, the l...

1
Rails
Featured articles
Morning everyone. I'm currently working on a project with articles about cryptocurrency. Iḿ a beginner rails dev and I need your help to set a button in every article in the dashboard to set it as ...

1
Rails
Rendering simple_calendar content using Turbo Frames
Did you ever get this working? I am working on something similar and would love for hotwire to update the events in the calendar.

3
Rails
Intermediate JS developer looking to learn Ruby
Been looking for a long time for the best DSL modem for gaming. For me it is important that the games work fast, that the Internet does not slow down. I found a review of best dsl modem for gaming ...

8
Ruby
Is there anyone who could offer advice or help with Generating a PDF Within the Program?

8
Rails
Video Hosting
We use Wistia. It's expensive and probably cheaper done with S3 or similar.

2
Rails
unicorn takes a long time to start up with capistrano
After ruby update from 2.7.5 to 3.1.2
I've run command cap production unicorn:stop then cap production unicorn:start
it's takes about 9 minutes to start
gem 'capistrano3-unicorn', '~> 0.2.1'
```...

1
Rails
error starting new jumpstart app
Upgrading to the latest version of Node help me with the same problem on Ubuntu 20.04.
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -

2
Rails
Handle ActionController::UnknownFormat in Devise::SessionsController#new
Hello, I'm new in rails and I facing this problem: After invite a new member the system generates an invitation link. This link invites to create an account, once the account is created the new mem...

1
Rails