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.

Kata 0.1.1 - A DSL for writing code katas and pair programming exercises

A kata is defined as an exercise in programming which helps hone your skills through practice and repetition. Authoring katas is done on the web in blogs but you can’t really test yourself. This gem provides a DSL to author the kata and administer it as a test providing feedback for evaluation. Check it out on Github.

Pretty cool idea

SmartAsset - Like AssetPackager, but smarter

SmartAsset only re-packages files that have been modified, uses Closure Compiler for javascript compression, and is framework agnostic. Easy to migrate from AssetPackager. Check it out on GitHub.

Yo Winton – if you’re really going to reinvent the asset packager, please use t…
I didn’t have time to vet those projects for this iteration, but will definitel…
This looks pretty promising, but since I’ve been using Jammit I highly doubt I’…
Terellel, Jammit is certainly a great solution, and surpasses SmartAsset in man…

Best practice for Ruby's require

After lots of heartache, heated debates, and mistakes, here’s our prescription on how to use Ruby’s require and how to structure your project. [more inside]

Hi, the URL is broken
Hi dotemacs, is it still broken? When I click on it looks like it works ? …
Link is good for me.

SimpleCov adapter for Gems - 1.9 Coverage

The tiniest gem I think I’ll ever make is what seems to be a critically missing feature in SimpleCov (a Ruby 1.9 coverage tool), namely, a default configuration for gems. So do gem install simplecov-gem-adapter, then require 'simplecov', then SimpleCov.start 'gem' in your gem’s spec_helper.rb (or wherever your tests are).

Why not fork, update https://github.com/colszowka/simplecov/blob/master/lib/sim…
No updates in over a month had me thinking that wouldn’t go through necessarily…

Reassurance - RubyFlow's passwords are hashed and salted

Given the recent nightmares Gawker (and some of its users) have been having, I should reassure you that the passwords on RubyFlow are (and always have been) salted and SHA-1 hashed. Nonetheless, use different passwords everywhere or a tool like 1Password where possible! Also consider this a reminder to check your own apps’ password systems.. :-)

https for the whole site is the only way to prevent session hijacking on open w…
Seriously, use HTTPS for the Signup and Login pages, and every page once logged…
Hi, I know this is not the place to ask this, but I couldn’t find any place to …
I have the same question as Millisami, how do I reset my password? +1 for bc…

PROPER™ is a Semantic Rich Text Editor

We just released PROPER™ 0.1 — A Semantic Rich Text Editor that outputs sanitized HTML markup. [more inside]

Looks good. Will try it soon. Only that your comments block is missing it :) …
Great. It definitely looks like something I might use. Just a note, the tool…
Loading older posts