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.

EngineY now with support for Facebook Connect

The Rails-based social network framework EngineY now includes support for Facebook Connect enabling you to create a social site allowing users to login with a local account or a Facebook account. Other features include user profiles, events, blogs, private messages, photos, forums, activity streams, and more…

RuHL presentation

For all of you that wanted so badly to attend the Atlanta Ruby User group meeting last night, but just could not make it, here are the slides from my talk on RuHL. RuHL is an HTML based template engine that thinks code in views is bad, presenters are good and testing your views should be easy.

Thanks baz. That thought came up early on in the project, but just faded as co…
How is this an improvement over HAML?
The initial idea that sparked RuHL was an improvement to Haml (simple iterators…
This looks like a TAL dialect. Have you looked at TAL (used by Zope, but there …

Filter Google Blog Search results from BDDCasts

Fetching results using Google Blog Search brings the same problem as querying Twitter: duplicate results. See in part 2 of Google blog search BBDcasts episode a solution to this problem: adding a unique constraint on URLs and let ActiveRecord validations handle it. Of course, all covered with RSpec and Cucumber features.

Cristi, is it necessary to announce every episode of BDDCasts on RubyFlow? It’s…

nanotest - When all you need is #assert

Extremely minimal test framework. Perfect for DIY lovers. Nanotest provides the bare minumum needed; for everything else, there’s ruby.

@kenny The results only contain dots and F’s because that’s all you truly need …
I think this is pretty cool, actually. I love minimalism. Less is more, espec…
@kenny, no need to be rude when criticizing
I’ll +1 on the idea of being a coder that enjoys working with simple(r) libs. T…

QED 1.2: A Doc-like Testing Framework

Q.E.D. 1.2 has just been released homepage here. Q.E.D. is a testing framework that reads like documentation. This release adds Cucumber-like matchers to improve the way setup and teardown code can be handled without cluttering up the documentation.

You should write this in literate ruby with Rubinius! http://github.com/evanphx…
Note that you can actually use yard + rspec for tests, too… http://gnuu.org/200…
also note rubydoctest

Rackamole - Observe your web apps in the wild!

Rackamole is a rackable component to monitor your rails/sinatra web applications. Monitoring and providing a sense of how features are used in your web application seems to be a missing step in an application lifecycle. Using Rackamole, you will be able to assess if your app is a success or a bust as well as track high level perf issues and uncaught exceptions.

Tilt extras

I have released the following two Tilt gems: Liquid yield and RedCloth. These gems enable redcloth or liquid’s {{ content }} in Tilt, where you can use them on heroku or other servers :-) They are also available on Gemcutter.

Speedy - Painless rapid Rails Deployment

Speedy is a utility for Phusion Passenger / ModRails to automate the process of creating virtual host and deployments in development environment (vs creating virtual hosts manually for each and every app). Speedy is for both Linux and Mac platform (currently works with Ubuntu/Debian variants only) and allows developers to rapidly deploy applications with in a single command. In addition to that Speedy helps to perform clean Apache – Passenger configuration without touching the server configuration files.

single is misspelled on the front page
Loading older posts