Skip to content

Instantly share code, notes, and snippets.

View msavy's full-sized avatar
👋
Apiman Man

Marc Savy msavy

👋
Apiman Man
View GitHub Profile
@msavy
msavy / gist:944654
Created April 27, 2011 16:55 — forked from goldmann/gist:944514
0.9.1 announcement
title author layout version tags
BoxGrinder Build 0.9.1 released!
Marek Goldmann
blog
0.9.1
boxgrinder_build

I'm happy to announce BoxGrinder Build 0.9.1. The release introduces a couple of new features, plus a number of bug-fixes and functionality enhancements. Please refer to the [Release Notes][release_notes] below for a full list of the changes.

The goals of the TorqueBox project are ambitious, and exposing
complex, integrated enterprise Java services to Ruby applications
presents great challenges to the creation of useful yet simple
integration tests.
Over time, the TorqueBox integration test suite has evolved from 100%
Java-based container testing, to something of a hybrid, and finally to a
100% Ruby-based solution we named TorqueSpec. We realize that what
works well for us might also work well for others who deploy their
apps on TorqueBox. In this talk we'll demonstrate exactly how.
files:
- uri: http://download.jboss.org/jbossas/7.0/jboss-7.0.0.CR1/jboss-7.0.0.CR1.zip
destination: /opt
- uri: file:///home/jboss/downloads/jboss-7.0.0.CR1.zip
destination: /home/jboss
(fn box)
(def box)
(lambda box)
(immutant) / immutant
(func box)
(funk box)
parens / (parens)
funct / (funct)
(curve box) / CurveBox
fngood
module Wrapped
# This is the wrapper class
class Wrapper
attr_accessor :content
def initialize(content)
@content = content
end
def content_value