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.

Announcing Multipart Body

When we created CloudMailin we needed to create multipart bodies to post emails as HTTP content. We couldn’t find a standalone gem to create this content so we wrote our own code. Over the weekend we released this code as a gem. It’s far from perfect and we need help making it better but hopefully it will help others. Read more here.

Bundle exec bash shortcut

Tired of typing “bundle exec” every time you need to run something with bundler? I put up my bundle exec bash shortcut.

Better yet, use “bundle install –binstubs” which will make a bin directory in y…
Or you could just use bundler-exec. …

CUDA Programming with Ruby

Need GPU computing power in your Ruby program? Great! SpeedGo Computing is developing Ruby bindings for CUDA, called sgc-ruby-cuda. Take advantage of your Nvidia CUDA-enabled graphics cards with Ruby now. [more inside]

This Swiss brand is just about the most well-known brands everywhere across the…
abc20180823 atlanta braves jerseys uggs outlet store pandora charms oakley sung…
http://www.longchamp-outlet.us.com http://www.uggbootssale.in.net http://www.ad…
canada goose jackets coach outlet online ralph lauren polo shirt la…

MetaSearch: A better Searchlogic-ish plugin for Rails 3

MetaSearch is extensible searching for your form_for enjoyment. It “wraps” one of your ActiveRecord models, providing methods that allow you to build up search conditions against that model, and has a few extra form helpers to simplify sorting and supplying multiple parameters to your condition methods as well.

I love this gem. I’ve been using it quite a bit on a recent project. Thanks aga…
The rd_searchlogic gem seems to bring searchlogic support to Rails 3. What is t…
Greg, the main difference is that rd_searchlogic still adds a bunch of scopes t…
It’s quite possible to get searchlogic-style scopes out of meta-search: see git…

Slim (0.1.0) a new template language for Rails 3

Slim is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.

For me: because of less syntax and better readability. I’ll try it …
looks like a less fucntional jade for js, http://github.com/visionmedia/jade …
Great! You re-inveted the horrible HAML DSL. Good work!
Just because HAML was here first doesn’t mean it can’t be improved. I never car…

MetaWhere: AR 3.0 Query Syntax on Steroids

MetaWhere offers the ability to call all Arel predicate methods (matches_any, lt, gt, etc) on your model’s attributes instead of the ones normally offered by ActiveRecord’s hash parameters. It also adds convenient syntax for order clauses, smarter mapping of nested hash conditions, and a debug_sql method to see the real SQL your code is generating without running it against the database.

DataMapper also provides most all of the query syntax of MetaWare. …
s/MetaWare/MetaWhere/g
Yep, DataMapper’s very slick. This is a nice alternative for folks who want to …

Getting a bloody Rails 3 generator running. And testing it.

The first real explanation ever on how to write rails 3 generators and package ‘em in your gem library along with rock-solid tests.

I would be more concerned with how you got blood on it in the first place. …
“Blood” as in “Blood, Sweat and Tears”. Did you really ask that?
Like this? http://www.youtube.com/watch?v=Y168CNQyO7g …
Yeah, I like it! Give us more!
Loading older posts