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.

Ruby WinRM v1.0rc1

Just pushed out version 1.0rc1 of the Ruby WinRM gem. With it you can run a Windows cmd shell or powershell scripts from Linux or MacOS. This version brings a lot of new features including Krb5 authentication and message encryption for Active Directory connected hosts. Instead of the WinRM service configuration that was once needed with the prior gem you can now simply do a ‘winrm quickconfig’ on the Windows node and you’re off. gem install winrm –version=1.0.0rc1 or check it out on github:

Algorithms, A Dropbox Challenge And Dynamic Programming

There aren’t enough implementations of interesting algorithms in ruby. The subset sum problem has a couple of interesting algorithmic solutions, it also happens to be the object of a programming challenge I came across recently. So, here are two solution to this problem that I came up with (a naive exponential time one as well as a better dynamic programming one) both implemented in ruby.

Using Haml with Rails 3 (6 Minutes)

We’ve just released Using Haml with Rails 3 screencast. We show you how to integrate Haml in to new and existing Rails 3 projects. We also show you how to write a rake task to recursively change all ERB files to Haml too. Check it out.

Seems everyone is moving from HAML to Slim these days…
These say <a href-“http://rubygems.org/gems/haml/stats”>otherwise</a&g…
Otherwise link didn’t work: Compare Haml - Slim. …
I like haml and use it. I think it has best way to assemble “html, ruby, css an…

Ruby Questions released

I just launched RubyQuestions and open sourced the code for it. Anyone have any questions? :) [more inside]

Cool! And love the fact that you released the code.
I’m trying to help new as well as experienced ruby programmers as much as I can…
Though you might want to close your eyes when learning from the tests.. Sorry! …
I used omni-auth previously for the auth, I need to fix the tests. I’ll have 10…

Easy Rails Asset Handling with HTML5 & S3

Harvest started working a Rails 3 project with a blank slate, and just couldn’t bring ourselves to use paperclip or any of the other heavy alternatives. We came up with something pretty nice that uses HTML5 (drag and drop!) for asynchronous uploads, Plupload for multiple files and queuing, S3 for storage, and works great for simple CMS flows. Easy Rails Asset Handling with HTML5 & S3

Substance.io just landed — it's web-based document authoring and publishing

Substance is a web-based document authoring and publishing engine developed in the open and available to everyone. Check the Website, the Introduction and the Source Code.

It’s pretty looking. :D I wanna take it home and give it a whirl tonight. …
I’m embarrassed to admit it, but for more than a short while I was trying to fi…
How was the experience building an app on your particular stack from beginning …
Anyone else annoyed with webapps that don’t use regular POST for signin: means …
Loading older posts