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.

Examples of rails apps

Hey, we’ve just completed a catalog of web apps built with Ruby on Rails: https://rails-apps.com/ It already has some good examples of Rails apps but feel free to submit other apps if you think they are a great example of what RoR is capable of.

Rails and DynamoDB How To

In this walkthough I will show you how to save data in a NoSQL database like Amazon DynamoDB, using Ruby on Rails framework. To make this example as useful as possible I’ve created the project using the following steps: 1. created a new rails application and a NoSQL database in Amazon DynamoDB 2. included the aws-sdk gem 3. created a config file with the credentials 4. implemented a method that connects to the DynamoDB table 5. created a form and processing data in POST More: https://assist-software.net/snippets/how-save-data-amazon-dynamodb-using-ruby-on-rails

find vs exists?

How about if we try to find a document with the given criteria in Mongoid but it was not found and an error got raised? We just wanted to the return to be either true or false. We should not change any configuration, instead we should change our query itself. Lets find out. [more inside]

45 Ruby Blogs

45 Ruby Blogs On Honeypot, Ruby is the second most popular language, following JavaScript. Ruby is part of our own tech stack and the following list is an ode to Matz and our favourite Ruby blogs, forums and newsletters.

Tenderlove works at Github now, no? And before that, he worked at ManageIQ …

Notes On Sane Monkey-patching

Here are (semi)random notes, trying to outline a system of views on controversional “monkey-patching” topic—the views I myself consider sane and reasonable. It may seem other way for you, but it could be a start for rational discussion. (discuss on reddit)

Rubocop for your favorite text editor

Have you ever wondered if your favorite code editor examines your Ruby code just like rubocop gem does ? [more inside]

/bin/sh: /Users/tycooon/.rvm/bin/rvm-auto-ruby: No such file or directory rbenv…
as per the docs : y default this plugin uses rvm to run RuboCop, but you can sw…
Loading older posts