Ruby on Rails

[ follow ]
Ruby on Rails
fromRubyflow
2 days ago

Veri v0.4.0 - Multi-Tenancy Update for the Rails Authentication Gem

Veri v0.4.0 adds multi-tenancy to isolate authentication sessions per tenant (subdomain or organization model).
#ruby
Ruby on Rails
fromInfoQ
1 month ago

Refactoring Stubborn, Legacy Codebases

Stubborn codebases accumulate complaints, but nearly all can be refactored to improve modularity and dependency management.
Ruby on Rails
fromRubyflow
1 month ago

Run LLMs natively in Ruby with Rust + GPU support

Red Candle enables running large language models directly in Ruby via Rust, enhancing integration and performance.
Ruby on Rails
fromRubyflow
1 week ago

Awesome Ruby Blogs

Hello Rubysts!Awesome Ruby Blogs now with RSS feeds and OPML files.If you have any ideas or suggestions for improving this list, please feel free to send a pull request.Thanks and have a nice day!
fromRubyflow
3 weeks ago
Ruby on Rails

The Long Game: why Rails survived the hype cycle and what it means for your startup

Just a few years ago, Rails was supposedly "dead."The framework that once powered 90% of Y Combinator batches had lost favor.Shiny new alternatives took center stage.Rails was declared passé.
#rails
#rugby
Ruby on Rails
fromThe Hacker News
1 month ago

RubyGems, PyPI Hit by Malicious Packages Stealing Credentials, Crypto, Forcing Security Changes

60 malicious RubyGems packages target unsuspecting users, posing as automation tools to steal credentials.
Ruby on Rails
fromTheregister
1 month ago

AWS wiped my account of 10 years, says open source dev

AWS deleted a developer's account, wiping ten years of data, allegedly due to a verification failure and botched internal testing.
Ruby on Rails
fromRubyflow
1 month ago

RapiTapir - APIs so clean and fast, they practically run wild!

RapiTapir enhances Ruby API development with type safety, automatic documentation, and a clean DSL, making the process more efficient and less error-prone.
fromIndependent
1 month ago

Lions jury: Conclusions drawn from Australia 2025, how Tour will be remembered, and will it affect Ireland?

The visitors aimed for a complete sweep on the tour but ultimately fell short, showing they are good but not great.
Ruby on Rails
fromIndependent
1 month ago

'It meant the world' - Lions' last-gasp hero Hugo Keenan revels in career-high moment

Hugo Keenan will forever be known for scoring the try that secured the 2025 series win for the Lions, a remarkable moment in his career.
Ruby on Rails
Ruby on Rails
fromwww.theguardian.com
1 month ago

Chessum faces biggest challenge in rival Skelton as Lions await different beast'

Ollie Chessum's resilience and competitive spirit position him for a significant debut against the motivated Australian team.
fromIndependent
1 month ago

'It's like the Texas Chainsaw Massacre' - Andrew Porter on his Lions start and why he can't have white pillow cases

Andrew Porter embodies the rugby union prop forward role, characterized by his impressive physique and well-defined cauliflower ears, a testament to the sport's physicality.
Ruby on Rails
fromIndependent
1 month ago

Ruaidhri O'Connor: Andy Farrell is pushing different buttons to keep Lions one step ahead of wounded Wallabies

Joe Schmidt is reinforcing his team to prepare for a challenging match against Australia, anticipating a fierce response following their initial defeat in the series.
Ruby on Rails
Ruby on Rails
fromRubyflow
1 month ago

Superform vs Rails form helpers: simple select tags

First edition at https://beautifulruby.com/code/superform-simple-select-fields in a series that's going to compare Rails form helpers with Superform.
fromwww.theguardian.com
1 month ago

First Nations & Pasifika XV v British & Irish Lions: tour match live

Liam Crowley notes the excitement of the fans during the kick-off game in Dublin, highlighting the sea of red shirts and the positive atmosphere.
Ruby on Rails
Ruby on Rails
fromHackernoon
1 year ago

How I Landed My First Client Midway Through The Odin Project | HackerNoon

Successfully developed a custom pricing app for a friend's business while learning from The Odin Project.
fromIndependent
1 month ago

'That's a hotly contested one' - Andy Farrell explains Josh van der Flier omission for Lions' first Test

Andy Farrell seemed to show his impatience during the press conference, wanting to focus on the upcoming match rather than the media's questions.
Ruby on Rails
#owen-farrell
fromwww.theguardian.com
2 months ago

