purinkle, to rails
@purinkle@ruby.social avatar

Late into the night before #BrightonRuby, some of us discussed DHH and his leadership of #Rails. @ufuk did a fantastic job moderating the conversation and highlighted that the Rails team is more than one person.

At the conference, there was plenty of food for thought. Something from ‪@nickschwaderer‬’s talk stuck with me. It was the idea of “no dunking”.

I will now raise the likes of ‪@eileencodes‬ instead of putting others done.

#Ruby #RubyFriends #RubyOnRails

Floppy, to rubyonrails
@Floppy@mastodon.me.uk avatar

Anyone know how to run an arbitrary command at the start of the asset pipeline process? I want to hook in to build an included javascript file on the fly, but my search-fu is completely failing me...

masukomi, to rubyonrails
@masukomi@connectified.com avatar

/ / geeks: do any of you have any pointers for making an interpreted language webapp be able to update itself like a native app?

Has anyone made a library for handling this smoothly (in any lang)?

tosbourn, to rubyonrails
@tosbourn@masto.ai avatar

I’m working on a project that has some memory issues with their jobs.

Used a memory profiler, one job made just over 1,000,000,000 memory allocations (billion, with a b!)

I’ve my work cut out, but I think I’m gonna learn a tonne about memory best practice

teksquisite, to mastodon

Serious question --> I saw my first -1 followers (in a user profile today.) I have 455 followers. How does a user achieve -1 in follower count?

d33pjs, to web

"Quick" Question: If you would build a new #web #application, what would currently be "the best" development language and/or #framework (#webframework) for that?

"Best" as in reliable, #secure, easy to get personal and future proof?

Would it be #python with #django or #rubyonrails or #php #symfony or something completely different?

chrisc, to rubyonrails

SaturdayMP Show : Adding Basic Auth to NGINX Passenger Docker (Part 2)

https://youtu.be/i0W_3Q55gro

In this episode I get the Basic Authentication NGINX configuration working using the envsubst tool to replace environment variables in the config file.

Question you want answered in a future video? Pair on a problem? Constructive feedback? DM me or email ask@saturdaymp.com.

collin, to iOS
@collin@ruby.social avatar

Just posting again that I am still available for #freelance or full time employment. I’ve been doing #iOS development for 15 years, including at #Apple and am comfortable working on a team or doing entire apps.

I also know #RubyOnRails and have gotten quite good at it, which means I can work on backend and mobile together or separately if that’s what you need.

To be honest, I’m a real get. Someone should hire me.

#getfedihired

ianbradbury, to rubyonrails
@ianbradbury@considerate.social avatar

Today is a “rails new” day!
Scared and excited all at the same time.
Ruby and gems all up to date..... here I go……

tosbourn, to random
@tosbourn@masto.ai avatar

Some Rails apps deploy super quick on Heroku and some really drag.

Sometimes it is really hard to see what is causing the hold up, I'd love to spend the time to understand it more.

#RubyOnRails

tosbourn, to rubyonrails
@tosbourn@masto.ai avatar

I need to get better at doing this, but you can write comments for database tables and columns from your Rails migrations.

Hat tip to @davetron5000's Sustainable Web Development book where I first learned of this!

https://tosbourn.com/comment-your-rails-migrations/

og, to random

So I started to learn #RubyonRails

tosbourn, to rubyonrails
@tosbourn@masto.ai avatar

People who know Rails better than me, why does this catch all not work for OPTIONS / or POST /, when it does work for OPTIONS /blah or POST /lol

match '*url' => 'errors#not_found', via: :all  

Slightly more info here (and if you happened to upvote it, well, that would be swell!)

https://stackoverflow.com/questions/76850372/how-to-fix-rails-no-route-matches-post-or-option-for-the-root-url

wood, to rubyonrails
@wood@hachyderm.io avatar

How can we unify the Rails community?

og, to random

@tym Do you use #rubyonrails ?

wood, to ruby
@wood@hachyderm.io avatar

Just learned that Exceptional Creatures was #1 on Hacker News last night. I love all the comments like “that’s so Ruby” and “I miss Ruby” and “this is why I love the Ruby community!” 🥹

https://news.ycombinator.com/item?id=39163828

wood, to UI
@wood@hachyderm.io avatar

Developers: when using a new product, do you like those feature tours that pop up to help guide you through the UI?

If yes, what makes a good one? If no, how do you prefer to learn instead?

tosbourn, to random
@tosbourn@masto.ai avatar

Actual serious Rails post.

I've found 7.1 to be one of the harder upgrades to make on projects.

Looking online and plenty of folk have mentioned how easy the upgrade was, maybe I've just been unlucky on a couple of projects.

#RubyOnRails

thisismissem, to random
@thisismissem@hachyderm.io avatar

Rail's new ActiveRecord::Promise looks exciting, but one feature I wish it'd have is the ability to serialise the promise such that a future request can then later poll for it's value: essentially, grab this information if you can, but otherwise defer it to not block page load.

#RubyOnRails

exterm, to ruby

Do you know how to make best use of Rails' lib folder? Did you know it can be a great starting point to improve your overall application architecture?

New blog post alert: https://simplexity.quest/posts/2023-12-23-lib-is-for-libraries.html

If you like the post, please also upvote me on hacker news: https://news.ycombinator.com/item?id=38832526

tekkie, to ruby

Anyone using Pagy instead of Kaminari? https://github.com/ddnexus/pagy

wood, to ruby
@wood@hachyderm.io avatar

Great to see more people catching on to ClickHouseDB. We’re using ClickHouse at
@honeybadger to power our upcoming logging/observability tool (Honeybadger Insights).

We’re also benchmarking a replacement backend for #Elasticsearch. Looks like quite a performance gain so far!

Will hopefully have more to share soon, but in the meantime we discussed this on the latest episode of @FounderQuest. Give it a listen:

https://share.transistor.fm/s/d67618cc?t=15m15s

#Ruby #RubyOnRails #Monitoring #Observability #ClickHouse

mroach, to rubyonrails
@mroach@mas.to avatar

There's a story of developer (me) having a no good very bad morning because of this loaded gun that Rails leaves on the table.

Just imagine you're fixing some production data and you accidentally type User.update instead of user.update and realise you just updated not one, but every single record in the database with the same value.

Also, thank goodness for PostgreSQL point-in-time database restoration 😓
(I updated a field excluded from audit logs, of course)

juuh42dias, to ruby
@juuh42dias@mastodon.social avatar

Analista Programador Júnior Web – Ruby on Rails
Remoto - CLT
Remuneração: ????

https://www.icontalent.com.br/vagas-icon/analista-programador-junior-web-ruby-on-rails/

wood, to ruby
@wood@hachyderm.io avatar

Who wants to join my secret Honeybadger Discord?

Things we could chat about there:

  • DevOps, monitoring, observability
  • Indie SaaS and marketing
  • Junior devs/early career
  • General goofing off

Reply and I'll send you an invite.

#Ruby #RubyOnRails

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines