findsite.eu
Encuro Domain Search
49 results · visible: 49
  1. Sorbet · A static type checker for Ruby
    Sorbet is multithreaded, scaling linearly across cores on your CPU. It checks your types in seconds, giving you feedback as you code. Sorbet works with your favorite editor to provide IDE features like autocomplete and… · sorbet, method, checks, types, code
  2. RuboCop | The Ruby Linter/Formatter that Serves and Protects
    A Ruby static code analyzer and formatter, based on the community Ruby style guide.
  3. Sorbet Playground
    Fast gradual typechecker playground for Ruby
  4. RubyGuides - Learn Ruby With Awesome Tutorials
    Become an expert Ruby developer one guide at a time! Ruby tutorials, guides and videos for the serious Ruby developer. Start improving your Ruby skills today.
  5. Ruby in Style | A companion blog to the community Ruby, Minitest, Rails and RSpec guides. Mainly geared towards discussing various ideas before updating the guides.
    A companion blog to the community Ruby, Minitest, Rails and RSpec guides. Mainly geared towards discussing various ideas before updating the guides.
  6. Overview – Saddler - checkstyle to anywhere
    Saddler provides checkstyle format to anywhere. e.g. You run rubocop, eslint and jscs, then saddler post their comments on your GitHub Pull Request. This can execute on TravisCI, CircleCI and your own CI!
  7. Ruby in Style
    *.ruby.style
  8. MiniProfiler: A simple but effective mini-profiler for .NET and Ruby
    MiniProfiler: A simple but effective mini-profiler for .NET and Ruby
  9. SQL style guide by Simon Holywell
    A consistent code style guide for SQL to ensure legible and maintainable projects
  10. Practicing Ruby
    The world's largest collection of lessons for experienced Ruby developers.
  11. Hands-on Test-Driven Development - Using Ruby, Ruby on Rails, and RSpec
    A book for learning hands-on test-driven development using Ruby, Ruby on Rails, and RSpec.
  12. Nanoc: a static-site generator written in Ruby » home
  13. Ruby Style Guide
    This Ruby style guide recommends best practices so that real-world Ruby programmers can write code that can be maintained by other real-world Ruby programmers. A style guide that reflects real-world usage gets used… · ruby, guide, style, real, world
  14. RSpec Style Guide
    This RSpec style guide outlines the recommended best practices for real-world programmers to write code that can be maintained by other real-world programmers. RuboCop, a static code analyzer (linter) and formatter, has… · guide, rspec, world, real, programmers
  15. Ruby Fiddle | Ruby Snippets in the Browser
    We wanted a way for people to experience some Ruby in the browser, as well as have a platform that can send cool Ruby scripts to one another. In Github, forking is a way that you can build upon someone else's code. Once… · ruby, way, code, wanted, people
  16. Rails Style Guide
    — Officer Alex J. Murphy / RoboCop The goal of this guide is to present a set of best practices and style prescriptions for Ruby on Rails development. It’s a complementary guide to the already existing community-driven… · guide, rails, style, real, world
  17. Fullstack Ruby: Elevate your Ruby skills. Everywhere.
    Assuming you haven’t been living under a rock these past few weeks, the Ruby community has been embroiled in quite a bit of drama. I won’t recap it here…there are plenty of other sources to go (Joel Drapper for one), and… · rubygems, ruby, community, here, sources
  18. Mostly Ruby DX
    Ruby LSP, IRB, Debugging, RDoc,....etc. This is a quick & unpolished collection of my Ruby debugging tips and recommendations. You can use the Ruby LSP extension to connect to debug.gem... Introduction Ruby 3.4 isn’t… · ruby, irb, lsp, debugging, debug
  19. Posts | Static Ruby Monthly
    Tech Lead | Software Engineering | I help teams build reliable, maintainable Ruby applications by bringing the power of static typing to their codebases. With years of hands-on experience solving complex technical challenges, I make sure your software stays robust and ready to grow.
  20. Ruby 2D
    Create 2D applications, games, and visualizations with ease. Just a few lines of code is enough to get started. See what you can build! · create, applications, games, visualizations, ease
  21. predicatemethod
    In this article, I’m going to begin to outline my approach for creating API clients in Ruby. I’ve worked on quite a few web applications that interact with a lot of internal and external services.... This article is part… · article, development, quite, part, effort
  22. Welcome To Instructor - Instructor (Ruby)
    Structured extraction in Ruby, powered by llms, designed for simplicity, transparency, and control. Dive into the world of Ruby-based structured extraction, by OpenAI's function calling API, Ruby schema validation with… · ruby, instructor, check, structured, extraction
  23. J-_-L | Working with Ruby by Jan Lelis
    For the whole of May, I will blog about weird things in Ruby over at Idiosyncratic Ruby – Don’t miss it! Long time readers of this blog will remember that I used to tweak GNOME’s gedit editor a lot. However, I ditched it… · ruby, however, library, rails, randomness
  24. RubyGems.Guide
    Tutorials for popular Ruby gems
  25. The Packaging Style Guide
    This Packaging style guide outlines the recommended best practices for real-world programmers to write code that can be maintained both, upstream and downstream. You can generate a PDF copy of this guide using… · guide, packaging, guidelines, style, code
  26. Foobara - Command-Centric and Discoverable Ruby Framework
    A software framework where you focus more your on domain logic and less on integration code!
  27. Justin Leveck
    As a Ruby developer, I’ve spent my fair share of time wrestling with code style tools like RuboCop and Pronto. They’re fantastic for keeping code clean, but let’s be honest—manually fixing linting errors across a… · ruby, style, branch, code, like
  28. The Street Coder - Cristhiam Teran
    A Clever Way to Use default_proc in a Hash Let’s explore an interesting way to use the default_proc feature in... How to use intersection methods in Ruby arrays In this post, we will explore three different methods that… · way, rails, default, proc, explore
  29. TestProf: Ruby tests profiling and optimization toolbox
    Ruby tests profiling and optimization toolbox
  30. Learn Ruby and Rails app testing with The Minitest Cookbook
    A comprehensive guide to testing with Minitest covering setup, must-have extensions, and practical testing techniques. Required reading for Ruby developers.
  31. Ruby Programming
    Learn the Ruby programming language with simple, step-by-step tutorials.
  32. Ruby Metaprogramming - RubyLearning
    Learn Ruby metaprogramming - write code that writes code. Covers eval, instance_eval, class_eval, define_method, method_missing and more.
  33. Gem Check — Writing Better Ruby Gems Checklist
    This is the checklist for authors and maintainers of Ruby gems to help them build better open-source software. Ruby is designed to make programmers happy. –Matz This document is focused exclusively on code aspects: API… · simple, things, ruby, open, source
  34. Nanoc: a static-site generator written in Ruby » home
  35. Ruby Style Guide
    Ruby is the main language at Shopify. We are primarily a Ruby shop and we are probably one of the largest out there. Ruby is the go-to language for new web projects and scripting. We expect all developers at Shopify to… · ruby, style, rubocop, shopify, guide
  36. Jason Noble's Technical Adventures – Riding the rails
    Rubocop is a Ruby static code analyzer. Rubocop utilizes a number of style rules, which it calls “Cops”, hence the name. I picked a cop at random, and wanted to see what it looks for in my Ruby code. So let’s take a look… · rubocop, ruby, code, parameter, davinci
  37. Ruby Tips - My Take on Ruby and Ruby on Rails
    If you are writing small Ruby programs and you don’t need facilities such as debugging available in a full fledged IDE, I recommend using Notepad++ editor. Notepad++ has built in syntax highlighting for Ruby and is a… · notepad, installation, ruby, need, recommend
  38. Skills to Practice
    For months now, Ruby Central has caused great disruptions and made many missteps in how they’ve communicated to a worldwide community of Ruby developers. In the last several weeks I’ve seen some incremental improvements… · ruby, central, made, some, dhh
  39. Head First Ruby
    This is the official website for Head First Ruby, written by Jay McGavren and published by O'Reilly Media. You'll find sample code from the book here, as well as ideas to get you started on your own Ruby projects!
  40. Hello from Ruby Jard | Ruby Jard
    Just Another Ruby Debugger. Provide a rich Terminal UI that visualizes everything your need, navigates your program with pleasure, stops at matter places only, reduces manual and mental efforts. You can now focus on real debugging.
  41. The Right Dev
    Introduction to Ruby, setting up the environment, and writing simple Ruby programs · ruby, introduction, setting, environment, writing
  42. Home | Rubocop LTS - Stable Rules for Rubies
    Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual, tailored for your specific version of Ruby.
  43. mashym blog
    Ruby × PostgreSQLまわりで使いそうなコマンドを自分用にまとめておく。 mashym91 2021-08-08 18:56 読者になる Minitestで各テストの最初、最後、全てのテストの最後に実行したい処理は次のように書ける。 · mashym91, 2021, ruby, postgresql, minitest
  44. The Ruby Compiler Survey
    The Ruby Compiler Survey is a project cataloguing, preserving, and dissecting compilers for the Ruby programming language. In this context, a compiler is something that eventually produces machine code from Ruby code… · ruby, compilers, compiler, code, machine
  45. TestBench
    Principled Test Framework for Ruby The TestBench core API has just four methods. There's nothing hidden. There's no guessing, no monkey-patching, no configuration, and no complexity. It's just programming. TestBench… · testbench, ruby, there, test, principled
  46. bsdguides - Code Testing Strategies - bsdguides.org
    © 2025 Code Testing Strategies – bsdguides.org Get all the essential guides and tips, and enhance your knowledge about the ever-evolving digital world. At BsdGuides, we are dedicated to providing essential guides and… · bsdguides, guides, tips, world, comprehensive
  47. Aktive ferier | Få en ekstraordinær oplevelse | Ruby Rejser
    Ruby Rejser er det lille bureau med de mange specialrejser. Med snart 50 års erfaring er vi specialister i ferier udenfor turismens hovedstrøg.
  48. Ruby Tips - My Take on Ruby and Ruby on Rails
    If you are writing small Ruby programs and you don’t need facilities such as debugging available in a full fledged IDE, I recommend using Notepad++ editor. Notepad++ has built in syntax highlighting for Ruby and is a… · notepad, click, installation, ruby, need
  49. Pythonスターターガイド — Pythonスターターガイド ドキュメント
    © Copyright 2021, Python ED. Revision c5097223. · copyright, 2021, python, revision, c5097223