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.

Run multiple sites in a single rails instance (a la Basecamp style)

If you run multiple, mostly identical copies of a site, you should probably be using my new plugin acts_as_restricted_subdomain. It will allow you to run one application with n subdomains all with completely segregated data. It will prevent cross pollination of data while still allowing you to administer the site in a script/console session. Session access is restricted, so users that log into one site will not be authenticated for another site. Models get automatic validations and query restrictions for finding. Controllers will display a 404 error when a site is not found. Good stuff.

Getting to grips with git

First part of my blog series on using git. I’ve been using the version control system, git (along with github) for a couple of months now, for my open source projects. At my company, we recently decided to take the plunge and start using git for our main code repository. With this series of blog posts, I hope to ease the transition from subversion (or sourcesafe, or whatever) to git. In this article, I’ll just cover the basics. More advanced stuff will come later.

We don’t care about git tutorials, we have enough of those already. We want to …
Is good!
You might have a point, Mr Anonymous… But I’ll continue along the tutorial pat…

Notes from GoRuCo

Luke Melia (see his blog) and I (seydar) took some notes on yesterday’s GoRuCo in NYC. We made sure to get every talk, and did our best to cover the lightning talks at RejectConf as well! We used Etherpad to collaboratively take notes on different sides of the room, and these notes are our final result.

Which Ruby Libraries or Tools Deserve More Exposure?

I’m often mentioning amazing Ruby libraries or tools I’ve seen to people and assume they must have heard of them (examples: Chronic, Ramaze, Feedzirra). Often, people are surprised and delighted to learn about new stuff I thought was common knowledge. So what libraries or tools do you think are underrated or poorly exposed? I bet there’s a ton of stuff I’d find interesting that you know about that I’ve never seen before. Let’s all share and enjoy :)

daemon-kit is a sure win for helping Rubyists write daemons, providing some nea…
+1 for RiCal. Without it, I am certain our application would not be delivering …
Some console-related gems: Rubish - a ruby shell, Rawline - A ruby readline, me…
ar-extensions ActiveRecord performance and then some. …

Is It JRuby? Find out which gems do and don't work on JRuby.

Carl Mercier has forked Brightbox’s Is It Ruby 1.9 Ruby 1.9 Gem compatibility web app to make Is It JRuby that tracks which gems work with JRuby. (Found through John Leach of Brightbox.)

I like the “tests on by default” idea for RubyGems, but it better be realllllll…
Peter, the -t and –no-test options are already available. In addition, even if …
Very useful information on this site I bet there are continuous Garlica sarıms…
thanks for information melekler korusun sgk Resimler izlesene çocuk hastalık…

Charles Nutter on JRuby

Still busy trying to squeeze in as many talks as possible at Rails Underground. One speaker I can confirm is Charlie Nutter. I had a quick chat about the latest JRuby news, and how you can contribute.

Loading older posts