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.

Video: Managing Branches with Git

I’ve had a few people ask me about how to manage branches in Git, so I made a short <a href=http://teachmetocode.com/screencasts/managing-branches-with-git/”>video.

You’ve got an extra space at the end of your link. updated link …
hi my friend you blog is very nice and useful thanks a lot for sharing yo…

BAM : Rails 3 Generator/Generator

Here’s a script I wrote, bam it takes your existing rails app and convert the parts you want into a Rails 3 generator. There is also a 5 min. screencast showing the script in action.

It was an informative post. Web-based advertising is a sort of tool to advance …

The No-Holds-Barred RubyFlow Suggestions Thread

It’s been at least a year since I invited everyone to have their say on where RubyFlow should be going (or not going!), what features are missing (or should be removed!), and so forth, so here we go. Post a comment here spilling out anything you want to say, suggest, praise, or criticize, and I’ll read them all (and maybe even throw in some ideas of my own).

A way of marking comments as spam would be great too
at perlindungan di kota yang mati itu.Populasi Bakhchisarai adalah 15-20 ribu o…
good post website …
http://www.hermesbeltoutlet.com http://www.coachoutletonlinecoachoutlet.us.com …

Rails session protector

Due to last rumors, that session hijacking is now as easy as installing plugin for firefox (firesheep), we’ve created simple Rails plugin, that will help you protect your users. It’s basically a proof-of-concept, but it works very nice with Devise. Check it out on Github: session_protector.

Roland - well, checking for users IP may / should be configured per app and app…
the answer is simple: Use TLS all the f*cking time. (or develop a one-time k…
Cute idea, but why the dependency on devise? Why not just destroy the session i…
Donald Ball – dependency on Devise because we’re waiting on something more awes…

Cockatoo, a simple chat server using EM and the Long Polling technique

We’ve just open sourced a simple chat server we wrote a few months ago, Cockatoo. It’s using the fantastic EventMachine (yep, we know that node.js is the new kid in town, but well…). Several “push” technique exists, but we focused on Long Polling as it’s very easy to setup, be it on the server or the client side. We’ve also made a little presentation on “Long Polling with EventMachine”.

@yannski Thankyou!
Heroku has (experimentally) supported Node for a while now: http://blog.heroku.…
Is it compatible with rails3 ? Thanks
@Evi there’s no relationship with Rails or Sinatra. The daemon part is complete…

Prologue release 0.3.0

Prologue provides a base Rails 3 application with Devise and Cancan for authentication and authorization. Roles are stored in the database with a HABTM relationship between the role and user models. You also get a basic admin to manage users. Prologue also rolls in all of the things we like to have setup in our apps like… haml, sass, jquery, cucumber, capybara, mocha, factory_girl, rspec, timecop, autotest, will_paginate, friendly_id, and hoptoad_notifier [more inside]

Seems like a good idea.
Thanks for posting this, I have exactly this use case.

How to serialize(marshalling) object in ruby

I wrote a small blog post on marshalling and demarshalling in ruby with use case in rails, please have a look at it and share your feedback link here

great article, prashant. Rails community needs people like you.
great article, prashant. Rails community needs people like you.
The first comment was not done by me,my friend incidently did it
It wasn’t me.

Mining RubyGems from Ore

The recent discussion about minimal gemspecs inspired me to create Ore, a simple solution for generating and building RubyGems, that uses a single YAML file to describe a project. Source.

Bulkdom - An efficient domain name availability bulk checker

Bulkdom is an efficient domain name availability bulk checker that looks for the presence of DNS Records before querying the Whois Server to save on requests and lower the chance of temporarily getting IP banned. Multiple TLDs can be checked at the same time and available results can be returned in a simple array for further processing. It was extracted out of the awesome and upcoming domain name generator over at DomainWhirl. It’s the first gem I ever publish so be nice! ;)

I this a rails gem?
Loading older posts