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.

Omniture Client

is a gem that integrates Omniture SiteCatalyst into your web application. It works with Rails, Sinatra or any other ruby web framework. It allows you to easily and unobtrusively set up custom tracking at the controller level. To find out more click here.

“simple-useragent” gem - cleaner browser specific CSS targeting

simple-useragent” gem - provides the ability to for cleaner browser specific CSS targeting*. For example, instead of the targeting IE7 with a CSS hack such as: *:first-child+html #content {height: 500px;} /* IE7 */ - you can now do this: .ie7 #content {height: 500px;}

A jQuery plugin in case you don’t use Rails: http://github.com/alexrabarts/jque…
Thanks - updated the blog post to note the jQuery plugin.

What are your top company blogs?

I’ve shared list of my favourite company blogs, because I think it’s a great source of knowledge and down to earth solutions. What are your picks in Ruby, Javascript & CSS category?

Why is this post relevant and worth the rest of the ruby community’s time? …
I stick to rubyflow and rubyinside mainly for project announcements. I don’t…

Correlating documents in CouchDB

Correlate is an experiment in expressing relationships between documents in CouchDB using CouchRest. It adopts some principles from the way the web loosely expresses relationships and mixes it cleanly into the JSON documents saved in couch.

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…
Loading older posts