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.

opsworks_ruby – manage Ruby deployments on AWS OpsWorks Chef 12 stack

Half a year go, AWS dropped their out-of-the-box support for Ruby applications. It is still remaining in the Chef 11 stack, but if you wish to use a new Chef 12, you are on your own. That’s where opsworks_ruby kicks in - it allows you to leverage all the goodies of AWS OpsWorks (like applications, layers, connected RDS etc.) just the way Chef 11 stack did, without any extra JSON configuration. This is a much simpler solution, than implementing your own recipes (like application_ruby for example) and keep track of all those JSONs all the time. And besides, it includes many framework, web and app servers out of the box. [more inside]

Bots, Bots, Bots - Botstack Quickstart - Build Your Own Messenger Chatbots w/ Ruby

Hello, David Mann (of Lazy Deejays fame - winner of Vienna’s 1st Bot Hackathon) has put together a (free, open source) botstack that lets you build Facebook messenger chatbots with Ruby (and Rails) in minutes. Ready-to-use Botstack modules include: Reply, Emoji, Web Search and more. Find out more ». Have you built any bots in Ruby? Let us now. Update: New Article by David Mann - Hello World! Botstack - A quick introduction to the botstack framework for rapid chatbot development.

hello, that’s a great share ! thanks :) I love ruby and rails .. I have m…

How Bundler is broken and what you can do about it

Bundler has a major security vulnerability that affects all stable versions. The vulnerability allows an attacker to inject arbitrary code into your application via any secondary gem source declared in your gemfile, whether or not that source is scoped to specific gems. Learn more from Collective Idea’s blog post.

Do You have any other website like Rubyflow for Other Tech Sections?

Do You have any other website like for Other Tech Sections like, Android, iPhone, Gadgets etc…? [more inside]

@INIRAVSONI: Please post your question in StackOverflow/Reddit. RubyFow is abou…
ok @KALOYAN
https://coders-log.com …
RubyFlow is itself based on http://MetaFilter.com/, BTW, so you might find that…

Auto-increment counter not persisted on disk with InnoDB

An interesting bug that made me wonder is time-travel real? Auto-increment counter is not persisted on disk with InnoDB

localhost link ;)
This is the correct link: http://dalibornasevic.com/posts/72-auto-increment-cou…
Argh. Edited the link. Thanks Kaloyan for adding it in the comments too.

Building a Rack Web Server in Ruby

Every request that is sent to a Rails or Sinatra application goes through Rack. Rack is an interface for structuring web applications using Ruby. Rack web servers (i.e. Puma, Passenger, etc) handle sockets (links between programs running on a network), the semantics of the HTTP protocol, thread or process management, and of course the Rack interface. This article explores building a simple Rack web server in Ruby from scratch. [more inside]

Examples of rails apps

Hey, we’ve just completed a catalog of web apps built with Ruby on Rails: 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.

Loading older posts