Search Results for "i-m-15y-o-senior-javascript-developer-ask-me-anything"
Lessons
Forum Threads
Coming back to Rails after ~6 years, are the older API-mode tutorials still current?
2
General
Hi all. I built quite a bit with Rails up to around 2019-2020, then spent the last few years in the JS/TS world (Node, Next.js). I'm now picking Rails back up for the backend of a new project, API-...
Chris Oliver replied
New gem: Nerima. Al-Powered SEO straight from your terminal.
2
Gems / Libraries
Howdy folks,
I have created my first Gem. It is called Nerima. It is an Al-Powered SEO Analysis for Developers. You can find it on RubyGems or for more info checkout https://nerimasoft.co.uk/nerim...
Alek Zapatchco replied
Nested Sidebar Layouts with Rails Discussion
1
General
Christopher 'Nolan' Oliver - Inception =D
Andreas replied
New DataTypes For Ruby
3
Ruby
Hi,
I'm Alex. I program science I was in school and I have concepts of Datatypes which I would like to have in programming language.
Ruby is My Favorite languge (10+ years of experience), Are ther...
MatthewEPeyton replied
Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?
4
Rails
Background
---------
I have an existing Rails 5.0.7.2 app running on Ruby 2.5.1. In several places I generate invoices as HTML (I build a full HTML string by replacing template tags server-side) an...
Preston Edwards replied
Foreign Key on_delete db Constraints Discussion
3
General
The `add_foreign_key` docs show all the various options for `on_delete` and others: https://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/SchemaStatements.html#method-i-add_foreign_key
Terry S replied
Rails 8.1 Local CI Discussion
3
General
I found the default local CI to be a bit basic. One of my projects is a platform and when we run CI we have to run the test suite multiple times for each implementation of the platform, and we leve...
Richard Ryan replied
Looking for indie hackers + open-source builders to spotlight in our Ruby community
2
General
Our email-list audience for rubyconfth.com grew to 2000 subs this year 🎉
To celebrate, I’m putting together content that highlights indie hackers, community builders, and open-source creators and ...
fnf unkin replied
Recommended UI component sets?
1
Rails
Our Rails codebase has been going strong for over 10 years now, but we're looking to upgrade the UI of our admin pages. These are all served as HTML snippets as always advocated by the Rails team (...
James Smith replied
Thread Safety with Mutexes in Ruby Discussion
6
General
In a Rails application that does standard CRUD for the most part, what would be a good use case for something like this? In the ferrum_pdf example you gave, it looks like you want to ensure there's...
evelynnotting replied
css forum Go Rails strategy
0
CSS
I'm following the tutorial for creating the forum and using Tailwind to do the layout. I have seen that classes are used that are not native to Tailwind. What strategy did you use to build the Go ...
João M Cortat posted
Listopia is launched!
1
Site Feedback
Listopia is a simple, effective open-source list and task management app. It lets you share lists and tasks with friends, family, and team members. Enjoy it and star it on [GitHub](https://github.c...
David Larry replied
How to Optimize ActiveRecord Queries with Large Data Sets in Rails 7?
6
General
I'm working with a large dataset in Rails 7 and some of my Active Record queries are getting slow. I've tried using .includes and .select, but performance still lags. What are the best practices fo...
Patrick Stevenson replied
Inline Editing Messages Discussion
1
General
Great episode Collin!
The whole series has been great!
cjilbert504 replied
Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
6
Ruby
Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
LearnHotwire Course - stuck with Could not find table 'solid_queue_processes'
3
Rails
Hi all,
I bought the Learn Hotwire course and stuck at the Rails Application Introduction (3rd video).
When I ran "rails s" at 1.29 minute of the video, I got this error
'ActiveRecord::Connectio...
I'm a beginner to Ruby.
0
Tips
Need a learning path which is impactful...
Consider me as a professional having almost 2 years of experience in developing full stack experience in JS. What are the keys things which you might hav...
A Simpler Build with Broadcasts Refreshes Discussion
1
General
My general rule of thumb is I'll use redirecting back/morphing for very simple or low-frequency pages such as admin pages where there's not a lot of user traffic, but will reach for turbo streams w...
How do I test different configurations which are set at Rails boot time?
1
Testing
I'm currently working on a fix related to an issue in spree commerce: https://github.com/spree/spree/issues/12231
To test the failing behavior before I apply my fix, I wrote a Rspec test like this...
Karla Lara replied
Why is my Sqlserver so slow??
0
Databases
I'm using Rails 8 with
gem "activerecord-sqlserver-adapter", "~> 8.0", ">= 8.0.1"
gem 'tiny_tds', '~> 3.0.0',
I have have a postgres db on Render and my company has s Sqlerver db on Azure...
Beavidy posted