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.

Push notifications using express.js and socket.io

Ever wondered how to get push notifications on your web-page? Instead of using XMPP solutions, there are simpler techniques today using websockets. Gautam explains how we can send notifications for live bids from a MongoDB backed Rails application to webpages using a combination of socket.io and express.js. Needless to say, this would work only on WebSocket compliant browsers.

Turn 0.9 Release

Turn 0.9 was released yesterday. It addresses all the issues users have reported since the previous 0.8.2 release including full backtrace support, test skipping and the bundle exec autorun problem. All good news. [more inside]

What is “Turn” and is there a site for it?
It’s a gen that colorizes tests output: https://github.com/TwP/turn …
I am surprised that Turn is dropping support for Test::Unit, given that Test::U…
Thank you, Michel!

Outpost - a personal / public file sharing app

Outpost is a Rails app I’ve used in-house for a specific file sharing use case, that might also be useful generally. Hope it helps!

Hi, Neat stuff but you may want to think about renaming it. There is already…
thanks for the tip, renamed to outpostapp: new link here jondot/outpostapp …

New Service for managing i18n in rails apps

We are currently developing phrase (phraseapp.com) a new way to manage translations and i18n in your ruby/rails applications using inline editing. Feel free to check out our short demo and provide feedback if you like ;-)

What’s the use case? Looks like an inline CM tool to me. Or would you send your…
Nice to see some new apps in this space - I’ve been working on a developer orie…

Heroku-hosted, Rocco-powered, doc generator

Today I got annoyed by two things: Rocco issue #69 isn’t closed yet, and working with Ruby in a portable, non-admin, Windows environment is a pain. Especially when I’m trying to make awesome doc for my project. So I wired Roccoliphic up. It’s a very simple, online, kinda beautiful (I think) Rocco doc generator. Really, I can’t say it more simply than this. :) Oh, and it’s on GitHub, too.

Please support w3clove.com

Jaime Iniesta recently removed all advertising/referral links from w3clove.com in the hopes of sustaining its development with support from the community. W3Clove is a site-wide markup validation website (and soon to be service API) which is based on work started in a Mendicant University course. [more inside]

Flow to Go...

Yeap, nu7 is blogging now, check out my new page at areyoufuckingcoding.me! It will be mostly about my transition from Ruby/Python to being a full time Go developer. If someone is interested in learning Go, or distributed computing stuff in general, then it will be a great place to do it!

What gets built in a Mendicant University course?

We’ve historically been pretty bad at publicizing just how productive the Mendicant University students are. We’re trying to change that, and so I did a writeup on the results of our January 2012 session. Seeing several dozen new projects coming into existence as well as nearly a dozen patches to existing open source projects over the course of just three weeks is an amazing experience!

Now that is COOL! Education innovation at work. I hope more institutions learn …

Save Time With CI

Have you ever lost your groove waiting for your tests to complete? You are coding up a storm, being extremely productive, and then you need to run all your tests before you merge into master. BOOM, productivity destroyed! I just wrote about how to utilize your Continuous Integration server to avoid this issue. Save Time With CI.

Loading older posts