Feature news
-
Ruby on Rails — The official Rails job board is live
- 27/11/2023
- 4 Views
-
[JA] How resolve Gem dependencies in your code? / Hiroshi SHIBATA @hsbt - YouTube
- 24/11/2023
- 314 Views
-
Rename a RubyGem
- 24/11/2023
- 25 Views
-
URL-Safe String Serialization for any Ruby Object
- 24/11/2023
- 280 Views
-
A Ruby language server for large codebases
- 24/11/2023
A Ruby language server designed to stay performant for large codebases. A full-text search backend gives fast, but fuzzy search results that closely ap...
-
How we made our tests 5x faster
- 23/11/2023
Welcome to the fast lane of Rails testing! If you're a software engineer, you're well aware that testing is crucial, but let’s be real: running your te...
Rails How To View All
-
[JA] How resolve Gem dependencies in your code? / Hiroshi SHIBATA @hsbt - YouTube
- 24/11/2023
- 314 Views
-
Rename a RubyGem
- 24/11/2023
- 25 Views
-
How to use UUIDv7 in Rails for primary keys | ptrchm
- 24/11/2023
- 164 Views
-
For clarity merging hashes use with_defaults - Andy Croll
- 24/11/2023
- 26 Views
-
Building a webhooks service
- 24/11/2023
- 243 Views
-
3 ways to model an associated collection in Rails
- 24/11/2023
- 296 Views
-
How GitHub Actions can turn your code into a Docker daemon: A quick way to automate Ruby releases
- 16/11/2023
- 62 Views
-
Fan-out Sidekiq Jobs to Manage Large Workloads
- 16/11/2023
- 310 Views
-
How to Customize Rails Validation Errors to Remove Leading Attribute Column Names
- 16/11/2023
- 599 Views
Rename a RubyGem
- 24/11/2023
It’s often said that one of the hardest parts of software development is naming things. When I start working on a RubyGem, I often name it something th...
Read moreUsing UUIDs for primary keys offers many benefits, but there are some downsides to consider. The most widely-used UUIDv4 is fully random, which is idea...
Read moreRails is known for adding methods to existing core Ruby classes for improved readability via Active Support. One such example is the with_defaults meth...
Read moreBuilding a webhooks service
- 24/11/2023
For the Rails developers, here are the models I used when building the service. The goal was to keep it as simple as possible (can always add on more l...
Read moreA look at the Postgres array type and good old join tables, each with their advantages and disadvantages......
Read moreSo let’s say that you have a shiny new Ruby program that you wrote. But how will you ensure every environment has the right version of Ruby installed a...
Read morePerforming a resilient operation on bulk data can be challenging, especially if the operation relies on a third party. You can safely do this by fannin...
Read moreRails validations is an elegant way to verify the model state before it's saved into the database. Often, you want to provide a custom, user-friendly e...
Read moreOnline Tutorials View All
-
URL-Safe String Serialization for any Ruby Object
- 24/11/2023
- 280 Views
-
ruby/irb: interactive Ruby
- 24/11/2023
- 24 Views
-
A ruby gem to run seeds for you in your Ruby on Rails application.
- 16/11/2023
- 339 Views
-
A JRuby wrapper for Apache Tika to extract text and metadata from files of various formats.
- 03/11/2023
- 457 Views
-
Shopify/limiter: Simple Ruby rate limiting mechanism.
- 03/11/2023
- 636 Views
-
Recurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface.
- 21/10/2023
- 880 Views
-
Barley is a dead simple, fast, and efficient ActiveModel serializer
- 21/10/2023
- 181 Views
Universal ID introduces a paradigm shift in Ruby development with powerful recursive serialization. This innovative library transforms any Ruby object ...
Read moreruby/irb: interactive Ruby
- 24/11/2023
IRB stands for "interactive Ruby" and is a tool to interactively execute Ruby expressions read from the standard input.The irb command from your shell ...
Read moreSeedie is a Ruby gem designed to make it easy to seed your database with realistic data. Utilizing the Faker library, Seedie generates realistic data f...
Read moreRika is a JRuby wrapper for the Apache Tika Java library, which extracts text and metadata from files and resources of many different formats.Rika can ...
Read moreSimple Ruby rate limiting mechanism. Contribute to Shopify/limiter development by creating an account on GitHub.To rate limit calling an instance metho...
Read moreRecurring events library for Ruby. Enumerable recurrence objects and convenient chainable interface. - rossta/montrose: Recurring events library for Ru...
Read moreBarley is a dead simple, fast, and efficient ActiveModel serializer.Cerealize your ActiveModel objects into flat hashes with a dead simple, yet versati...
Read moreRailsConf Videos View All
-
Rocky Mountain Ruby 2023 - YouTube
- 27/10/2023
- 482 Views
-
RubyConf Mini 2022: Keynote by Rose Wiegley - YouTube
- 09/02/2023
- 693 Views
-
RubyKaigi 2022 Day 1 - YouTube
- 27/10/2022
- 1.542 Views
-
wroc_love.rb 2022 - YouTube
- 27/09/2022
- 981 Views
-
RubyConfTH - YouTube
- 14/10/2019
- 3.089 Views
-
RubyConfTW2019 - YouTube
- 22/09/2019
- 3.069 Views
-
RailsConf 2019
- 27/05/2019
- 3.604 Views
Rocky Mountain Ruby 2023 - YouTube
- 27/10/2023
Rocky Mountain Ruby is a single track conference devoted to the Ruby programming language which features technical presentations, community events and ...
Read moreRubyConfTH - YouTube
- 14/10/2019
Videos and talks from RubyConf Thailand.Videos from the talks will be uploaded on Youtube very soon . Subscribe to our channel and be the first to view...
Read moreRubyConfTW2019 - YouTube
- 22/09/2019
July 26 - 27, 2019CHANG YUNG-FA FOUNDATIONInternational Convention Center, Taipei.....
Read more
RailsConf 2019
- 27/05/2019
RailsConf is the world’s largest and longest-running gathering of Ruby on Rails enthusiasts, practitioners, and companies.
.. Read moreYoutube tutorials playlists with over 511 videos View All
Latest videos View All
-
Caching strategies on https://dev.to by Ridhwana Khan - YouTube
- 27/10/2023
- 311 Views
-
RailsConf 2023 - Keynote: Investing in the Ruby community by Rafael Mendonça França - YouTube
- 15/07/2023
- 609 Views
-
RailsConf 2023 - Rails Performance Monitoring 101: A Primer for Junior Developers by Rishi Jain - YouTube
- 15/07/2023
- 330 Views
-
Introducing MRSK - YouTube
- 01/03/2023
- 850 Views
-
Realtime Analytics With Ahoy And Chartkick | Ruby On Rails 7 Tutorial - YouTube
- 18/12/2022
- 1.071 Views
-
Running An Operating System Inside Ruby On Rails 7 - YouTube
- 17/12/2022
- 963 Views
Most popular View All
-
Send an SMS Message with Ruby in 30 Seconds
- 18/03/2017
- 12.397 Views
-
Will JavaScript frameworks take over Rails? - Quora
- 25/01/2017
- 12.248 Views
-
RUBY MINE IDE
- 04/08/2016
- 10.905 Views
-
Learn Ruby on Rails from Scratch - 38 videos
- 27/07/2016
- 9.501 Views
-
Your first Progressive Web App on Rails
- 23/11/2016
- 8.780 Views
-
Ruby On Rails 5 Essential Training 100 Videos
- 17/11/2016
- 8.758 Views
-
RailsConf 2012
- 26/07/2016
- 8.478 Views
-
Sublime Text IDE
- 04/08/2016
- 8.019 Views
-
RailsConf 2016
- 26/07/2016
- 7.703 Views
-
Ruby on Rails Interview Questions That Will Land You The Job!
- 24/02/2017
- 7.369 Views
RAILS DAILY
- You don’t need services (whatever this word means) | Grainy dinosaurs 26
- What's a Counter Cache? 288
- TestProf III: guided and automated Ruby test profiling 30
- The future of Rails test data management: … rests entirely on your shoulders, it turns out 712
- Preventing bugs in Ruby: tools of the trade 332
- ❯ RAILSG · Ruby on Rails Generator Reference and Command Builder 369
TOP SCROOL
- Toward Vagrant 3.0 1.801
- ELI5: Bitfields 2.132
- Dup, Don't Modify Input Hash Parameters in Ruby 2.434
- The Leaky Bucket rate limiter 3.938
- Ruby ASCII Table Generator, simple and feature rich. 2.232
- A simple command line tool to watch file changes and run their matching ruby spec. 2.331
- Better Git diff output for Ruby, Python, Elixir, Go and more 1.505
- Lightning-fast linter for .env files. Written in Rust 1.461
TOOLS
- Visual Studio Code 4.152
- VIM and Ruby on Rails — match made in Heaven 7.341
- Sublime Text IDE 8.019
- RUBY MINE IDE 10.905