If you’re a .NET developer looking to move to Ruby, one of the ways you can start using Ruby straight away is with Albacore. In this article, we’ll look at how you can take an existing ASP.NET web application project, add a…
Continue Reading… In this, the latest in the Looking Outside Ruby series, we’re going to have a look at server-side JavaScript with Node. What is Node? Node is a set of libraries that enable JavaScript to run outside the browser, where the JavaScript in…
Continue Reading… rbenv is a tool that lets you install and run multiple versions of Ruby side-by-side. It’s a simple, lightweight alternative to RVM that focuses solely on managing multiple Ruby environments. Each version of Ruby is installed in the ~/.rbenv/versions directory. It uses…
Continue Reading… Haml is an XHTML Abstraction Markup Language that, according to haml-lang.com: functions as a replacement for inline page templating systems such as PHP, ASP, and ERB It can be used in many Ruby frameworks, such as Rails and Sinatra, in Node.js, PHP…
Continue Reading…