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.

RSmaz: Short String Compression Library

A few days ago I saw smaz, a C library by Salvatore Sanfilippo that’s great for compression short strings. RSmaz is my pure Ruby port of this library (complete with tests). If, for some reason, you want to compress short strings by 10-60%, check it out.

Don’t ask me what to use it for. I don’t really have any idea. I just saw smaz,…
Why not just create a binding?
Official answer: I like to keep things cross implementation and cross platform/…
I’m actually looking for a compression algorhythm optimized for text and speed.…

Rubyxp.com - Test Ruby Regexes in Your Browser

I’ve created a simple app to test your ruby regular expressions in your web browser. I’d like to receive feedbacks and feature requests. I plan to release the code at some day :) You can see it at rubyxp.com.

http://www.rubular.com/ has been around a long while. Perhaps make yours a Ruby…
Rubular is a great tool, and it have a lot of facilities to test expressions li…
Use irb for these type or code prototypes. That is what it was built for. …

Enumerable#filter

Inspired by every and Haskell’s filter command I came up with a very quick and dirty Ruby version which works like this:

I think you’ll find this useful: http://weblog.raganwald.com/2007/10/stringt…
I just hacked up a FilterableEnumerable that allows this (clearer) syntax: …
I added to jqr’s implementation to let you call any method on the filter, and h…
Doing array.filter != foo is still problematic. I took a page from rspec though…

Blue Ruby: A Ruby VM in ABAP

Some researchers at SAP Labs, LLC are working to implement a Virtual Machine (VM) that runs Ruby inside the SAP NetWeaver Application Server ABAP. The project is named Blue Ruby. People have been using Ruby and also Rails with SAP products before. However according to the developers, “Blue Ruby research project is about creating an enterprise-ready dynamic language environment for the programming language Ruby that runs inside the ABAP Virtual Machine”. Read more in the PDF about Blue Ruby. Although it may not be that appealing to people outside the SAP realm, it’s always good to see Ruby running on yet another platform. The world domination plan is progressing as usual.

This seems significant…a big time company making a bet on Ruby. Peter Cooper…th…
Angry Norm is angry when the consultants start targeting his niche language. …
I’ve only just started looking at SAP and ABAP but does this mean that we can c…
ABAP is the main and proprietary programming language e.g. for extending or mod…

May 14th - Eindhoven: RubyFest!

RubyFest will be organising it’s first meetup on may 14th in Eindhoven. Everyone is very welcome!

This item is sooo eighties (;
Eighties??
http://www.rubyflow.com/items/1980 …
Awesome! (Also my birth year, so this is my lucky item ;-)) Fancy coming to Rub…

Generate and deploy a restful_auth or twitter_auth rails app with one command line

Closing in on The Dream: “one-click-to-deploy Rails apps” introduces the latest and greatest in rails 2.3 templates: a template that not only creates a Rails app with various plugins and gems, but let’s you choose what sort of authentication, WHERE you want the application to be hosted on slicehost, PUSHES your local git repo up to a generated github project, AUTOMATICALLY registers your app with twitter if you use twitter-auth, and then deploys it to your slice under the initial domain http://my-app.yourdomain.com. [more inside]

instead of 3-2-1-launch now we have just LAUNCH :D is fantastic more than aweso…

Advanced Ruby on Rails Training

Spend four days advancing your Ruby on Rails skills with a team of experienced instructors. This survey of Advanced Rails topics will give you new tricks and ideas to take your Rails apps to the next level. If you’ve been using Rails but don’t feel like you’ve mastered it yet, this course is for you. Brought to you by Idea Foundry. Visit the website for details.

any news advanced ruby on rails online courses ? …

Bdoc: A Better Gem Doc Browser

Bdoc (DEMO) is a simple alternative to gem server. It allows you to browse your local gem docs without running a server. The UI is clean, simple, and allows you to cross navigate between gems. 1) Install: [sudo] gem install manalang-bdoc, 2) Usage: terminal> bdoc. Fork me @ GitHub

Rich, nice idea. However, I’ve got exception: opt/local/lib/ruby/gems/1.8/ge…
Thanks… fixed, tested and pushed to github… new ver 0.1.2.
Bdocs now looks at all the gems you have installed including those in ~/.gem …
Loading older posts