root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1339 [1339] 01/29/08 14:04:14 jimfree..@gmail.com Added missing requires for successful spec completion when running 'rake …
(edit) @1338 [1338] 01/29/08 06:47:50 has.s..@gmail.com Fixes a bug in the haml templates where it's looking for _erbout
(edit) @1337 [1337] 01/28/08 21:15:53 iv..@gweezlebur.com update version to indicate that no additional 0.5 releases are expected. …
(edit) @1334 [1334] 01/28/08 15:14:15 iv..@gweezlebur.com changelog prep for 0.5.3
(edit) @1333 [1333] 01/28/08 14:40:15 iv..@gweezlebur.com catch permissions error when packaged as gem in a read only filesystem / …
(edit) @1332 [1332] 01/28/08 14:38:52 iv..@gweezlebur.com better (non-magic) model/controller loading for dependencies -- closes …
(edit) @1331 [1331] 01/28/08 14:31:15 iv..@gweezlebur.com Tweaks for cluster start/stop -- Closes #428 -- thanks nagash (this stuff …
(edit) @1330 [1330] 01/28/08 14:28:47 iv..@gweezlebur.com Doc patch for Assets and Abstract Controller. Closes #467 -- Thanks janne
(edit) @1329 [1329] 01/28/08 14:23:17 iv..@gweezlebur.com Fix stupid thinko w/ frozen script/merb (Closes #475) nice catch Steve
(edit) @1328 [1328] 01/28/08 11:52:57 jimfree..@gmail.com Generalized specs so they will pass regardless of hash ordering.
(edit) @1327 [1327] 01/27/08 15:14:33 e.@brainspl.at forgot to svn add cookie_spec.rb, closes #484
(edit) @1326 [1326] 01/26/08 21:38:05 jimfree..@gmail.com Added cookies.rb (was left out)
(edit) @1325 [1325] 01/26/08 16:52:40 e.@brainspl.at add Merb::Cookies class to manage cookies. Allows setting cookies via …
(edit) @1324 [1324] 01/25/08 20:55:38 has.s..@gmail.com Fixes an issue with :yields in the spec helpers where it was being passed …
(edit) @1323 [1323] 01/22/08 02:46:00 has.s..@gmail.com Removes reliance to rspecs mocking framework in get, post etc methods when …
(edit) @1321 [1321] 01/18/08 15:35:41 dudl..@misnomer.us Made the asset bundler check for an environment string, not a symbol.
(edit) @1320 [1320] 01/18/08 13:03:46 v..@exdolo.com allow for explicitly rendering an object, which might otherwise not be …
(edit) @1319 [1319] 01/18/08 06:42:14 has.s..@gmail.com Fixes a bug in the internal_server_error bug fix. Changes to use <%== …
(edit) @1318 [1318] 01/18/08 06:13:05 has.s..@gmail.com Fixes annoying bug in exception rendering for 500 internal_server_error. …
(edit) @1313 [1313] 01/16/08 03:00:10 has.s..@gmail.com Fixes the request helper to accept an option hash.
(edit) @1304 [1304] 01/14/08 12:19:10 iv..@gweezlebur.com post 0.5.2 changelog/version settings
(edit) @1301 [1301] 01/14/08 12:12:20 iv..@gweezlebur.com prep for 0.5.2
(edit) @1300 [1300] 01/14/08 09:38:36 iv..@gweezlebur.com HTML escape error string (Closes #445) Thanks cvonkleist
(edit) @1299 [1299] 01/14/08 09:32:49 iv..@gweezlebur.com script/merb in a frozen app should load boot.rb to get the frozen app dir
(edit) @1298 [1298] 01/14/08 06:47:48 iv..@gweezlebur.com Make Merb.load_paths modifiable
(edit) @1297 [1297] 01/14/08 03:49:08 has.s..@gmail.com remove some comments
(edit) @1296 [1296] 01/14/08 03:46:45 has.s..@gmail.com Reverts behaviour of the request test helper method to previous behaviour, …
(edit) @1295 [1295] 01/13/08 20:57:03 sethrasmuss..@gmail.com remove unfinished comment about throw_content [brent@simplesis.com], …
(edit) @1293 [1293] 01/12/08 22:39:52 sethrasmuss..@gmail.com require_fixtures helper; make some tests run standalone; anything using …
(edit) @1291 [1291] 01/12/08 20:11:36 sethrasmuss..@gmail.com snag tag() from merb_helpers and give it some steroids.. maybe all the tag …
(edit) @1290 [1290] 01/12/08 17:15:58 sethrasmuss..@gmail.com merb_init requires env specific config with .rb, closes #444
(edit) @1289 [1289] 01/12/08 14:30:24 has.s..@gmail.com Remove reference to the Multipart::TestHelper? from the generators …
(edit) @1288 [1288] 01/12/08 06:23:10 has.s..@gmail.com Make exception controllers available to the specs by putting it in the …
(edit) @1287 [1287] 01/12/08 04:06:00 has.s..@gmail.com Fix a typo in the BeMissing? controller rSpec matcher.
(edit) @1286 [1286] 01/12/08 00:52:49 has.s..@gmail.com Adds allows for the get, post, put, and delete helpers to yield the …
(edit) @1285 [1285] 01/11/08 22:43:57 has.s..@gmail.com Adds some helper methods for multipart testing. Most notably …
(edit) @1284 [1284] 01/11/08 19:20:48 iv..@gweezlebur.com fix format_extension / Closes #437 / Thanks chris
(edit) @1283 [1283] 01/11/08 19:06:36 iv..@gweezlebur.com Add 301 support to redirect() | Closes #442 | Thanks viktors.rotanovs
(edit) @1274 [1274] 01/10/08 15:26:52 e.@brainspl.at fix version number for git
(edit) @1273 [1273] 01/10/08 15:16:52 e.@brainspl.at bump version ot 0.5.1 in prep for release
(edit) @1271 [1271] 01/10/08 13:57:09 in..@loobmedia.com Merb.environment is currectly set before dependencies are loaded - ORM …
(edit) @1269 [1269] 01/10/08 13:41:15 sethrasmuss..@gmail.com clarify intent when loading env specific config in merb_init
(edit) @1268 [1268] 01/10/08 13:22:49 in..@loobmedia.com fixed some issues related to Rake tasks and Merb.environment (MERB_ENV)
(edit) @1267 [1267] 01/10/08 12:32:56 in..@loobmedia.com fixed last issue regarding MERB_ENV - still not loading the right …
(edit) @1266 [1266] 01/10/08 12:30:35 in..@loobmedia.com fixed Rake related MERB_ENV
(edit) @1265 [1265] 01/10/08 10:22:25 wyca..@gmail.com whoops; inline partials really work
(edit) @1264 [1264] 01/10/08 10:19:43 wyca..@gmail.com Inline Partial works better
(edit) @1263 [1263] 01/10/08 10:12:24 sethrasmuss..@gmail.com rake:clean needs to leave log alone then
(edit) @1262 [1262] 01/10/08 10:07:47 sethrasmuss..@gmail.com add empty log dir with ignore set for all contents, closes #434
(edit) @1260 [1260] 01/10/08 09:29:04 in..@loobmedia.com put json library loading into BootLoader? (after Sass plugin) - now it …
(edit) @1259 [1259] 01/10/08 07:52:26 iv..@gweezlebur.com Fix autoloader (Closes #433) Thanks siebertm
(edit) @1256 [1256] 01/09/08 21:38:43 e.@brainspl.at last monute fix for generators
(edit) @1255 [1255] 01/09/08 21:03:01 e.@brainspl.at Hash#method_missing by by
(edit) @1254 [1254] 01/09/08 21:01:10 e.@brainspl.at fix render specs run in isolation
(edit) @1253 [1253] 01/09/08 20:23:52 sethrasmuss..@gmail.com cleanup and doc autotest file
(edit) @1252 [1252] 01/09/08 20:21:06 e.@brainspl.at move glabalhelper stub to BootLoader?
(edit) @1250 [1250] 01/09/08 19:29:44 sethrasmuss..@gmail.com tweak BootLoader?.load_inline_helpers for higher maintainability
(edit) @1249 [1249] 01/09/08 19:06:19 wayneesegu..@gmail.com Fixed two space before method call typos. Fixes #427. Thanks daniel …
(edit) @1239 [1239] 01/09/08 15:14:13 e.@brainspl.at missed merb.rake
(edit) @1238 [1238] 01/09/08 14:58:12 e.@brainspl.at make sure pid file is properly written
(edit) @1237 [1237] 01/09/08 14:32:59 e.@brainspl.at a few stray Merb::Loggers that needed to be Merb.logger
(edit) @1235 [1235] 01/09/08 14:13:16 e.@brainspl.at forgot to check in new generator changes to be up to date wiht server.rb …
(edit) @1234 [1234] 01/09/08 14:10:07 e.@brainspl.at make sure merb -k all works again
(edit) @1229 [1229] 01/09/08 11:51:07 e.@brainspl.at one more fix
(edit) @1228 [1228] 01/09/08 11:45:24 e.@brainspl.at checking in server.rb refactor, split into config.rb boot_loader.rb, …
(edit) @1226 [1226] 01/09/08 10:04:41 wyca..@gmail.com Fixes explicit :format in partial being ignored
(edit) @1225 [1225] 01/09/08 09:56:31 v..@exdolo.com only set :environment there if MERB_ENV is present, to prevent it …
(edit) @1224 [1224] 01/09/08 09:56:09 iv..@gweezlebur.com Don't require haml
(edit) @1222 [1222] 01/08/08 23:50:09 sethrasmuss..@gmail.com version reads svn rev from file in gem form without blowing up
(edit) @1221 [1221] 01/08/08 23:39:20 sethrasmuss..@gmail.com dead spec
(edit) @1220 [1220] 01/08/08 22:31:03 e.@brainspl.at Custom member and collection resource routes should accept a format file …
(edit) @1219 [1219] 01/08/08 22:24:19 e.@brainspl.at missed an svn add, woops
(edit) @1218 [1218] 01/08/08 20:07:44 sethrasmuss..@gmail.com fallback on version fix
(edit) @1217 [1217] 01/08/08 20:00:01 sethrasmuss..@gmail.com fix Merb.svn_revision_from_file and remove silly spec
(edit) @1216 [1216] 01/08/08 19:54:13 v..@exdolo.com - fix require paths for upload_progress and drb_server, so DRB works - add …
(edit) @1215 [1215] 01/08/08 19:50:39 e.@brainspl.at add support for generators for PartControllers? closes #416
(edit) @1213 [1213] 01/08/08 19:27:33 wyca..@gmail.com Fixes at_exit temporarily
(edit) @1212 [1212] 01/08/08 19:16:57 e.@brainspl.at removed form_control_mixin, it's gone don't mourn it's passing, use …
(edit) @1211 [1211] 01/08/08 18:15:38 wyca..@gmail.com Requires HAML 1.8 for inlining
(edit) @1209 [1209] 01/08/08 17:52:49 wyca..@gmail.com removes warning
(edit) @1208 [1208] 01/08/08 17:47:13 wyca..@gmail.com Fix inline partial and server.rb
(edit) @1207 [1207] 01/08/08 17:29:12 e.@brainspl.at make rake install not require a remote gem connections, closes #421
(edit) @1206 [1206] 01/08/08 17:27:08 e.@brainspl.at small refactoring. you ca˜no longer use .herb .jer or .xerb or rhtml …
(edit) @1198 [1198] 01/08/08 06:46:05 wayneesegu..@gmail.com Cleaned up Rakefile format.
(edit) @1197 [1197] 01/08/08 02:40:08 sethrasmuss..@gmail.com maybe helpful failure message on fancy spec task
(edit) @1196 [1196] 01/08/08 02:35:45 sethrasmuss..@gmail.com split up core_ext specs into multiple files, clean up Hash ext and fix …
(edit) @1195 [1195] 01/08/08 02:34:41 sethrasmuss..@gmail.com support rake spec:* for files in nested spec dirs, other misc Rakefile …
(edit) @1191 [1191] 01/06/08 23:06:36 wyca..@gmail.com Fixes some test stuff to be simpler; fixes HAML locals to delete the …
(edit) @1190 [1190] 01/06/08 22:10:20 wyca..@gmail.com Fix to fake_request so its params are Mashes like real requests
(edit) @1189 [1189] 01/06/08 16:20:56 sethrasmuss..@gmail.com upload_handler logs info about failed requests instead of puts-ing
(edit) @1188 [1188] 01/06/08 15:44:21 e.@brainspl.at fix doc bug form url() closes #396 [merb@taylorw.com]
(edit) @1185 [1185] 01/06/08 15:31:30 e.@brainspl.at add support for ruby-debug via merb -D or merb --debugger and adding a …
(edit) @1184 [1184] 01/06/08 15:06:18 e.@brainspl.at add specs for Hash core_ext, fix up symbolize_keys! (do we even need this …
(edit) @1183 [1183] 01/06/08 14:56:52 wyca..@gmail.com Removed flaky test
(edit) @1182 [1182] 01/06/08 12:10:22 wyca..@gmail.com Fixes a bug with inline_partial
(edit) @1180 [1180] 01/06/08 03:26:38 wyca..@gmail.com Removes fixtures and mock our way out of the dependencies spec
(edit) @1179 [1179] 01/06/08 03:13:26 has.s..@gmail.com Adds filebased SVN_REVISION for the repo. Thanx sethrasmussen@gmail.com. …
(edit) @1177 [1177] 01/06/08 00:23:13 wyca..@gmail.com Adds haml:compile_sass rake task
(edit) @1176 [1176] 01/06/08 00:08:26 wyca..@gmail.com HAML inlining if trunk HAML is installed
(edit) @1175 [1175] 01/05/08 19:55:07 e.@brainspl.at update routes to use .namespace, closes #405 [sethrasmussen@gmail.com]
Note: See TracRevisionLog for help on using the revision log.