Useful things you can do with Rails console
Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.
165 posts
Discover essential tips and tricks to boost your productivity with Ruby on Rails console commands and features.
Explore and compare open source Ruby libraries
👋🏼 This is part of series on concurrency, parallelism and asynchronous programming in Ruby. It’s a deep dive, so it’s divided into 12 main parts:
Your Ruby programs are always multi-threaded: Part 1 Your Ruby programs are always multi-threaded: Part 2 Consistent, request-local state Ruby methods are colorless The Thread API: Concurrent, colorless Ruby Interrupting Threads: Concurrent, colorless Ruby Thread and its MaNy friends: Concurrent, colorless Ruby Fibers: Concurrent, colorless Ruby Processes, Ractors and alternative runtimes: Parallel Ruby Scaling concurrency: Streaming Ruby Abstracted, concurrent Ruby Closing thoughts, kicking the tires and tangents How I dive into CRuby concurrency You’re reading “The Thread API: Concurrent, colorless Ruby”.
Learn about hash value omission in Ruby, their benefits, examples, and implementation guidelines for more concise code
Make serving a Twirp RPC Services as easy and familiar as Rails controllers. - collectiveidea/twirp-rails
Simple, powerful, first-party analytics for Rails. Contribute to ankane/ahoy development by creating an account on GitHub.
Rails debugging dev tools for faster development. Inspect your request details (queries, logs, cache, jobs and more).
Service Objects are a popular software design pattern in the Ruby on Rails community. They are used to extract procedural logic away from models and controllers and into their own objects.
Shale - Ruby object mapper and serializer for XML, JSON and YAML
I am a Ruby on Rails developer based in Victoria, BC. This blog is my attempt to spread the joy of building web applications in Ruby on Rails with the world.
Bullet Train is a Ruby on Rails SaaS-in-a-Box that saves developers months of effort and new founders tens of thousands of dollars.
If youve done a bit of Rails, you might have written some helpers like this. This package seems like a more complete and comprehensive implementation of this idea.
It has some similarities with things like JSFiddle or CodePen, but can run Ruby (as well as Python, C and C++). It can even act interactively and accept user input (such as with gets). You can then take these sandboxes and use them on your own pages/blog posts, etc.
This is a very reasonable, rational, practical style guide. “Shopify's Ruby Style Guide. Always useful to see how the ruby experts do it!”
DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for ...
Extension for Visual Studio Code - Andrew Mason's favorite extensions for Rails development in Visual Studio Code
Simple, efficient background processing for Ruby. Contribute to mperham/sidekiq development by creating an account on GitHub.
Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday. - brandonhilkert/sucker_punch: Sucker Punch is a Ruby asynchronous proce...
This article will teach you how background processing works as well as the alternatives the Ruby community offers to implement it in your application.
help to kill N+1 queries and unused eager loading. Contribute to flyerhzm/bullet development by creating an account on GitHub.
What's Changed
Enable Layout/EmptyLineAfterGuardClause cop by @sambostock in #348
Enable Style/GlobalStdStream by @casperisfine in #350
Allow 'webmaster' for Naming/InclusiveLanguage b...
From AWK to Ruby
Refactoring is a controllable process of improving code without creating new functionality. Design Patterns are typical solutions to the commonly occurring problems in software design.
Ruby2JS is an extensible Ruby to modern JavaScript transpiler you can use in production today.
A comprehensive, curated list of open-source Ruby on Rails applications.
A command line tool that draw plots on the terminal. - red-data-tools/YouPlot
math and logic formula parser and evaluator. Contribute to rubysolo/dentaku development by creating an account on GitHub.
This is a famous course written by a really cool quirky Ruby celebrity (known as _why -- the underscore is part of the name). You might find it useful!
Codeschool courses are supposed to be excellent. This is another resource that is available if you want to accelerate your learning even more!
Very nice list of idioms
Ruby for iOS
Useful info about how to authenticate from Rails to Google
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data - sferik/rails_admin
Ruby facts, opinions, source code, links, and stuff.
Rake Task for Database Population · GitHub
Our digital forensics service expert team provides digital evidence and support for any forensic need. We service data breach emergencies, intellectual property theft suspicions, cyber security concerns, and personal forensic investigations. Protect your
Drone is a self-service Continuous Delivery platform for busy development teams
Drone is a self-service Continuous Delivery platform for busy development teams
Yep, that's right. A Ruby class that inherets from nothing. It's so simple that it hides in plain sight. Loved by those who've mastered Rails, Plain Old Ruby Objects, or "POROs" as some like to call them, are a hidden weapon against complexity. Here's what I mean. Examine this 'simple' model:
But I digress: objects > functions. At least in the context of getting stuff done in Ruby. This pretty much applies to most of the rest of the points in this post, so just keep that in the back of your brain.
Sinatra applications are often a single file that contain just enough to get the job done. The framework is best suited for smaller web applications, but if a large web app requires an API or web interface for some secondary functionality, then Sinatra is ideal.
contracts.ruby brings code contracts to the Ruby language. Code contracts allow you make some assertions about your code, and then checks them to make sure they hold.
Ruby scientific library
Beautiful parser generator for ruby. Gem
Another set of tutorials
Persistence gem for Ruby objects using the Data Mapper pattern - jgaskins/perpetuity
Tim Robertson has a website.
gem for http
For the past few months, I've become more and more disillusioned by the current state of Ruby's scripting support. Sure, we have optparse, and a gamut of other solutions, but there's no full-stack package for writing robust binaries. Enter thor. The idea behind thor initially came from my work on
Ruby on Rails API documentation tool. Contribute to Apipie/apipie-rails development by creating an account on GitHub.
A collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.
A ruby profiler. See https://ruby-prof.github.io for more information. - ruby-prof/ruby-prof
I have some simple shell scripting tasks that I want to do For example: Selecting a file in the working directory from a list of the files matching some regular expression. I know that I can d...
AppNeta's award-winning suite of network monitoring tools allow unparalleled SaaS-based application end-user performance monitoring for 100% delivery confidence. Request a free demo!
A compiled language with Ruby like syntax and type inference
If you’re a ruby fan person like me, you will love just reading these!
A collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.
This is wxPython tutorial. In this tutorial, we will learn the basics of GUI programming in wxPython.
Use ImageMagick® to create, edit, compose, and convert bitmap images. Resize an image, crop it, change its shades and colors, add captions, and more.
Newly updated for Rails 6, the Ruby on Rails Tutorial book and screencast series teach you how to develop and deploy real, industrial-strength web applications with Ruby on Rails, the open-source web framework that powers top websites such as GitHub, Hulu, Shopify, and Airbnb. The Ruby on Rails Tutorial book is available for purchase as an ebook (PDF, EPUB, and MOBI formats). The companion screencast series includes 14 individual lessons, one for each chapter of the Ruby on Rails Tutorial book.
Explore and compare open source Ruby libraries
JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.
Explore and compare open source Ruby libraries
Explore and compare open source Ruby libraries
Stack Overflow | The World’s Largest Online Community for Developers
Ruby on Rails related news, tips and reviews.
Ruby-based regular expression editor/tester
Ruby-based regular expression editor/tester
Ruby-based regular expression editor/tester
Create, Edit, Compose, or Convert Digital Images
…the name still sucks, tho
:zap: From finding text to search and replace, from sorting to beautifying text and more :art: - learnbyexample/Command-line-text-processing
:zap: From finding text to search and replace, from sorting to beautifying text and more :art: - learnbyexample/Command-line-text-processing
Not sure if it's any good. I was just looking for a Ruby counterpart to Pandas. So far I found this and the other link I posted.
Esoteric details about time in ruby!
Good ruby rails and other tips
This Christmas, Ruby 2.6 will be released with support for a new syntax denoting an infinite range!
Ruby comes distributed with a vast standard library. We only use a fraction of it, usually. Everyone knows date, set, json, maybe even csv. But there are man...
Wharel is a tiny little gem that uses the empty room pattern to make Arel queries easier to build.
rubex - A Ruby-like language for writing Ruby C extensions. - SciRuby/rubex
Until recently whenever I had to implement an API in Ruby/Rails I would go for the typical REST i...
Active Job BasicsThis guide provides you with all you need to get started in creating, enqueuing and executing background jobs.After reading this guide, you will know: How to create jobs. How to enqueue jobs. How to run jobs in the background. How to send emails from your application asynchronously.
One question that I get asked most often is what editor, theme and extensions am I using for my editor. In this episode, we take a look at the different extensions and settings that I use.
I’m not personally an rspec fan, but lots of people are
A really nice tutorial explaining how to write a gui app on Linux using Ruby.
A gem containing functionality to represent, import and export spreadsheets
Fun list of papers, reports, and dissertations related to ruby from academia.
This has just been made free! I think these tutorials will contain some gems.
Getting mobiles to display notifications is a tricky business. Especially because there are several and each one is different. This gem tries to solve this.
An interesting variation on how to represent a many to many relationship in rails.
Really interesting advanced thoughts about rails ActiveRecord validations.
Title says it all.
Always looking for the best possible rub tools? Here you go!
Posted in r/ruby by u/drewolson • 27 points and 8 comments
Excellent detailed article about benchmarking a rails app and then introducing a tool that replaces malloc and purports to provide a 2x improvement
Writing ruby to generate js and html!
Another actioncable resource
Great, if complete and accurate
Slightly apologetic rundown of Why Ruby
Never new this existed. Looks interesting.
A nice little tip for handling arguments in Ruby
It’s always welcome to see what the latest most useful gems are.
Nice review of some more advanced ruby features.
Interesting esoteric info about ruby, structs, hashes and more!
Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...
A tool to allow me to launch multiple apps locally to get a new SOA service going for debugging.
You know I’m into scalability right now. Here’s a short article with lots of the basics.
More nice information about multithreading and concurrency in Ruby
Wow this is a really good one. I didn't know and have to make sure I clear this up in my mind!
Quite good explanation of thread safety in Ruby apps
Excellent performance tips
Interesting description of how a public library or gem can be taken over, and modified to create an all powerful backdoor.
This is an AMAZING collection of graphs. Great to have a ruby binding. Haven’t tried it yet but looks very worth while.
This one is pretty eclectic but if you find yourself writing a script in ruby or python or bash and you need to respond in the logic to what's going on in git, then you will find some very useful tips here.
This is very cool and useful too!
Good to know!
very interesting way to embed C in ruby, if you’re into that kind of thing!
You may or may not agree with these formatting ideas.
Super useful new gem that lets you get rails like auto loading in any ruby program
Super useful modern rundown of low hanging fruit performance tips for rails.
Very useful tool for ruby programmers.
Useful little details. Ruby is better than python. There I said it.
If you are coming to Ruby from another programming language there are a lot of good tips here!
There are many of these building blocks. Use this to mock a web service that your system depends on. That way you can test your system without incurring the costs (in money and time) of calling the service.
very useful gem to send all kinds of notification from Rails. Haven't tested it myself.
Always nice to see alternatives to devise but this is just as complicated. I haven’t used it but my question is how much of the user facing UI does it provide and how do you customize it?
Great, I think I agree with all of it. We should all be able to live with these!
One liners are always fun to learn.