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.

There will be no encore.

Meghann hints at the follow-up to RubyFringe. Short version? Block off July 9-12th to avoid an EPIC FAIL.

Ooooh. Very, very, very cool! I guess I should be there, but it’s probably not …
Awesome-o :)
Here’s to more conferences not in Las Vegas.
Las Vegas++!

New RubyFlow.com Features

New stuff.. 1) You can now view a “leaderboard” of RubyFlow members - yes, this was requested and I thought it was fun. - 2) The posting interface is much, much improved. - 3) Beta support for search, via /search/[query] - also, each search has an RSS you can subscribe to if you want filtered news! - 4) Lots of minor tweaks, improved HTML sanitizing, stuff like that. Thoughts? Love the new features? Hate the new features? Got some ideas of your own? Leave a comment! (And, at the same time, work your way up the leaderboard - lol! [more inside]

Nice to see this site getting better! I’ve always liked the simplicity of it, a…
foz: It generally shouldn’t. The main RSS feed (and Twitter) only gets posts fr…
Hot! I love the new style. :D Maybe not allow new people to post at all withou…
I like the updated style and the new features, especially editing your own post…

Centostrano 0.2 Released

Easy Rails stack installation and setup on Centos now with Phusion Passenger (a.k.a mod_rails / mod_rack) support! Interested in migration to Phusion Passenger, check this out!

jzForm initial release

JZForms (Full Blog Post here) is a framework agnostic library for describing data that an application need to acquire from the user. In particular, this library targets web applications that use forms for data acquisition. This is a first release and the library is not production ready. I am releasing under the theory of release early, release often with the hope that other who might find this project interesting will contribute to it.

Take the 5 minute Rails hosting survey

Robby Russell of Planet Argon has set up a 5 minute Rails hosting survey. Why should you take it? Well.. the results will be collated anonymously and shared with the community afterwards, so not only will your answers help out Planet Argon, but they could help shape the Rails hosting market generally. The questions are all simple to answer - how much experience do you have, do you use automated deployment, how many apps have you got in production, etc.

Most used Ruby methods

I’ve done a quick script to scrape the base ruby methods and check their usage on Google Code Search — and the results for 800-odd ruby methods are at Github along with the source code. [more inside]

dirname isn’t too surprising. It’s used a lot in big projects and libraries on …
Hm, I wonder why [] isn’t listed. I would’ve thought it’s used quite frequently…
[] and methods like *, % or / were excluded from the search because, to conform…

Using acl9 for easy object- and role-based access control

There’s a relatively new player in the town of role-based access control for Rails - acl9 by Oleg Dashevskii. This article shows how easy it is to replace acl9’s default database-based role checks with your own dynamic ones, and to allow your object to allow or deny users with any roles using any conditions without updating database roles all the time. And it does it in a true BDD fashion with RSpec examples. Read the article

Check out Harald

Harald is a Ruby-based nano-test-framework for Bluetooth adapters and devices on Linux. Harald tries to simplify the somewhat random collection of Bluetooth testing tools on Linux into a small Domain Specific Language (DSL). A tutorial and technical summary of the initial version of Harald can be found at Technetra here.

Tracking AJAX calls with Google Analytics (and Rails)

…I used AJAX to provide a majority of the site functionality on the main page with it never having to reload itself or load another page. This resulted in a drastic drop of “page” views in my Google Analytics reports, because the only “page” being loaded on each visit was the sole main page; every click after that was an AJAX call to update only a portion of the already loaded page, hence not triggering any calls back to the Google Analytics tracking server.

Give us a sweet icon! google street view It looks naked and improper on my home…

NavySnip - A personal code snippet tool

NavySnip is a rails application for storing your code snippets locally with an appealing user interface. Includes tagging and syntax highlighting for plenty of languages.

Pretty. And for some reason, I really like the name.

Calculating the Pearson correlation coefficient using R and Ruby

In a previous article I talked about using the GNU scientific library to implement the Pearson correlation coefficient algorithm, as used for example in acts_as_recommendable. As a prelude to some forthcoming articles, I’d like to show you how easy it is to implement the same thing using the Ruby bindings to the statistical tools provided by the R project.

That should read “correlation coefficient” of course… sorry.
Loading older posts