
Improving app:update command for Rails 7.2 Discussion
1
General
Using Rails main, betas, or release candidates are great ways to find bugs and contribute to Rails itself. 🎉
Ricky Garrison replied

Rails upgrade companies
3
Rails
I'm wondering if anyone has any experience with any of the Rails upgrade companies that are out there? We're looking to get all of our apps on the latest and greatest and trying to decide if hiring...
robert replied

Ruby gems to interact with Raspberry Pi GPIO
2
Ruby
I'm doing a small project in Sinatra where I want to unlock my doors via internet and Pi. Super simple. I'm still learning Ruby and Rails. I was searching for a Ruby GPIO gem and there is a quite f...
Aware replied

How can I use summernote editor in rails?
1
Rails
I am making a notebook app and wanted to implement the summernote text editor, the docs for summernote-rails are nearly 3 years old, and I could not find any other proper guides to implement it. An...
Briton Otieno replied

Autocomplete search across multiple models with results from each model
1
Rails
I'm building a simple wiki app and would like to introduce autocomplete search using Searchkick or pg_search. In the search box I'd like to be able to do a search across both an `Article` and `Cat...
Colin Ambler replied

Adding Referrals to Devise with the Refer gem Discussion
0
General

__FILE__, __dir__, and Symlinks Discussion
0
General

Today I Learned!
1
General
I thought it would be fun to start a thread where we can post the things we've learned recently.
Today I learned that `__dir__` returns a full path while `File.dirname(__FILE__)` returns a relativ...
cjilbert504 replied

Best practices for structuring reusable frontend components (coming from Angular/React) ?
0
Rails
Hey I'm an Angular developer diving into the Ruby on Rails, and I'm trying to figure out the best way to structure reusable frontend components, like buttons, in a Rails project. Especially because...
Cengiz Gürtusgil posted

Changing Contexts To Objects With IRB Discussion
2
General
pretty neat! Thanks for sharing
phanilkumar replied

can't install rails
3
General
i have sqlite3 3.43.2 and ruby 3.2.2 on windows 11
I'm trying to download rails but nothing seems to be working. not homebrew, ubuntu or gem install rails bundler --no-document
i'm not sure which t...
anamint minths replied

convert from svg to png in active storage
0
Rails
Can I convert a uploaded svg file to png format? In previewer class?

How do I merge query parameters into URL like Nomad List?
0
General
[Nomad List](https://nomadlist.com/) is a crowdsourced database of cities for Digital Nomads. They do this really cool thing for SEO where as you apply filters, the database is queried and the home...

I'm feeling lost about learning JavaScript, HELP!
10
Javascript
Hello people,
for the past weeks or months I've been trying to learn JS by my self.
I started learning with Modern JavaScript and read most of the basic stuff but I couldn't continue and I stoppe...

Setup Windows 10 Discussion
236
General
Hi,I got all the way through this so thanks for the walk through! I run "rails server -b 0.0.0.0" and the server boots fine but when I go to localhost:3000 in the browser, the browser icon spins bu...

How do I prevent ActiveRecord::PreparedStatementCacheExpired errors during deploys?
1
General
I'm using Hatchbox to deploy my Rails 7 application.
However, occasionally during deployment, I encounter the ActiveRecord::PreparedStatementCacheExpired error.
How can I avoid this issue to ensure...

Rails for Beginners Part 27: Twitter Accounts Page Discussion
17
General
This episode has been updated for Omniauth 2.0. 👍

Rails 7.1 Authentication From Scratch Discussion
18
General
Authentication got a TON of great improvements in Rails 7.1 with `authenticate_by`, `generates_token_for`, `normalizes`, etc. Super duper excited for these things and they should clean up a lot of ...