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.

Getting HTTPS Going On Your Local POW Instance Using Nginx

For a Rails developer, getting HTTPS going locally isn’t just a matter of adding a gem to your Gemfile, and running bundler - unfortunately it’s a bit more involved. In this post, I’ll go through some of the steps that I took to get HTTPS going on a Rails application running locally under POW. Hopefully, it’ll be of use to somebody.

Webmachine v0.1.0 released

I just released the first version of Webmachine (gem) (code) in advance of my RubyConf talk. Webmachine is an HTTP toolkit that lets you focus on building resources declaratively, while transparently handling the hard parts of content-negotiation, conditional requests, and proper response codes.

Raad 0.3.1 released

I just released version 0.3.1 of Raad - Ruby as a daemon lightweight service wrapper. Raad is a non-intrusive, lightweight, simple Ruby daemon wrapper. Basically a simple class which implements the start and stop methods, can be used seamlessly as a daemon or a normal console app.

My JRuby Port of a Game by Minecraft's Creator

Last weekend, hundreds of coders took part in Ludem Dare, a 48 hour game coding contest. Minecraft’s creator “Notch” created a cool little game in Java called Prelude of the Chambered. So far, I’ve spent two days porting it to JRuby. It’s not complete but you can play the first few minutes OK now (get weapon, push rocks, kill bats, etc.) The performance is nowhere near as good as in Java but that’s the next step, so if you’re a JRuby expert, I expect pull requests.. :-)

I’d especially like to see the performance using JRuby 1.6.3 or master on Java …
Re orignal game: Amazingly retro game! Managed to collect 7 trinkets, my pew…

Be Careful How You Override

There’s a number of ways to goof up overriding methods in Ruby. Some methods can’t be overridden safely, period. Some methods need to call super or they’ll likely break a lot of code. Laser, a ruby static analysis tool in development, and it knows a lot about Ruby - read how it can now detect many of these errors!

Butt what are these strange references to body parts in your post?
Did you shut down the comments?
Loading older posts