Skip to content

Commit ebf749c

Browse files
committed
Updated CHANGES, README.rdoc
1 parent 0e6b285 commit ebf749c

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGES
22
----------------------------------------------------------------------
33

4+
2011-05-18:
5+
-----------
6+
7+
- STILL version 2.0.2
8+
9+
- The REST of the HTTP header support from Chris Bailey :-)
10+
11+
- SRS build problems now cropping up, not bumping version until they
12+
can be fixed :-(
13+
414
2011-05-03:
515
-----------
616

README.rdoc

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Flexible and scalable website testing tool.
99
* James Britt -- [email protected]
1010
* JT Zemp -- [email protected]
1111
* Joe Tanner -- [email protected]
12+
* Chris Bailey -- [email protected]
13+
* Miah Johnson -- [email protected]
1214

1315
== General Info
1416

@@ -38,9 +40,9 @@ execute those paths concurrently for stress testing.
3840
== Example
3941

4042
To see TourBus in action, you need to write scripts. For lack of a
41-
better name, these are called Tours.
43+
better name, these are called Tours.
4244

43-
=== Example Tour
45+
=== Example Tour
4446

4547
* Make a folder called tours and put a file in it called simple.rb. In
4648
it write:
@@ -103,7 +105,7 @@ tour, the filtered tests will be run on all tours found in the
103105

104106
=== Example TourWatch Run
105107

106-
On the webserver, you can type
108+
On the webserver, you can type
107109

108110
tourwatch -c 4
109111

@@ -117,7 +119,7 @@ included in the 2 days for TourBus.)
117119
the little text graphs scale correctly.
118120

119121
* You can choose which processes to watch by passing a csv to -p:
120-
122+
121123
tourwatch -p ruby,mongrel
122124

123125
Each process name is a partial regexp, so the above would match
@@ -134,6 +136,13 @@ duplications, oversights, and kludges.
134136

135137
== Hacks, Kludges, Known Issues, and Piles of Steaming Poo
136138

139+
* Ruby 1.8 and 2.0 have diverged so much that our britches have
140+
finally ripped. As of this writing (2013-03-18) I (dbrady) can get
141+
TourBus to build on 1.8.7 but not on ruby 1.9 or ruby 2.0. I think
142+
in the Very Near Future (which is hopefully much sooner than Real
143+
Soon Now) that Tourbus will go Ruby2-only and I'll bump the version
144+
to 3.0 to keep people using 2.x from breaking hard.
145+
137146
* If you give a tour a name that is pluralized, it won't work. This is
138147
probably a bug worth fixing. The reason for it is that we take file
139148
names and "classify" them, and e.g. "ranking_reports" becomes
@@ -185,8 +194,8 @@ duplications, oversights, and kludges.
185194
* I'd like to remove WebSickle and replace it with Webrat. There is a
186195
webrat branch on the main fork (http://github.com/dbrady/tourbus)
187196
that is 90% complete. Once that's done we can start massaging the
188-
API to be a little more friendly. [done (but now that it is, it
189-
needs a refactoring--Tour should probably inherit from
197+
API to be a little more friendly. [done (but now that it is, it
198+
needs a refactoring--Tour should probably inherit from
190199
Webrat::Mechanize, not delegate to it.)]
191200

192201
== Credits
@@ -206,4 +215,3 @@ duplications, oversights, and kludges.
206215
== License
207216

208217
MIT. See the license file.
209-

0 commit comments

Comments
 (0)