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.

Data Context Interaction (DCI) in Ruby

DCI (Data Context Interaction) is a new way to look at object-oriented programming. Instead of focusing on individual objects, the DCI paradigm focuses on communication between object. It improves the readability of the code, separates system behavior from static domain concepts, and most importantly tries to represent people’s mental models in the code. DCI-IN-RUBY.INFO is a project aiming to help all Rubyists become familiar with DCI.

Introducing Claws (Command Line AWS) 1.0

Amazon AWS users are all to familiar with the steps required to connect to an available instance. Using the management console you have to copy and paste the public dns name into the shell to construct the ssh command. It is annoying when the mouse isn’t placed just right and your clipboard is filled with more than what you want. [more inside]

There is also the ec2ssh gem and my modified version bscott-ec2ssh
That is true but the display is not as configurable and that gem only speaks EC…
I should also note that claws has tests :)

Vermont's First Ruby Conference, July 28 - 29, 2012

As mentioned in this week’s issue of Ruby Weekly, Burlington Ruby Conf 2012 will take place in Burlington, Vermont on July 28 - 29th. Join like-minded Ruby enthusiasts for Vermont’s first Ruby conference, hosted on beautiful Lake Champlain. Besides an amazing lake setting and great presentations from well known industry speakers, you’ll be joining peers from around the region to network, eat good food, and discover new opportunities. We hope to see you there! For more details, head to http://burlingtonruby.com/

TConsole 1.2 Is Out

TConsole 1.2, the latest version of everyone (ok, maybe just me and a few other peoples’) favorite testing console is out. The latest version includes quite a few improvements, like better signal handling, and a ton of bugfixes. Check out the blog post about the update and check out the README.

Veewee templates updater. Easily update templates in the installed veewee gem.

Ever installed veewee gem and wanted to use template that was not yet in the gem? Now you can update available templates in the gem with one simple gem: gem install veewee-templates-updater Now every time you want to update templates just call: veewee-templates-update – More details on the project page mpapis/veewee-templates-updater.

Loading older posts