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.

How to not forget about db migrations

before_filter which will remind to run migrations

I might not want to run this before filter?!
that is a HORRIBLE idea. What about just making capistrano run db:migrate so th…
slainer68, you are free to rename it to rack::maintenance, or whatever you like…
@blocknotgiven I think what people are getting at is this is an unnecessary per…

AssetHat: Load CSS, JS, and images faster in Rails 3

AssetHat 0.4 is now available. It’s a Rails gem that makes CSS, JS, and images load faster—especially useful for mobile websites. Beyond the usual concatenation and minification, AssetHat can rewrite CSS image URLs to use multiple CDN subdomains, and make it as simple as <%= include_js :jquery %> to load popular third-party JS from Google’s CDN. To switch on LABjs, just add :loader => :lab_js. Check out the official website, stats from a bunch of production sites, and the extensive docs for more.

Programming with an online IDE

Compilr.com online IDE lets you write in Ruby from almost any computer, storing your code online: Compilr.com

spam. paid service. plz remove (this belongs in ads)
+1 for spam
I tried it even though it’s spam, and it’s useless too.

Submit a question to RubyRescue.tv and you could win $50!

Last week we (Jeremy and Ryan from Arcturo) ran our first show of RubyRescue.tv, a live question/answer/discussion show for Ruby happening every Tuesday at 2p.m. Eastern. It went awesome, and so this week we’re offering a $50 Amazon Gift Card up for grabs for one lucky question submitter. Head over to the website and submit a question using one of the forms or other methods there. Good luck!

Atto, a self-contained ultra tiny testing framework.

I just pushed the gem for version 0.9 of Atto, a self-contained, ultra tiny testing framework inspired by and partially based on Nanotest by mynyml. Atto has atto, an automatic test runner, and has support for ANSI colors built in. I’m using it extensively for several of my own projects, and I think it’s nice because it keeps the unit tests simple and quick to write. Ideal for people who like a minimalistic approach to testing.

Ruco: Simple Commandline Editor (think nano/pico) but awesome (and in Ruby).

Ruco is a simplistic/intuitive editor written test-driven in Ruby. It can be configured/extended via .ruco.rb and aims to feels like your desktop editor (e.g. shift+arrow-keys=selecting, ctrl+c/v/x, ctrl+s=save, ctrl+w=close, ctrl+r=replace and much more). Take it for a ride via gem install ruco.

Nice idea, but some more keys should work. Numpad Enter does nothing, backspace…
This is a great start! Kudos!
YOU HAVE WRITTEN A USABLE WRAPPER AROUND CURSES! Please extract that out int…

The CoffeeScript Cookbook

I just launched CoffeeScriptCookbook.com because I have committed myself to drinking the Rails 3 kool-aid. Right now it has a grand total of FIVE recipes! Come on over, fork the project on Github, add some recipes (or help design an actual site layout!) to get commit access, and be awesome forever!

will_paginate in Javascript

We recently released jQuery Fiji Paginate as part of our jQuery Fiji project (some widgets based on jQuery UI). The pagination widget is fully compatible with will_paginate (Rails 3 branch). It has nearly the same configuration options and output (even the logic behind it is very similiar … just in Javascript). [more inside]

RuLu: Ruby Conference in Lyon, France on June 25-26th

The Lyon Ruby Brigade is pleased to announce its first Ruby Conference in Lyon, France. This conference will take place on June 25th and 26th. All the information you need to join us are on our website rulu.eu or on Twitter @rubylug.

Saturday 25th will host the conference talks (all given in English) of Konstant…
So Lugdunum was the name of Lyon in Roman times - I learnt something new :-) I …
W00t! I’m very happy to see that the ruby community in Lyon, France is so activ…
There was an old owl called ru In love with a pussy named lu, Both blind (in ne…

Padrino 0.9.27 Released

The Padrino team just released 0.9.27 which includes project-wide settings, reverse route recognition, and a multitude of compatibility and bug fixes. Read about this release on our blog entry for more details. We also setup a CI and better release processes as we approach 1.0 which ensure Padrino will run smoothly on every ruby runtime as well as better integration tests that ensure each release doesn’t break compatibility with the last.

Loading older posts