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.

remarkable_mongoid

I took some time this morning to gemify my gist from earlier this week. Includes validation and association matchers.

I realize that mongoid-rspec already exists but I wanted something that depende…
Forgot to mention, it is pretty much living on the edge. Requires 2.0 beta of M…

Ticketmaster: Take Command of your Ticket Tracking and Project Management System(s)

Ticketmaster provides a universal API to ticket tracking and project management systems. Currently supported backends are Pivotal Tracker, Lighthouse, and Unfuddle, with more to come. It also provides a command-line interface and console, to make it easy to integrate with your development workflow, or to migrate between systems. Using a flexible provider plugin architecture, you can easily create support for your own backends. Check it out at http://ticketrb.com

Any planned support for Ditz? http://ditz.rubyforge.org/ …

[Rails plugin] has_many_booleans

has_many_booleans is an ActiveRecord plugin which creates virtual boolean attributes for a model. When the object gets saved, the plugin transforms all attributes into a single integer, using a bitset. So you can easily add new attributes without changing the database structure. - more information -

it may have a problem with lost updates. imagine 2 processes changing different…
Hi epirogov, there is a :lazy => false option, which has the effect that the…
There is a similar project: http://github.com/xing/flag_shih_tzu …
There are another similar project: http://github.com/maiha/acts_as_bits …

HTML WebSockets example

Spent some time messing around with HTML 5 WebSockets, em-websockets, and EventMachine. Here is a gist of some example code. [more inside]

Websockets are pretty cool stuff. A little shameless pluggin’ here. At New B…
Hey paul, I have been following you guys over at Pusher. I really like what you…

Five tips for adding foreign keys to existing apps

You’re convinced foreign keys are a good idea, but how should you retroactively add them to your production Rails application? Here are some tips to help you out.

Good points. It’s ridiculous that rails community is so unaware of database con…
I doubt “rails is afraid” of foreign key constraints, and it is not a no braine…
Frankly, how often do you change such a crucial component like database in your…

RubyConf Latin America, in Brazil

You may have heard about Rails Summit, the largest Rails conference in Latin America. It has evolved into RubyConf Latin America. Registrations will open in August, but the event is confirmed for October 26 and 27. Book flight reservations already :-) And we also opened a Call for Proposals, so if you want to speak please send your proposals. This is a great opportunity for you to get to know Brazil. Hope to see you all here.

Loading older posts