May 06, 2014
Ruby 2.1 In Detail

Ruby 2.1 In Detail goes through the new changes and features of the new Ruby 2.1 release.

Programming , Ruby - Posted by Arcterex at 10:43 AM
February 20, 2014
Ruby Legend Jim Weirich Passes Away

DHH Tweeted to say that Jim Weirich, the speaker and legend in the Ruby on Rails world passed away last night. His last github commit of less than a day ago already has almost 700 comments expressing sorrow.

Ruby - Posted by Arcterex at 10:45 AM
December 17, 2013
Rails 4.1: What's New?

What’s new in Rails 4.1 over the Coherence Blog.

Ruby , Web Programming - Posted by Arcterex at 10:24 PM
May 13, 2013
Rails 4.0 Release Candidate 1 Available

Not as bleeding edge anymore, the first RC for Ruby on Rails 4.0 is now available.

Ruby - Posted by Arcterex at 02:16 PM
February 25, 2013
Ruby On Rails 4.0: Beta 1 Released

I haven’t even figured out Rails 2.0 yet and Rails 4.0: Beta 1 has been released!

Lots of changes here, hit the page for more details.

The purpose of this beta is to get as many people as possible to try to upgrade from Rails 3.2 and earlier and to get an adventurous few to start new applications directly on Rails 4.0. That’s the only way we’re going to suss out all the issues and ensure that we can launch a solid final release. So please help us with that if you can!

Ruby - Posted by Arcterex at 04:25 PM
January 08, 2013
Multiple Security Issues in the Ruby on Rails Action Pack

Running a Ruby on Rails site, you may want to know about the Multiple vulnerabilities in parameter parsing in Action Pack (CVE-2013-0156). The link includes links to patches if you can't upgrade ASAP.

Ruby , Security , Software - Posted by Arcterex at 01:58 PM
November 02, 2012
Ruby 2.0.0-preview1 Released

You can now checkout the release notes for Preview 1 of Ruby 2.0.0.

Ruby , Web Programming - Posted by Arcterex at 09:38 AM
August 07, 2012
Reddit On Rails

So this is a neat project for you Ruby on Rails learners…. Reddit on Rails is an exercise to use your knowledge of Rails to replicate the functionality of reddit.com.

By now you have the knowledge to accomplish much with Rails. We will use that knowledge to build a website from scratch similar in functionality to http://reddit.com.

Learning a new programming language or system generally go faster if you have a specific goal in mind, and (in general) a typical “hello world” works great, until you decide you need user logins and permissions and suddenly things get a lot harder. This helps that a lot.

Programming , Ruby , Web Programming - Posted by Arcterex at 11:43 AM
March 05, 2012
Dissension in the Rails Ranks?

Really interesting look on Why critics of Rails have it all wrong, regarding how some of the Ruby on Rails community feels that Rails 3 was a huge step backwards.

The idea that Rails 3 was a major step backward was recently reiterated by both Giles Bowkett and Matt Aimonetti. Both of them painted building ActionController::Metal applications as some sort of byzantine, impossible task which can only be accomplished by a Rails core member. Are people actually building lightweight Rails applications using the newfound modularity of Rails 3?

I haven’t actually looked deeply into Rails over the last year or so, but it definitely feels less accessible lately. NoSQL databases, CoffeeScript, etc are fine, but the “feel” of the current Rails is far from that original Blog in 15 minutes screencast.

Ruby , Web Programming - Posted by Arcterex at 06:11 PM
October 21, 2011
Ruby 2.0 Implementation Work Begins

Ruby Inside has What is Ruby 2.0 and What's New?

Ruby - Posted by Arcterex at 11:27 AM
August 31, 2011
Ruby on Rails 3.1 Released

Title says it all, Ruby on Rails 3.1 Release Notes are here with all the details.

Ruby - Posted by Arcterex at 01:36 PM
July 15, 2011
Ruby Creator Matz joins Heroku

