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.

test_inline - Put tests next to the code being tested

test_inline is a new experiment in automated testing. The idea is to put your tests next to the code being tested. Sort of like how rdoc brought documentation into the code this does the same for tests. If you feel like trying something new check it out.

One nice thing about this approach is that it is not exclusive. It works great …
I actually did this for a long time with Facets. What I did was simply put the…
I use rubydoctest. It’s comments don’t pollute the runtime as test_inline do…
Some of the issues brought up I have commented about elsewhere so thought I wou…

Example App for Rails 3 + Mongoid + Devise

On GitHub: rails3 mongoid devise example app and tutorial. With an application template generator so anyone can use the example as a beginning point for a new Rails app. Options for Haml and Heroku.

PPS - hope you don’t think I’m being cheeky pointing out the bugs there - I use…
@stephenmurdoch, thanks for identifying and fixing the errors! Not cheeky at al…
stephenmurdoch’s corrections are now incorporated in the GitHub repo and wiki. …
Daniel - This is great. And I’ve also learned alot from playing around with th…

Run ack in TextMate with AckMate

AckMate is a great TextMate plugin to get you the power of ack

Grep in project is worth a mention too. …
@jim: The difference in speed between grep & ack is startling. ack is much…
Be careful Ack skips files and directories you may be interested in. That’s pro…
Out of the box ack will ignore certain file types but you can modify that behav…

The 28 Bytes of Ruby Joy!

rbjl.net/nil

Thank you for that feedback. I will try to point out, that it could be dangerou…
@Tim It’s one of the consequences of a community site. I wonder if Peter Cooper…
@rbJL I liked your post, but that definitely could be dangerous to new Rubyi…
Can you imagine how much shit I’d get if I started deleting posts willy-nilly? …

VCLog v1.6

I just launched a new version of VCLog. I’m very excited about this release –I feel it’s nearly finished (well, in so far as any program can be said to be finished). This new release adds sexy ANSI color and uses customizable heuristics to categorize commits. Very cool stuff.

NOTE: Be sure your ansi install is 1.2+.
One last note, the atom format is not working right yet. I’ll get that fixed in…

BackendFu

I just launched BackendFu an internal project that we are trieing to build into something usefull for startups and web applications. Looking for people who can use this sort of thing. Please subscribe for the beta, I’ll keep you updated.

Loading older posts