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.

Annotate them all!

Annotator is gem to document your model attribute. You might heard of AnnotateModels, which gives you basic column description (title, type etc.) in your model file. With Annotator, in addition to such basic info, you can add comments to the columns.

markdown_select 0.1 - Another Markdown Wrapper to Let You Use Your Library of Choice

I’ve extracted the code for handling the loading and selection of different markdown libraries (such as kramdown, bluecloth, maruku, rpeg-markdown, rdiscount, pandoc-ruby, etc.) from the Slideshow gem and bundled up in its own gem, that is, markdown_select.

Too long for FP, but: – Use it like: require 'markdown_select' Markdow…
Why does markdown_select depend on kramdown? …
Thanks for highlighting multi_markdown. Will add it to the alternatives section…
NOTE: The gem moved to a simpler name. markdown_select is now just markdown. N…

Claws 1.1 Released

Claws provides a command line interface to your Amazon Web Services account. With this release it now properly supports multiple regions allowing all instances to be reported along with their region displayed. Check out a screenshot of the update on github. You can also read the initial announcement on rubyflow here.

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.

Going Dynamic on JVM: JRuby vs. Groovy

Want to run your apps on the JVM, but not a fan of the Java language? If you prefer dynamic languages, there are lots of available options. The most mature ones are JRuby and Groovy. If you are asking yourself, “Should I pick Groovy or JRuby”, read this post and, hopefully, you will be able to make the decision. Read more…

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.

Loading older posts