root/trunk/Rakefile


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1330 [1330] 01/28/08 14:28:47 iv..@gweezlebur.com Doc patch for Assets and Abstract Controller. Closes #467 -- Thanks janne
(edit) @1263 [1263] 01/10/08 10:12:24 sethrasmuss..@gmail.com rake:clean needs to leave log alone then
(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) @1224 [1224] 01/09/08 09:56:09 iv..@gweezlebur.com Don't require haml
(edit) @1211 [1211] 01/08/08 18:15:38 wyca..@gmail.com Requires HAML 1.8 for inlining
(edit) @1207 [1207] 01/08/08 17:29:12 e.@brainspl.at make rake install not require a remote gem connections, closes #421
(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) @1195 [1195] 01/08/08 02:34:41 sethrasmuss..@gmail.com support rake spec:* for files in nested spec dirs, other misc Rakefile …
(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) @1155 [1155] 01/03/08 09:56:59 wayneesegu..@gmail.com rcov now ignores gems and specs directories.
(edit) @1128 [1128] 12/22/07 14:07:06 e.@brainspl.at fix url(:post, @post) where @post responds to :to_param. use to_param …
(edit) @1123 [1123] 12/17/07 13:15:50 e.@brainspl.at Rakefile cleanup closes #369 [sethrasmussen@gmail.com]
(edit) @1112 [1112] 12/14/07 20:08:12 e.@brainspl.at fix memry,cookie and memcached sessions to have an each method
(edit) @1101 [1101] 12/13/07 23:06:36 e.@brainspl.at fix rakefile cfor cygwin, closes #361 [robert.horvick@gmail.com]
(edit) @1084 [1084] 12/11/07 20:54:16 bo..@topfunky.com Use svn export instead of checkout upon merb:freeze_from_svn. Remove log …
(edit) @1043 [1043] 11/24/07 14:31:56 e.@brainspl.at add proper dependencies to built gem and readme
(edit) @1039 [1039] 11/23/07 14:07:06 e.@brainspl.at added config options for merb.yml :mongrel_x_sendfile that defaults to …
(edit) @1038 [1038] 11/23/07 13:08:05 e.@brainspl.at update readme docs. closes #328
(edit) @1001 [1001] 11/14/07 21:28:20 iv..@gweezlebur.com Make Rakefile a little more Windows friendly. Refs #290
(edit) @997 [997] 11/14/07 20:04:52 iv..@gweezlebur.com add version.rb that Rakefile and Merb apps can both use
(edit) @990 [990] 11/13/07 13:07:02 e.@brainspl.at vendor allison2.0 rdoc templates and fix rakefile
(edit) @985 [985] 11/12/07 20:05:33 iv..@gweezlebur.com Bump version number
(edit) @984 [984] 11/12/07 20:04:04 iv..@gweezlebur.com edits to the release task ... now supports Ezs tagline style: rake …
(edit) @974 [974] 11/12/07 15:06:54 iv..@gweezlebur.com Add a release task, update router note about default route, 0.4.1 …
(edit) @965 [965] 11/12/07 12:26:57 e.@brainspl.at add begin rescue aroudn action args setup and revert to non action args in …
(edit) @921 [921] 11/09/07 11:20:58 dudl..@misnomer.us Include the spec/ directory in the gemspec files
(edit) @887 [887] 11/06/07 17:23:00 e.@brainspl.at bump verion to 0.4.1
(edit) @854 [854] 11/05/07 22:39:47 has.s..@gmail.com Added a model generator to the merb_default scope
(edit) @835 [835] 11/03/07 22:03:05 e.@brainspl.at breaking shit
(edit) @830 [830] 11/03/07 20:57:42 e.@brainspl.at make rake install not build rdoc and ri for speed
(edit) @762 [762] 10/24/07 12:45:05 e.@brainspl.at Applying all dudleys patches to make merb work under jruby, fell back tp …
(edit) @757 [757] 10/20/07 13:06:21 iv..@gweezlebur.com Use jruby for running specs when on jruby / thanks dudley (Closes #233)
(edit) @720 [720] 10/07/07 00:10:04 has.s..@gmail.com Moved model_test generators into merb from merb_sequel plugin. The model …
(edit) @706 [706] 10/02/07 08:46:20 iv..@gweezlebur.com controller rspec generator
(edit) @684 [684] 09/24/07 08:59:09 iv..@gweezlebur.com finish rename
(edit) @682 [682] 09/24/07 07:50:16 r.@tinyclouds.org Rename verbosely named spec files
(edit) @611 [611] 09/10/07 20:30:48 iv..@gweezlebur.com rake clean should only wipe rdocs, not all of doc
(edit) @606 [606] 09/10/07 16:32:16 iv..@gweezlebur.com make rake docs know about the new webgen stuff
(edit) @598 [598] 09/09/07 21:30:15 iv..@gweezlebur.com Move generated rdocs to doc/rdoc, and add 2 files to doc/: Plugins guide …
(edit) @471 [471] 08/31/07 20:08:43 iv..@gweezlebur.com remove useless require from Rakefile
(edit) @442 [442] 08/29/07 21:25:37 iv..@gweezlebur.com Add plugin mgr specs / load all plugin Rake tasks / cleanup PluginManager?
(edit) @437 [437] 08/29/07 09:38:10 bo..@topfunky.com Documentation for using non-ERB template handlers such as Haml. Fixed …
(edit) @433 [433] 08/27/07 17:47:41 iv..@gweezlebur.com Remove test-related rake tasks / Closes #147
(edit) @432 [432] 08/27/07 17:26:22 iv..@gweezlebur.com Add a 'method_missing' style Rake task so you can run 'rake spec:dispatch' …
(edit) @431 [431] 08/27/07 17:24:39 iv..@gweezlebur.com Add autotest discovery thingy for Merb source, and adjust some specs to …
(edit) @429 [429] 08/26/07 22:29:41 duane.johns..@gmail.com Added flexible routes system. Closes ticket #131. [Duane Johnson]
(edit) @427 [427] 08/26/07 15:09:58 e.@brainspl.at applying patch to use rubigen for merb generators. Thanks drnic and thanks …
(edit) @411 [411] 08/12/07 20:44:12 rogelio.samo..@gmail.com - More references to the 'dist' are now removed. Closes #123
(edit) @403 [403] 08/08/07 13:12:21 jon.egil.stra..@gmail.com Colour specs in rake tasks
(edit) @398 [398] 08/07/07 19:15:19 e.@brainspl.at removed DIST_ROOT entirely. MERB_ROOT is all there is now. I feel better …
(edit) @395 [395] 08/07/07 17:14:00 e.@brainspl.at bump version number ot 0.3.8
(edit) @382 [382] 08/04/07 14:58:13 e.@brainspl.at updated controller exceptions so you don't need to preceed the exception …
(edit) @358 [358] 07/28/07 16:27:10 e.@brainspl.at add injecting spec, add rake specs_html for html rspect output.
(edit) @345 [345] 07/24/07 14:28:48 jon.egil.stra..@gmail.com Renaming in merb_router_spec.rb fixes superclass collission, and sorting …
(edit) @327 [327] 07/18/07 12:13:43 e.@brainspl.at replace xml-simple dependendcy with hpricot depends
(edit) @299 [299] 06/19/07 18:43:52 e.@brainspl.at bumping version number since this commit may break a few apps that use …
(edit) @294 [294] 06/18/07 14:39:31 bo..@topfunky.com Improved spec coverage for rendering methods Added coverage directory to …
(edit) @286 [286] 06/15/07 20:36:06 e.@brainspl.at lots of little refactors. protected and private methods are not callable …
(edit) @279 [279] 06/11/07 13:01:17 e.@brainspl.at a few session optimization, thanks for pushing me ara. session key …
(edit) @263 [263] 06/06/07 18:03:03 wyca..@gmail.com Initial draft of MailController?
(edit) @258 [258] 06/05/07 18:49:31 wyca..@gmail.com Test the original MerbMailer? class; test fragment caching; move skeleton …
(edit) @247 [247] 05/31/07 09:36:10 e.@brainspl.at --
(edit) @246 [246] 05/31/07 09:34:42 e.@brainspl.at fix bug in route generation so they dont get overwritten
(edit) @245 [245] 05/30/07 20:58:53 e.@brainspl.at added the ability to do render :partial => 'shared/foo, :locals => {:foo …
(edit) @241 [241] 05/26/07 17:46:30 e.@brainspl.at CHange to the way Routing classes are setup. In your dist/conf/router.rb …
(edit) @238 [238] 05/18/07 19:45:40 e.@brainspl.at merb now accepts xml posts and parses them into params
(edit) @234 [234] 05/10/07 19:02:44 e.@brainspl.at make @request.raw_post avaiable to controlers
(edit) @226 [226] 05/01/07 11:51:13 e.@brainspl.at Remove reference to fjson and just depend on the json gem directly, closes …
(edit) @225 [225] 04/30/07 15:04:05 e.@brainspl.at fixed shared repsonse headers problem. w00t. thanks to Bob, kastner and …
(edit) @208 [208] 04/06/07 16:30:37 e.@brainspl.at bump version to 0.3.0, add binmode to input in mime parsing
(edit) @201 [201] 03/18/07 20:42:36 e.@brainspl.at fix rake aok task to just call rake specs for now
(edit) @196 [196] 03/09/07 14:21:02 e.@brainspl.at add allison rdoc template for docs, yummy. Applied patch from Rogelio for …
(edit) @195 [195] 02/25/07 14:34:10 e.@brainspl.at fix up rendering slightly. fixed layout bug, thanks atmos. Haml templates …
(edit) @193 [193] 02/24/07 15:33:19 e.@brainspl.at Merged from template_ext branch. New rendering system with support for …
(edit) @184 [184] 02/08/07 22:38:20 e.@brainspl.at remove rake depends on rails code stats
(edit) @167 [167] 01/23/07 23:12:44 e.@brainspl.at Added feature for chunked encoding for streaming. Thanks to …
(edit) @158 [158] 01/19/07 13:50:49 e.@brainspl.at added sleeper thread to wake up database. new skeleton.tar
(edit) @152 [152] 01/15/07 17:03:42 e.@brainspl.at merb app generator now works. You must have archive-tar-minitar gem …
(copy) @135 [135] 01/05/07 13:14:23 e.@brainspl.at shuffled repository into merb/trunk merb/tags merb/branches. bear with me
copied from Rakefile:
(edit) @125 [125] 12/30/06 18:47:22 e.@brainspl.at bump merb to 0.0.9. reorganized Merb::Server to be completelty within the …
Note: See TracRevisionLog for help on using the revision log.