RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Best of Practicing Ruby (Book Edition) by Gregory Brown et al @ Yuki & Moto Press

Hello, I put together a new (free online) book titled Best of Practicing Ruby (Book Edition) @ the Yuki & Moto Press Bookshelf that collects the best articles from the practicing ruby series headed by Gregory Brown with guest chapters by Luke Francl, Magnus Holm, Aaron Patterson, Solomon White and others. Topics include: A minimal HTTP server - Event loops demystified - Parsing JSON the hard way - Tricks for working with text and files - Working with binary file formats - and much more. Happy hacking. Happy reading. Cheers.

Updated I Love Ruby

Hello People, have updated my Ruby book I Love ruby. Its a minor update where online resource section was updated. Please grab it here

Hello from a fellow Ruby programmer, I have somehow stumbled on the last page o…
Any interest in publishing your manuscripts sources in markdown (on github)? P…

Event-Driven Microservices with RabbitMQ and Ruby

While event sourcing as an architectural pattern is useful to understand, it is not commonly used when starting a new project or service, which generally start their life as simple CRUD applications. Event sourcing works best when chosen as a top-level architecture for a new service from the start. Learn how to implement Event-Driven Microservices with RabbitMQ and Ruby

Build your own Ruby on Rails validations and use them like the default ones

Sometimes built in validations are not enough so we have to write our own validation rules. Because of this, our models can become fat really quick so the best idea to avoid it is to extract validation logic to separated classes. Such approach makes the code more clean, isolated and reusable -

This Is Not the Type You're Looking For (Exceptional Creatures)

Ruby’s TypeError is raised when encountering an object that is not of the expected type. TypeError appears in many other places, such as when converting one type to another using built-in conversion functions like Integer() and Hash(). Check out an example of using TypeError in some Ruby code.

bootstrap_form 4.0 release planned for 2018

The bootstrap_form gem makes it easy to build beautiful forms with Bootstrap styles using the built-in Rails form helpers. The project has been around for several years and has over 1MM downloads. This year, after a brief hiatus, we are revamping bootstrap_form to support Bootstrap v4 and planning a big release. If you use bootstrap_form today, take a look at our roadmap to 4.0. We are always happy to welcome new contributors!

Loading older posts