InfoQ

Topic/Tag specific view

All content and news on InfoQ about Rake


Latest featured content about Rake

JRuby: Not Just Another JVM Language

Community
Java,
Ruby
Topics
JRuby,
Language

In this presentation from QCon San Francisco 2007, Charles Nutter discusses the Ruby and JRuby featureset, the JRuby compiler, calling Java from JRuby and vice versa, programming Swing with JRuby, JRuby web applications, JRuby on Rails, persistence, build automation, Test-Driven Development and Behaviour-Driven Development.

News about Rake

Ruby 1.9 released

Community
Ruby
Topics
Performance & Scalability

Ruby 1.9 has just been released, bringing a host of new features and improvements. Speed improvements come from the new YARV VM, concurrency features were updates with native threading and Fibers, and language changes such as a new Hash literal syntax tighten the language. We take a look at some of the features and where to find information about Ruby 1.9.

Apache to incubate its first Ruby Project: Buildr - Ruby Build System for Java Projects

Community
Java,
Ruby
Topics
Build systems

Buildr is a simple and intuitive build system for Java projects. After 10 months of development and a lot of positive feedback, it will be incubated by the Apache Foundation, which will be opening its doors to its first Ruby project.

Capistrano gets competition: Vlad the Deployer

Community
Ruby
Topics
Deployment / Datacenter,
Design,
Programming

Capistrano, a popular deployment tool for Rails, is challenged by Vlad the Deployer, a tool which offers similar functionality with a much simpler implementation. We talked to the Ruby Hit Squad group that released version 1.0 of Vlad.

Digging Deeper Into The Myths of Ruby vs. Java

Community
Java,
Ruby
Topics
Programming

Stuart Halloway of Relevance recently wrote a series of blog posts on "Ruby vs. Java Myths". The series was prompted after he switched gears from working on a green field Ruby project back to a well established Java project.

Articles about Rake

Ruby on Rails case study: ChangingThePresent.org

Community
Ruby
Topics
Ruby on Rails

Bruce Tate, author and CTO of ChangingThePresent.org gives a glimpse inside the day to day operations of ChangeThePresent.org with a broad overview of how his team works, the technology trusted for production environments, tools, and most important Rails frameworks.

Agile Asset Management with Ruby DSLs

Community
Ruby
Topics
Domain Specific Languages,
Artifacts & Tools,
Stories & Case Studies

Ruby makes it easy to craft Domain-Specific-Languages with Ruby syntax. This article is a story about the benefits derived from implementing a Ruby DSL for a PLANET ARGON development project.

Interviews about Rake

Jim Weirich Discusses Rake, the Ruby Make Tool

Community
Ruby
Topics
Domain Specific Languages,
Build systems

Jim Weirich, is the Chief Scientist for EdgeCase LLC and thecreator of rake, the popular make-like build tool written in Ruby. In this interview with InfoQ, Jim disccusses the birth of rake, Domain Specific Languages, and flexmock, his mocking library.

Presentations about Rake

Ruby and the Art of Domain Specific Languages

Community
Ruby
Topics
Domain Specific Languages,
Language,
Programming

Rich Kilmer explains Domain Specific Languages and how they help working with domain experts. The presentation includes an overview of styles of external and internal DSLs in Ruby and explains implicit and explicit styles, complete with advantages and trade-offs of either approach. The presentation is rounded off with a look at imperative and declarative styles of DSLs.