Is Ruby on Rails still relevant in 2023 ?
7
Ruby
If yes ,please share your thoughts why it is relevant ?
DanteKulas replied
Direct Uploads with ActiveStorage Discussion
21
General
I'm running to a small error I think. Alright, so when I try to get the a file to upload It seems to begin the process and then commit but then it stops. I get a completed 200 ok but the issue is t...
Aaron replied
Test some simple javascript with Minitest and Capybara
0
Testing
I'm seeking assistance on testing JavaScript that executes on the response page after a POST request.
So I have something like this
```ruby
class YourControllerTest < ActionDispatch::Integrati...
Jesper posted
Turbo stream problem
4
Rails
Hello...
I'm having a problem with a view not fully auto-updating using turbo.
It currently only works when updating or destroying.
So to keep it kinda short, I have a site where users can crud...
CPU from 0% to 100% on any one page load.
0
Rails
Hello,
I am having a serious issue on the Ruby on rails application running with the following technological stack:
ubuntu-latest
Docker latest
RUBY_VERSION: 3.1.0
puma (5.6.4)
rails (7.0.3)...
What's New In Ruby 3.3 Discussion
9
General
Happy Holidays and New Year everyone! 🥳
Wen Ching Chua replied
How do I add embedded youtube video to a text field within active admin with simplemde markdown?
3
Rails
When I add the Youtube embed code. It displays it as a string on the front end.
The idea is that I could make this simple enough for the user updating the post to add the embed code easily themsel...
Syncing Repositories with Ruby Scripts - Part 2 Discussion
0
General
How to Deploy Rails to Render Discussion
14
General
Great video, thanks Collin!
Emmaotiki5 replied
Cannot create Rails App - gem issues "Ignoring nokogiri" and other gems
5
Rails
When I try to create a new Rails App it fails. I am on Big Sur 11.3, Ruby 2.7.2, and when type rails-v shows 6.0.3.4 but also ignoring quite a few gems including nokogiri and 6-7 others. I have tri...
Ryan Mindigo replied
Implementing Highcharts in RoR
8
General
Looking for the best way to implement Highcharts in RoR. I have been spoiled by ChartKick however one of the features I need in HighCharts is the Drilldowns and the maker of ChartKick said "it's a...
MitchellThompson replied
Custom Attribute Serializers with ActiveRecord in Rails Discussion
7
General
This feels much simpler for custom value objects and surprisingly more straightforward than the official way, i.e. registering a new Active Model type.
Great video, thank you.
Adrián Mugnolo replied
Rails 7.1 Authentication From Scratch - Test Helpers
1
Testing
I've implemented the Rails authentication in my 7.1 app but was wondering how to go about stubbing the `current_user` or `session` in my RSpec Request specs.
I'm normally used to have a Devise or...
Chris Oliver replied
Realtime Nested Comments: Part 2 Discussion
6
General
Hey Chris, thanks for the video! I'm just wondering about the design decision to have a stream subscription for each individual comment for the broadcast removal vs broadcasting to the "container" ...
Jay Killeen replied
How will HatchBox handle manually installed software?
5
Servers
If I installed meilisearch on my server that is managed by HatchBox, how it will handle meilisearch binaries in server updates and deployments?
John Jensen replied
Tip of topic for new episode on hotwire
1
Rails
How to use turbo frames for more complex pages that has menu and sidebars that themself are at least somewhat dynamic (say user name, sidebar options that change depending of what page you are at e...
montigokylie replied
connexion between two microservices in rails
0
Rails
i have a user with devise auth micro service and i have other micro service Costs i want to create cost with user wuthenticated how i can make that connection
meryem sekkat posted
Searchkick Aggregation for has_many_through association
1
Gems / Libraries
Hey guys,
I have an ecommerce product catalogue, where I store products, product options and option values in this kind of fashion:
```
# models/product.rb
has_many :option_values
has_many :optio...
Storing measurements for users in metric and english measurement systems
1
Databases
I am rebuilding an application that stores data for search and recovery divers. Previously, it was for a single team and we used the english measurement systems, however, now that the application i...
Chris Oliver replied