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.

European Robotics Leader Successfully Deploys with ITTIA DB SQL

ITTIA, the leader in modern database software for embedded systems and smart devices, today announced the successful deployment of ITTIA DB SQL embedded in Cow Master, an intelligent animal health care robotics system. This deployment continues the company’s constant progress in the human-to-machine and machine-to-machine sector, providing a more sophisticated and modern means for manufacturers to create new systems suitable for a 21st century lifestyle.

JSON Web Token (JWT) library with signing and encryption

I just updated my my JSON Web Token library to support the latest version of JWT (draft-08), including all signature algorithms and the most popular encryption methods. If you’re doing anything with JWT then this is the most complete and up-to-date library available. It also supports pluggable signature/encryption methods if you need to do anything that’s an extension to the core specification.

Exodus: A migration Framework for MongoDb

If you have ever been using MongoDb you already know that MongoDb is a schema-less database, you don’t have any define structure within your collections (collections for MongoDb are the equivalent of tables for relational databases). To not worry about what is in your collection is really nice but when you have hundreds thousand/ millions of users data consistency becomes critical. [more inside]

vienna.rb Talks - Using Markdown for Websites, Presentations, or Books and Others

Last nights slides from the vienna.rb talk titled “Using Markdown for Websites, Presentations, or Books”. Use left/right cursor keys (or space bar) to browse the slides. Or check the all-in-one-page markdown source. More talks at the vienna.rb Slides page including “10 Things You Didn’t Know About Postgres”. Cheers. PS: For more Ruby meetups in Central Europe (Vienna, Brno, Bratislava) see “Coders without Borders”.

Attrio 0.3 released

We have just released Attrio 0.3. Nearly all core extensions after long discusion in my blog were removed. Also we added new specs and updated missing documentation. Here is a link to Attrio GitHub page: [more inside]

Behavior-Driven Integration and Unit Testing

Traditionally application code is written first and tests afterwards. After writing a piece of code, you write unit tests. And once you finished a few pieces of code, you write integration tests to see if they fit together. In Behavior-Driven development there is an approach called Outside-In Development where we go the other way round. Have a look at this screencast to learn more! [more inside]

Loading older posts