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.

Ruby’s instance_exec method

instance_exec is a method you can use to change the “scope” of a block. One of the great advantages of doing this is that it can make your code more readable, particularly when writing a Domain Specific Language (DSL). So how does instance_exec work and why would you ever want to write a DSL? [more inside]

Asset Pipeline In Rails 3.1.0

Asset pipeline provides a framework to concatenate and minify or compress JavaScript and CSS assets. It also adds the ability to write these assets in other languages such as CoffeeScript, Sass and ERB. In Rails 3.1, the rails asset pipeline is enabled by default.

IMHO Rails’s Asset Pipeline is kind of lame. GulpJS with couple tasks defined i…

Where have all the libraries gone?

Anyone else noticed how few new libraries seem to be coming out in Rubyland lately? I’ve been noticing it a lot through my work curating Ruby Weekly. It’s hard to find much to mention nowadays. I scanned through here too and every week there’s maybe one or two posts linking to new libraries. Have we reached “peak library”? :-) (By contrast, with JavaScript Weekly I’m totally inundated with new stuff..)

I just released a library for manipulating nested data structures. You can chec…
+1 to Lotus! Most interesting Ruby web framework out there right now, IMO. …
I too will +1 lotus. If you like ruby and web development, you owe it to yourse…
Lotus is the new Merb. Lets hope it doesn’t get merged in to Rails ;)

Discussion with Bundler Core Team Members - Terence Lee and Smit Shah

Interview with Bundler Core Team Members - Terence Lee and Smit Shah. Discussion about their early contributions to OSS, getting started with contributing to Bundler, future plans for Bundler and where it’s headed.

aaaaaaaaaaaaaaaaand it’s gone.
What happened?
link: http://podcast.rubyindia.org/rubyindia/12 …
Hah! Sorry about this. Fixed now.

Opalist Newsletter - Issue #3

Opalist is an e-mail newsletter showcasing the latest news and tutorials in the Opal (Ruby-to-JS source compiler) ecosystem and cutting-edge front-end development. In our third issue, we cover how to create client/server task objects in the Volt framework, TDD’ing Ruby code for the browser, and more.

Loading older posts