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.

Juggernaut 2

Juggernaut 2 has been released! Juggernaut lets you push realtime data to web clients. You can use Juggernaut for chat, realtime collaboration, gaming etc. Complete rewrite using node.js. Supports WebSockets. Check out the tutorial on the dailyjs. Code is here.

Rick, * You can host it yourself * Server written in Node (scalable & fast)…
Is it working with Rails 3 ?
Evi, Yes - it’s not Rails dependent.
Maccman, I have tested and that’s great :) I gonna lean myself more on yo…

Ruby Load Wedges

I’d like to introduce you to Wedge, a library for creating Ruby “load wedges” that safely override #require and #load. Wedge gives you complete flexibility in creating any kind of loader. Wedge comes with two built-in wedges: the Ruby Wedge and the Gem Wedge, both of which are used to circumvent name clashes between libraries. Also checkout gem-wedge which turns Wedge’s Gem wedge into a RubyGems plugin.

Stop Rails Console from barfing a ton of data

When you use Rails’ console for stuff like this: [more inside]

I have always done people.each { person puts person.n…
http://www.youtube.com/watch?v=-f_DPrSEOEo …
puts people.map(&:name) is a better shortcut.
Really? There is a blog post on this? You people need to learn ruby and it’s …

Shiny (0.1.1) common ansi escape sequences for the terminal

Shiny is a little gem which extend the ruby string class with some nice ansi escape sequences for colors and other effects like underline, bold or blinking. Shiny takes an other approche, instead to define a bunch of new methods for the string class, it serves just a proxy method called ‘shell’ to deliver all the ansi escape methods.

Very similar to ANSI gem. In fact I considered the vary same notation for ANSI,…
You’re definitely right, actually ansi and a few other gems do the job also bet…

Hire Ruby On Rails Developers from AMT

AMT offers Ruby on Rails web development services. Our dedicated team of developers can create web 2.0 applications using latest Ruby on Rails web services. We are committed to provide our clients with sustainable solutions, quality service and superior support for latest and well-known open source technology RoR. Using the latest technology, our expert programmers can develop systems tailored to all your needs. With a team of expert professionals of Ruby on Rails (RoR) developers, we help you weight the advantages of Ruby on Rail solution.

Turn ActiveRecord into DataMapper (sort of)!

ActiveRecord is without doubt the de facto ORM library for Rails and many Ruby web frameworks. Many developers however, do not like database migrations and prefer to use DSL for data mapping. Datamappify is created with the sole purpose of getting rid of the DB migration headaches. [more inside]

Loading older posts