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.

passenger_mon

Out of control passenger processes gotcha down? You need passenger_mon, bro. passenger_mon allows you to pick a memory threshold at which to gracefully shutdown passenger processes, so your servers don’t run out of memory. [more inside]

Fetch rss feeds in Rails

This simple article will show you how to fetch rss feeds in your rails application. Lesscode.se

Nice, but you don’t need to install a gem to parse RSS. Just use the standard l…

Hey Apple, please be nice and share

Apple seems to have decided to ship MacRuby as a private Framework in their new OS (Lion), meaning that OS X developers can’t link to it, even tho it ships with the OS. If you would like to not have to embed MacRuby, please take a minute to file a ticket as suggested in the post.

Bug report filed. Thanks for the heads up!
Bug report filed. Thanks for your work, Matt, and looking forward to the remain…
As good as MacRuby is, could this be because it is not 1.0 yet and hence ‘unsta…

The inofficial EuRuKo 2011 waiting list

@phoet forked the official EuRuKo 2011 website, inviting everyone who failed to buy a ticket to add themselves to the inofficial waiting list. Simply fork the project, add yourself to the list and open a pull request :)

Funny idea :) But … could you please register over here, too? http://euru…
I guess we all did. But if anyone else did not register at http://euruko2011.or…
Github psycotic people - just use the old-school HTML form already on the EuRuK…
@nikosd it is about acting instead of just complaining, you know ;)

WebSocket-Rack - Rack based WebSocket server

I just released first version of new WebSocket server - WebSocket-Rack. Why next WS server you ask? Because some of you want to have both application and WS server in the same process, and em-websocket won’t allow you to do that. WebSocket-Rack is pure Rack app, so it will work with Sinatra, Rails and Merb! [more inside]

This would mean if the threaded server like apache goes down the websocket even…
Loading older posts