Lions face new injury blow with Mack Hansen expected to miss first Australia Test

Mack Hansen is expected to miss the first Test against the Wallabies due to a foot injury, impacting his chance to join the Lions.
Ruby on Rails
fromBusiness Insider
2 months ago

Ruby on Rails creator David Heinemeier Hansson says he looks for 2 key things when hiring

"If you can't pen a proper cover letter and can't bother to put in the effort to write it specifically for us, you're out."
Ruby on Rails
fromRubyflow
2 months ago
Ruby on Rails

Glimmer Web Components (+ Championship Win & General Recipe for Success)

Glimmer-web-components Ruby gem offers customizable Glimmer Web Components for the Glimmer DSL for Web framework.
fromRubyflow
2 months ago
Ruby on Rails

Anyone interested in a SF Ruby vibe coding hackathon this month?

SF Ruby vibe coding hackathon at Sentry HQ is just 2 weeks away!The $3,000 prize is sponsored by Fly.io, Continue, Evil Martians.Rails is known as the go-to tool for solo devs.
Ruby on Rails
fromIndependent
2 months ago

'I made a lot of mistakes, I took playing for Ireland for granted' - Munster No 8 Gavin Coombes on his international exile

Gavin Coombes has not received any caps for Ireland since his debut in 2021 despite strong performances with Munster.
#lions-tour
#british--irish-lions
Ruby on Rails
fromBerlin Startup Jobs
2 months ago

Job Vacancy: Full-Stack Software Engineer, Ruby on Rails (m/w/d) at Solar Startup // VREY | IT / Software Development Jobs | Berlin Startup Jobs

VREY develops Energy OS to implement solar energy solutions for over 3 million multi-family buildings in Germany.
Ruby on Rails
fromRubyflow
2 months ago

New Post: Making Accessible PDFs with Ruby (PAC 2024 Edition)

Generating PDF/UA-compliant PDFs?Not as easy as flipping a flag.In this post, I document the battle with PAC 2024, Chrome quirks, and missing metadata-and how I used (and built) Ruby tools to fix it.
Ruby on Rails
fromRubyflow
2 months ago

5 gems you no longer need with Rails

Sometimes upgrading Rails apps makes app dependencies obsolete - their functionality is present in the framework.Dropping them would make future app maintenance easier.
Ruby on Rails
fromwww.newsshopper.co.uk
2 months ago

Southern Rail's driver training school has outstanding behaviours and attitudes'

Southern Rail's driver training apprenticeship school received an Outstanding rating from Ofsted, showcasing exceptional commitment and attitudes among apprentices.
fromInfoWorld
2 months ago

How to use route constraints in ASP.NET Core minimal APIs

A route constraint in ASP.NET Core is a guardrail for the URL. It determines whether an incoming request matches predefined criteria and should be processed.
Ruby on Rails
Ruby on Rails
fromRubyflow
2 months ago

Introducing Veri - Minimal Cookie-Based Authentication for Rails

Veri is a minimalistic Rails authentication framework prioritizing granular session management and customization.
Ruby on Rails
fromRubyflow
2 months ago

Namespaced Pundit Policies Without the Repetition Racket

Tired of repeating super([:namespace, record]) in every controller when using namespaced Pundit policies?
Ruby on Rails
fromRubyflow
2 months ago

Adding llms.txt to a Rails application

LLMs benefit from structured data like llms.txt for improved web understanding.
Implementing llms.txt in applications can enhance content accessibility for LLMs.
Ruby on Rails
fromianVisits
2 months ago

New railway accident database sheds light on forgotten worker tragedies

A new database reveals thousands of railway staff injuries and fatalities, aiming to improve awareness of their safety in historical reports.
Ruby on Rails
fromSleek-mag
2 months ago

Ruby O. Fee: Modern Muse

Ruby O. Fee is more than just an actress.
She embodies a refined sense of style, creative instinct and a deep appreciation for the details that make something truly special.
fromRubyflow
2 months ago
Ruby on Rails

Conventions and APIs in Ruby on Rails - for Everyone

API conventions in Rails enhance development efficiency and collaboration.
Ruby on Rails
fromAmazon Web Services
2 months ago

Secure your Express application APIs in minutes with Amazon Verified Permissions | Amazon Web Services

Amazon Verified Permissions introduces a new open-source package that simplifies external fine-grained authorization for Express.js applications, enhancing security and reducing code complexity.
[ Load more ]