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.

Latest GitHub gem released

Now available on gemcutter, the github gem is alive and kicking with an exciting 0.4.0 release</a>. To install:   $ gem sources -a <http://gemcutter.org>   $ gem install github To see all the options:   $ gh Post any issues/bugs. Latest continuous integration status via runcoderun: green.

At least on my machine, the command is slightly different, ‘sudo gem sources -a…
@blackfeather - thx for that, I’ve updated the text above
Check out this github bash utility as well :) http://github.com/visionmedia/gh …
Not really keen on long posts on the front page here but mostly because they te…

DailyJS - a new Javascript blog

This is not strictly Ruby-related, but many of us Ruby hackers are web-developers in general, so I thought this might be of interest… With a couple of pals, I’ve launched a new Javascript blog called DailyJS which we aim to be a bit like a Javascript version of Ruby Inside. You can read more about our motives on my personal blog.

A RubyGem to wrap JsTestDriver: JavaScript autotest and more

I’ve written up a piece on JsTestDriver, the new-ish testing framework from Google. It’s pretty solid: allowing you to have tests executed in one or many browsers, yet still run them on the command line (or in an IDE) Check it out if you haven’t already. I’ve written a small gem that wraps JsTestDriver, giving you colored output in the shell as well as autotest (built on top of the awesome Watchr gem): Jstdutil

New Screencast: Styleize your Rails App with Themes

Don’t want to take the time to create a layout for your new Ruby on Rails application? Don’t worry. Use the Themes plugin! In this screencast, I show you how to easily add a layout with built-in menus to your existing Rails application using only 1 line of code. Watch the screencast at TeachMeToCode.com.

NICE! I think I will try to contribute to the project when I can find a litt…

Dr Nic's First Look at Rails 3.0 Pre-release

Dr. Nic has written a blog post on the steps required to setup a Rails 3 application. It’s a pretty detailed article which covers using Edge Rails to setup a Rails app, using Bundler to fetch dependencies and the whole story behind generators. Read it here.

2 words sum-up of this article : nothing works. thanks :).
slainer68 - the steps don’t work or do you think I’m asserting that rails3 is b…

Using the New Gem Bundler Today

Yehuda Katz wrote an interesting post on his blog on using the new gem bundler today. It goes over the design goals, how to use bundler in a non-Rails or Rails 2.3 application. Bundler 0.7 is also releasing soon. Read it by clicking here.

The link should be: http://yehudakatz.com/2009/11/03/using-the-new-gem-bundler-…

Rails best practices slides at kungfurails

This’s my slides about best practices, anti-patterns, teaching you how to write better rails code. Other videos and slides see Kungfurails website.

Wow! Your slideshow contains pretty useful knowledge, thank you :)
Great slides, thanks!
Valuable one
In 7. Move Model Logic into the Model … am I missing something? Where is the sa…
Loading older posts