root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1309 [1309] 06/09/08 21:28:58 sandal Version update
(edit) @1308 [1308] 06/09/08 21:05:58 sandal Merge branch 'master' of git@github.com:ruport/acts_as_reportable
(edit) @1307 [1307] 06/09/08 20:55:59 sandal Fixed get_attributes_with_options method to work with rails 2.1
(edit) @1306 [1306] 06/04/08 18:08:52 sandal Testing import
(edit) @1305 [1305] 04/14/08 11:06:51 sandal Ruport::Murdoch FTW
(edit) @1304 [1304] 04/14/08 10:55:59 sandal movin'
(edit) @1303 [1303] 04/14/08 10:05:35 sandal release
(edit) @1302 [1302] 04/14/08 09:57:45 sandal Version update
(edit) @1301 [1301] 04/14/08 09:53:06 sandal README update
(edit) @1300 [1300] 04/12/08 10:24:56 sandal Murdoch bro
(edit) @1299 [1299] 04/01/08 23:19:08 sandal 1.6.0, bro
(edit) @1298 [1298] 04/01/08 16:33:39 sandal Version # update
(edit) @1297 [1297] 04/01/08 16:17:39 sandal Letting trunk sail ahead, again
(edit) @1296 [1296] 04/01/08 16:16:52 sandal Raising 1.6 branch
(edit) @1295 [1295] 04/01/08 16:16:23 sandal version #
(edit) @1294 [1294] 04/01/08 16:04:17 sandal Basic documentation for anon formatters
(edit) @1293 [1293] 03/31/08 16:44:01 sandal Making Table#rename_column fail silently
(edit) @1292 [1292] 03/31/08 14:13:50 sandal fix for r385, inspired by Brian's implementation
(edit) @1291 [1291] 03/23/08 19:39:32 sandal Fix for #387
(edit) @1290 [1290] 03/16/08 20:34:04 mikem836 one more
(edit) @1289 [1289] 03/16/08 20:31:37 mikem836 fix Renderer -> Controller in the examples
(edit) @1288 [1288] 03/16/08 19:53:57 mikem836 finish renderer to controller conversion
(edit) @1287 [1287] 03/16/08 19:48:31 mikem836 change Renderer to Controller
(edit) @1286 [1286] 03/16/08 19:32:17 sandal Now breaking everything
(edit) @1285 [1285] 03/06/08 15:57:58 sandal further refinement of csv shim
(edit) @1284 [1284] 03/06/08 15:49:23 sandal small improvement to FCSV shim
(edit) @1283 [1283] 03/06/08 15:42:19 sandal Ruby 1.9 compatible FCSV formatter
(edit) @1282 [1282] 02/20/08 08:36:02 brian branch merged, no longer needed
(edit) @1281 [1281] 02/20/08 08:30:09 brian build_row takes optional data argument, and table building uses this …
(edit) @1280 [1280] 02/19/08 07:25:24 brian Move delete(:data) so as to be closer to old structure
(edit) @1279 [1279] 02/19/08 06:13:56 brian Note reasoning behind this change and add some samples
(edit) @1278 [1278] 02/19/08 06:13:18 brian Make it possible to create a renderer instance prior to any formatter(s)
(edit) @1277 [1277] 02/11/08 14:43:33 brian r1270 broke tests - sorry. This fixes things up.
(edit) @1276 [1276] 02/10/08 09:17:13 brian Note reasoning behind this change
(edit) @1275 [1275] 02/10/08 09:16:40 brian Make build_row() take an optional data argument, and use it directly for …
(edit) @1274 [1274] 02/10/08 08:47:20 brian create branch
(edit) @1273 [1273] 02/10/08 08:45:14 brian Fix typo in filename
(edit) @1272 [1272] 02/10/08 08:38:28 brian Note reasoning behind this change and add some samples
(edit) @1271 [1271] 02/10/08 08:37:52 brian Implement :formatter option to select an existing formatter object to …
(edit) @1270 [1270] 02/10/08 07:17:41 brian Newline after closing table tag
(edit) @1269 [1269] 02/09/08 10:45:27 brian Note reasoning behind this change and add some samples
(edit) @1268 [1268] 02/09/08 10:44:05 brian Change formatter build_foo to build_foo(data), removing data accessor from …
(edit) @1267 [1267] 02/09/08 07:54:56 brian create branch
(edit) @1266 [1266] 02/09/08 07:54:38 brian create branch
(edit) @1265 [1265] 02/09/08 07:54:08 brian create branch
(edit) @1264 [1264] 02/09/08 07:51:15 brian Create branches/brian
(edit) @1263 [1263] 02/04/08 03:54:39 brian Push data.dup down into the formatter, so that well-behaved formatters may …
(edit) @1262 [1262] 02/04/08 03:54:30 brian Push data.dup down into the formatter, so that well-behaved formatters may …
(edit) @1261 [1261] 02/04/08 03:29:03 brian require 'fastercsv' only when the Formatter::CSV is instantiated, not …
(edit) @1260 [1260] 02/04/08 03:27:22 brian require 'fastercsv' only when the Formatter::CSV is instantiated, not …
(edit) @1259 [1259] 02/04/08 02:41:20 brian Name the arguments to render() and build()
(edit) @1258 [1258] 02/04/08 02:22:11 brian Slight simplification: @renderer now stores the actual class object …
(edit) @1257 [1257] 02/03/08 18:59:49 sandal Ryan's pivot code. #380
(edit) @1256 [1256] 02/02/08 13:21:50 sandal More enhancements to speed thanks to Brian
(edit) @1255 [1255] 02/02/08 13:00:55 sandal #377 much faster CSV output
(edit) @1254 [1254] 02/02/08 12:49:39 sandal Fix for #378, thanks Ryan
(edit) @1253 [1253] 02/02/08 12:28:23 sandal #379 : test helpers load path fix
(edit) @1252 [1252] 02/02/08 12:25:02 sandal Fix for #375, Text formatter now much faster thanks to Brian
(edit) @1251 [1251] 02/02/08 12:21:25 sandal Fix for #375, Text formatter now much faster thanks to Brian
(edit) @1250 [1250] 01/19/08 22:46:24 sandal Fixed example, thanks dreftymac
(edit) @1249 [1249] 01/15/08 21:45:54 mikem836 book announce
(edit) @1248 [1248] 01/08/08 21:34:37 mikem836 update aar version
(edit) @1247 [1247] 01/08/08 21:16:36 mikem836 update version number
(edit) @1246 [1246] 01/04/08 14:08:27 sandal Removing some extraneous comments
(edit) @1245 [1245] 01/02/08 03:06:11 sandal Multiple changes to book site
(edit) @1244 [1244] 01/02/08 02:49:12 sandal Example update
(edit) @1243 [1243] 01/02/08 02:47:52 sandal Example update
(edit) @1242 [1242] 01/02/08 02:42:28 sandal Ruport 1.4 news update
(edit) @1241 [1241] 12/25/07 16:21:59 sandal blah
(edit) @1240 [1240] 12/25/07 16:19:55 sandal Another notch in the Ruport Belt
(edit) @1239 [1239] 12/25/07 13:12:19 sandal 1.4 release, yay
(edit) @1238 [1238] 12/25/07 12:44:00 sandal Updating versions
(edit) @1237 [1237] 12/25/07 12:40:46 sandal 1.4 branch raised
(edit) @1236 [1236] 12/25/07 12:19:20 sandal Minor last minute fixes for 1.4
(edit) @1235 [1235] 12/17/07 02:50:50 sandal Ruport 1.3.1231
(edit) @1234 [1234] 12/17/07 02:49:42 sandal trans-simple dep no longer needed
(edit) @1233 [1233] 12/17/07 02:48:27 sandal update version
(edit) @1232 [1232] 12/16/07 16:05:05 mikem836 aar :only option should allow use of symbols
(edit) @1231 [1231] 12/15/07 12:45:52 sandal Bye 1229
(edit) @1230 [1230] 12/15/07 12:31:03 sandal 1.3.1229
(edit) @1229 [1229] 12/15/07 11:33:04 sandal lock to PDF::Writer 1.1.7
(edit) @1228 [1228] 12/15/07 11:29:36 sandal remove special case for #367
(edit) @1227 [1227] 12/15/07 11:23:48 sandal Renderer::Hooks save_as method
(edit) @1226 [1226] 12/10/07 20:39:34 mikem836 template API change
(edit) @1225 [1225] 12/09/07 22:46:33 mikem836 default templates - fix for #371
(edit) @1224 [1224] 12/09/07 20:32:17 mikem836 remove opt_reader - fix for #372
(edit) @1223 [1223] 12/09/07 14:58:23 mikem836 formatter syntactic diabetes - fix for #363
(edit) @1222 [1222] 12/09/07 14:21:14 mikem836 doc fix
(edit) @1221 [1221] 12/09/07 13:37:44 mikem836 remove pdf grouping workaround - fix for #341
(edit) @1220 [1220] 12/06/07 21:51:18 mikem836 add pre-orders link to main page
(edit) @1219 [1219] 12/03/07 08:55:17 sandal Link
(edit) @1218 [1218] 11/25/07 15:53:02 sandal Mike, I'm a lazy bastard
(edit) @1217 [1217] 11/25/07 15:36:20 sandal Fix AAR
(edit) @1216 [1216] 11/24/07 18:59:15 mikem836 docs for run method
(edit) @1215 [1215] 11/24/07 18:57:31 mikem836 remove the Autorunner module
(edit) @1214 [1214] 11/24/07 17:15:48 sandal Record now can have attribute named id
(edit) @1213 [1213] 11/24/07 17:11:24 sandal Blarg
(edit) @1212 [1212] 11/24/07 17:09:46 sandal Hide some renderer options
(edit) @1211 [1211] 11/24/07 17:09:18 mikem836 make Renderer#build private
(edit) @1210 [1210] 11/24/07 17:04:09 mikem836 remove option from Renderer
Note: See TracRevisionLog for help on using the revision log.