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.

Glimmer Desktop App Images Can Auto-Download on the Web with Opal

Imagine this scenario. You built this baseball game ticketing management app for clerks to accept ticket purchases over the phone. You already applied branding to it. Now, you want to take it online. Thankfully, Glimmer DSL for Opal lets you auto-run all the GUI code on the web without changing a single line of code. [more inside]

Fast JSON API Serializer by Netflix in Ruby On Rails

DELETED POST [more inside]

Unfortunately the “Report” button is broken but I’ve sent email to their compan…
We do get reports - they come into our Slack. I’m not going to delete this post…
@PETER COOPER: I’m one of those people, thanks for the honor and it is my pleas…
@PETER COOPER: I believe @IGOR KASYANCHUK would be more than happy to help with…

Asynchronous Background Processing for Ruby or Rails using AWS Lambda Extensions

Because AWS Lambda freezes the execution environment after each invoke, there is no “process” that continues to run after the handler’s response. However, thanks to Lambda Extensions we can use DRb and inotify along with Lambda’s “early return”, to do SuckerPunch style background processing.

Loading older posts