Cool news for the Ruby community.... Matz, creator of the language has joined Heroku (wonder if that's what they did with their big payday?). Potentially very cool stuff, congrats to Matz and the ruby community (and especially Heroku).

Matz is going to be the Chief Architect. Here's a press release for you.

Ruby - Posted by Arcterex at 03:04 PM
June 09, 2011
RailsInstaller for Windows 2.0.0 Preview

Rails people who enjoy the windows version via RailsInstaller will be happy to see that the RailsInstaller for Windows 2.0.0 Preview Release has goodies like 1.9.2 and 3.1.0 rc support.

Programming , Ruby , Web Programming - Posted by Arcterex at 02:14 PM
January 24, 2011
JetBrains RubyMine 3.1 Available

If you're into Ruby on Rails and are one of the 10 people in the world who aren't using TextMate, you might want to look at the new stuff in the JetBrains RubyMine 3.1 Early Access build.

From the release:



  • Autopopup code completion -- no need to press keyboard hotkey to invoke the code completion. It autopops up instantly as you type and works for Ruby, JavaSctipt, HTML and other files. You may want to tweak it -- check IDE Settings | Editor | Code Completion section.
  • GitHub integration -- you can open projects in IDE right from a remote repository, or share your project as a new GitHub repository right from the IDE. Read more in IntelliJ IDEA blog.
  • Command line application ('mine') -- you can open files and projects in RubyMine from command line now! Just enable the script by running File | Create Command-line Launcher and you are good to command.


More good stuff there too, check it out!

Ruby , Web Programming - Posted by Arcterex at 11:33 AM
January 19, 2011
Rails Development Environment in EMACS

If you're an EMACS user and are sad that only Textmate and Vim people seem to have the fun and cool Rails development stuff, be sad no longer! Emacs 24 Rails Development Environment - From *scratch* to Productive in 5 Minutes goes through setting up the latest EMACS (with a bunch of copy and pasting) to customizing for full Ruby on Rails lovin'!

Ruby , Web 2.0 - Posted by Arcterex at 09:15 AM
January 06, 2011
R.I.P. Ruby Hash Rocket Syntax

I don't completely understand why, but I have to say the presentation of the death of the Ruby Hash Rocket Syntax ("=>") is pretty awesome. Not sure if this is going to happen in future Ruby 1.9 releases or if both versions are valid now and the hashrocket syntax will just be deprecated.

Ruby - Posted by Arcterex at 09:41 AM
November 30, 2010
RubyMine Releases 3.0

RubyMine 3.0 has been Released, giving full support for Rails 3 in a pretty sexy IDE.

Ruby - Posted by Arcterex at 01:12 PM
October 13, 2010
Ruby on Rails Tutorial: Screencasts

If you've ever done any Ruby on Rails programming you have no doubt encountered @mhartl's great railstutorial.org. You'll be happy to know that there is now a set of 15 hours of screencasts to go along with it. Super awesome, and nice and affordable as well.

Ruby , Web 2.0 - Posted by Arcterex at 01:03 PM
September 23, 2010
Security Lessons Learned From The Diaspora Launch

A cool look through the Security Lessons Learned From The Diaspora Launch, as well as lots of good general Ruby on Rails security practices to follow.

Ruby , Web Programming - Posted by Arcterex at 01:58 PM
August 29, 2010
Rails 3.0 Released!

According to the Ruby on Rails weblog - It's ready!

Congrats to the Rails team for the last 2 years of planning and hard work.

Ruby - Posted by Arcterex at 07:08 PM
July 27, 2010
Rails 3.0 Release candidate

The good news from the Ruby on Rails world today is that the Rails 3.0 Release candidate has been released. No major changes, but some serious performance improvements. Link has the full details.

Ruby , Web Programming - Posted by Arcterex at 11:46 AM
July 19, 2010
The Great Ruby Shootout

For you Rubyists out there that love numbers, you'll be happy that the July 2010 version of The Great Ruby Shootout is available with 7 different versions of Ruby benchmarked here and back again.

Ruby - Posted by Arcterex at 10:52 AM
May 23, 2010
Ruby on Rails 2.3.6 Released

Rails nerds out there will already know that Ruby on Rails 2.3.6 has been Released.

Ruby - Posted by Arcterex at 04:49 PM
May 07, 2010
Ruby on Rails Repository Virtulization from 2004 to 2009

@dhh posted this morning this very cool video of a visualization of the Ruby on Rails repository from 2004 to 2009:

Ruby , Web Programming - Posted by Arcterex at 10:57 AM
April 07, 2010
RSPec Presentation (Ruby on Rails)

Cool Presentation on RSpec from the Scottish Ruby Conference in March.

Ruby - Posted by Arcterex at 08:58 AM
March 31, 2010
IBM Has An introduction to Rails 3

IBM Developerworks has a great article with An introduction to Rails 3.

Ruby , Web Programming - Posted by Arcterex at 09:47 AM
March 30, 2010
Routes in Rails 3

The Engine Yard guys go over The Lowdown on Routes in Rails 3, for those rails folks so inclined.

Ruby - Posted by Arcterex at 04:25 PM
March 17, 2010
Ruby Best Practices - Full Book Now Available For Free!

Ruby Best Practices - Full Book Now Available For Free!

That about says it all! Kudos to the author for doing this, and please donate and support him!

Ruby - Posted by Arcterex at 10:04 PM
February 22, 2010
RVMRC Files With The Ruby Version Manager

@wayneeseguin has put out a nice set of docs on how to use the rvmrc file with his excellent Ruby Version Manager.

For those who don't know, RVM is a nice and simple way to test out different versions of Ruby and gems with them for testing, playing with the new Rails 3.0 beta, testing your sites against different scenarios, testing beta versions, etc.

Ruby - Posted by Arcterex at 09:21 PM
February 19, 2010
Rails 3 Beautiful Code Slides

Gregg Pollack has a nice set of presentation slides of his talk Rails 3 Beautiful Code, showing some of the new hotness of Ruby on Rails 3.0.

Ruby , Web Programming - Posted by Arcterex at 10:36 AM
February 18, 2010
RailsConf 2010 Open

Ruby on Rails folks will probably be interested that RailsConf 2010 is now open for registration, and they have their list of speakers and sessions up.

Ruby , Web Programming - Posted by Arcterex at 11:18 AM
February 04, 2010
Rails 3.0 Beta

Well, on the heels of the Github downtime last night, and perhaps related (* twirls mustache*), Rails 3.0 beta has been committed.

There's also a new app on edge rails post up for people who want to give it a shot.

Ruby , Software , Web 2.0 , Web Programming - Posted by Arcterex at 08:17 AM
February 02, 2010
Ruby on Rails 3.0 Release Notes

No, it's not released yet (as far as I know anyway), but the Ruby on Rails 3.0 Release Notes are a nice friendly look at what will be coming down the pipe.

Ruby - Posted by Arcterex at 09:18 PM
January 28, 2010
RDoc via OSX's Dictionary.app

Sweet little ruby gem (pardon the pun) to allow you to access RDoc via OSX's Dictionary.app. Very nice little hack! Thanks for passing it on @dkubb!

Programming , Ruby - Posted by Arcterex at 02:26 PM