Tweet
Just published my first Rails 7 boilerplate with the following integrations configured:
- Bootstrap 5
- Devise
- Font Awesome
- PostgreSQL
- Fully Responsive Landing Page Theme
Get it today 👉🏻 talha345.gumroad.com/l/rails7-boots…

#buildinpublic #ruby #rails
Just launched my website iwatchr.space using Rails + Tailwind CSS, and I have to say, the combo is a game-changer! 🚀💯 The productivity boost I’ve experienced is incredible. Building beautiful, designs has never been easier. #Rails #TailwindCSS #buildinpublic
You can install this extension from your VS Code marketplace. Hope you enjoy learning Ruby on Rails right on your IDE and reducing context switching that happens in other online lessons or videos.

Here is the link:

marketplace.visualstudio.com/items?itemName…

#buildinpublic #100DaysOfCode #rails
I created a VS Code extension so you can learn Ruby on Rails right on your IDE. A repository that is ready to run and test is provided for each lesson. You just add your code to it as you follow the lesson instructions.

#buildinpublic #100DaysOfCode #rails
Just click on the file name on the code snippet provided in the lessons to open or create the file from the project.

Then you just need to follow the lesson instruction and click copy to insert the provided code into the file.
#buildinpublic #100DaysOfCode #rails
Run any terminal commands provided in the lessons with a click of the Run button on the lessons page.

#buildinpublic #100DaysOfCode #rails
You can also just click Run on the provided Rails Console commands. This would open a separate terminal window just for Rail Console.

#buildinpublic #100DaysOfCode #rails
Just published my first Rails 7 boilerplate with the following integrations configured:

- Bootstrap 5
- Devise
- Font Awesome
- PostgreSQL
- Jquery
- Fully Responsive Landing Page Theme

Get it today at talha345.gumroad.com/l/rails7-boots…

#buildinpublic #ruby #rails
Open sourced askydkjs.iantan.is

github.com/iantanwx/ask-y…

Fork it to create your own "ask my book" with Rails and deploy it to @railway_app !

#ai #rails #buildinpublic
Is anyone using Rails for building their apps or is it just me?

Everyone seems to be using Next.js here.

#buildinpublic #rails #nextjs #indiedev
⚠️ Always consider your use case before implementing nested documents in Elasticsearch.
Seems nested is good for retrieval but bad for indexing speed

#elasticsearch #rails #buildinpublic
Transform any text with URLs into clickable links with just one line of code using, simple_format helper, Ruby's gsub and URI.regexp! #Rails #buildinpublic @noolify
✅ The JS validation of the letters works
✅ I also added a timer to rank users based on their speed to find the full prompt

#buildinpublic
#rails
I deployed MembearBot today with PostgreSQL, Redis, Rails, Sidekiq, and a Discord bot in Node.js.

Closed beta of MembearBot coming soon!

Thanks, @Railway for such a wonderful deployment experience 🚀

#buildinpublic #rails #rubyonrails #ruby #discord
I deployed MembearBot today with PostgreSQL, Redis, Rails, Sidekiq, and Discord bot in Node.js.

Close beta of MembearBot coming soon!

Thanks, @Railway for such a wonderful experience 🚀

#buildinpublic #rails #rubyonrails #ruby #discord
SAAS update:
I built a contact form for marketing site using
github.com/heartcombo/mai…

I was trying to avoid having to create a new model to store contact form data..this gem came quite handy

#buildinpublic #rails
Weekend SAAS update:
I built a contact form for marketing site using github.com/heartcombo/mai….

I was trying to avoid having to create a new model to store contact form data..this gem came quite handy

#buildinpublic #rails
Encrypting Gender data, that was enum integer was a bad idea!

APIs started failing all of a sudden and I was scratching my head until I was able to pin down the issue was from gender field.

#buildinpublic #SaaS #rails #leaveBalance
#Rails : How to count length of string in where condition excluding whitespaces and special characters?

#buildinpublic

reddit.com/r/rails/commen…
Quick update. I added toast notifications. They auto hide after ~3 seconds.
#buildinpublic #rails #railsdeveloper
That's a wrap on the chat feature 😀. I went with the Stimulus approach to update the CSS for the messages. #buildinpublic #rails #railsdeveloper
Day 12 of #100DaysOfCode created a this_week filter method to filter out tweets created any given week. Ruby makes it so easy to work with dates.

#RubyOnRails #rails #buildinpublic
Weekly Update:
- Add Comments
- Add Replies
- Add likes
Used Hotwire/Turbo for the reactivity.
#buildinpublic #rails #railsdeveloper
Après quelques temps à travailler sur mon projet #rails dans mon coin, il est temps d’essayer de #buildinpublic
It seems to me that today is a good day for recommendations to follow people so I would recommend following @adrianthedev and @5katkov

They both #buildinpublic with #ruby and #rails and it is so inspiring to see how they are evolving their products!
#Rails devs!

Imagine if..
The same way you can scaffold screens...
You could scaffold charts!

supercharts.dev
A plugin for scaffolding charts into your @bullettrainco -powered Rails app

#buildinpublic
I’m quite impressed with how well PostgreSQL full text search works.

Paired with the pg_search gem for Ruby on #Rails and #Hotwire I’m getting super fast single-page-app like UX with minimal development effort.

I built this for @getstoa with that combo. #buildinpublic
Pushed a change right before tweeting that caused a 500 error if you were logged out - fixed now! If running a check against current_user, make sure there's a current_user to check against 🤦‍♂️ #buildinpublic #indiedev #rails
Hey #Rails devs, want to hang out while I implement some ⚡️Turbo Stream?

I'm building a small book-reading (groups) app, join me in a little under an hour?

👇Tuesdays 3:30pm Eastern
youtu.be/_MZfZP7Jycs

#buildinpublic
Part of my motivation for building is to release something, to have users, to make money, but also, I just like building cool things I'm proud of... and I'm proud of this. #buildinpublic #rails #rubyonrails

Oh... and on tests passing we deploy to prod
Stimulus.js + Postgres full text search with indexed searchable column + Rails = Easiest AutoComplete Possible!!

All three at work in the new Companies form I'm adding to @RubyOnRemote
#buildinpublic #rails 👇
Mediavine (@mediavine) is hiring Ruby on Rails Engineer - (Remote - US).

🌎 Remote - US
#ruby #rails #remotejobs
rubyonremote.com/jobs/435-ruby-…
🚀 Just shipped cssbunding-rails and jsbundling-rails and removed webpack from @RubyOnRemote.

💎 Some new features are coming soon. Company Profiles, Developer Profiles, Better Search.

#buildinpublic #rails
Hey #Rails dev,

Who else is trying to get better with Turbo/Hotwire/Stimulus?

I'm live coding on YouTube in about an hour if you want to hang out.

I'll be evolving a small reading group app I'm working on.

Tuesdays 3:30pm Eastern #buildinpublic
youtu.be/lATTmVRhalY
For new user flows, reduce as many steps for the user as possible. For @trycoffeechats, I saw users struggling to come up with usernames so I added this bit of code to provide a unique fallback and to get users closer to the product magic.

#buildinpublic #rails
I used the `acts-as-taggable-on` gem to implement tags on velox.chat threads. The result is a bit slow (gotta work on that), but pretty cool and good-looking.

What do you think? Is it a useful feature?
#rails #buildinpublic
Also pretty amazing the #searchkick gem to implement a simple and powerful search engine! So cool how it even handle typos 🤯

#rails #buildinpublic