root/trunk/app_generators


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @1300 [1300] 01/14/08 09:38:36 iv..@gweezlebur.com HTML escape error string (Closes #445) Thanks cvonkleist
(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) @1285 [1285] 01/11/08 22:43:57 has.s..@gmail.com Adds some helper methods for multipart testing. Most notably …
(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) @1260 [1260] 01/10/08 09:29:04 in..@loobmedia.com put json library loading into BootLoader? (after Sass plugin) - now it …
(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) @1228 [1228] 01/09/08 11:45:24 e.@brainspl.at checking in server.rb refactor, split into config.rb boot_loader.rb, …
(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) @1213 [1213] 01/08/08 19:27:33 wyca..@gmail.com Fixes at_exit temporarily
(edit) @1177 [1177] 01/06/08 00:23:13 wyca..@gmail.com Adds haml:compile_sass rake task
(edit) @1167 [1167] 01/05/08 05:10:00 has.s..@gmail.com Changes the generators to only load merb and the apps dependnecies when …
(edit) @1164 [1164] 01/04/08 10:15:40 v..@exdolo.com core_ext/string is not loaded at this point, and there for the String#/ …
(edit) @1158 [1158] 01/03/08 12:46:58 wyca..@gmail.com Whoops... MERB_ROOT is not yet available at the top of Rakefile
(edit) @1149 [1149] 01/02/08 22:46:29 wyca..@gmail.com Closes #371; can run rake tasks without rspec installed system-wide
(edit) @1136 [1136] 12/28/07 21:18:32 coda.ha..@gmail.com Added asset bundling for Javascript and stylesheet files with the :bundle …
(edit) @1124 [1124] 12/18/07 17:43:48 drnicwillia..@gmail.com merb_plugin includes rubigen scripts for generated gems
(edit) @1087 [1087] 12/13/07 03:11:04 in..@loobmedia.com config/merb.yml is now correctly loaded from Rake and test environment - …
(edit) @1077 [1077] 12/10/07 05:53:15 has.s..@gmail.com Seperates spec helpers into the Merb::Test namespace to prevent spec …
(edit) @1044 [1044] 11/24/07 14:47:17 e.@brainspl.at add environment specific merb.yml files that can overide whats in the …
(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) @1023 [1023] 11/18/07 05:51:10 in..@loobmedia.com added seperate spec tasks for models and controllers
(edit) @998 [998] 11/14/07 20:26:07 iv..@gweezlebur.com fix typo / closes #281
(edit) @991 [991] 11/13/07 14:11:32 wyca..@gmail.com Reloading stuff as well as fixes to faster partials
(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) @932 [932] 11/10/07 20:02:31 iv..@gweezlebur.com Make generated apps' spec_helper define MERB_ENV to test
(edit) @917 [917] 11/09/07 04:44:51 has.s..@gmail.com Patch for more semantic XHTML header in default generated layout. Thanx …
(edit) @910 [910] 11/08/07 11:44:28 jimfree..@gmail.com updated dependency name to current gem name
(edit) @909 [909] 11/08/07 09:13:46 wyca..@gmail.com Fixes parts and smooths out merb generator a bit
(edit) @897 [897] 11/07/07 11:26:48 dudl..@misnomer.us Make generated Rakefile use config/boot.rb
(edit) @875 [875] 11/06/07 15:49:26 iv..@gweezlebur.com Use merb_activerecord instead of merb_active_record, same for DM
(edit) @870 [870] 11/06/07 14:59:43 wyca..@gmail.com Fixes script/destroy
(edit) @861 [861] 11/06/07 04:28:26 has.s..@gmail.com Adds resource_controller to the :merb_default generator scope
(edit) @860 [860] 11/05/07 23:32:19 iv..@gweezlebur.com Plugin generator depends on 0.4
(edit) @855 [855] 11/05/07 22:46:02 iv..@gweezlebur.com fix bug in use_orm, and update dependencies.rb template
(edit) @853 [853] 11/05/07 22:33:04 iv..@gweezlebur.com Added use_orm and use_test helpers to manage GENERATOR_SCOPE (and …
(edit) @833 [833] 11/03/07 21:20:54 wyca..@gmail.com Better exceptions
(edit) @831 [831] 11/03/07 20:58:22 iv..@gweezlebur.com change the example dependencies
(edit) @827 [827] 11/03/07 18:07:55 e.@brainspl.at forgot to add boot.rb
(edit) @826 [826] 11/03/07 07:20:04 e.@brainspl.at added boot.rb and normalized so framework is loaded properly for testing …
(edit) @824 [824] 11/02/07 23:09:30 has.s..@gmail.com Preparation for new generator setup
(edit) @819 [819] 11/02/07 22:11:08 e.@brainspl.at fix default internalservererror template to work on windows, closes #217
(edit) @814 [814] 11/02/07 21:42:05 e.@brainspl.at add autotest options, closes #257
(edit) @804 [804] 10/31/07 00:53:28 has.s..@gmail.com Adds a test_unit helper for running tests.
(edit) @800 [800] 10/30/07 21:47:52 iv..@gweezlebur.com Tell spec_helper about the framework/ frozen copy if it is there (Closes …
(edit) @778 [778] 10/27/07 14:53:19 iv..@gweezlebur.com add a default 406 information page, and make 404/406 render html by …
(edit) @773 [773] 10/27/07 07:09:16 iv..@gweezlebur.com name spec dir to spec, not specs, in generated plugins, so autotest works …
(edit) @748 [748] 10/14/07 19:44:11 wyca..@gmail.com Adds rake install to all new gem plugins
(edit) @744 [744] 10/12/07 13:16:50 bo..@topfunky.com Fixed typo in comment
(edit) @727 [727] 10/07/07 17:38:58 e.@brainspl.at change @controller._template to @controller.template, fixed merb.yml so it …
(edit) @726 [726] 10/07/07 16:23:08 jt..@rubynow.com added data mapper option in dependencies.rb
(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) @718 [718] 10/05/07 21:49:48 iv..@gweezlebur.com Add assert_elements-based Hpricot selector and Rspec matcher After a call …
(edit) @715 [715] 10/04/07 05:46:11 has.s..@gmail.com Added a specs rake task for merb apps.
(edit) @707 [707] 10/02/07 09:01:35 iv..@gweezlebur.com require merb in script/generate
(edit) @706 [706] 10/02/07 08:46:20 iv..@gweezlebur.com controller rspec generator
(edit) @702 [702] 10/02/07 04:57:57 has.s..@gmail.com Changed out the string method '/' in script/generate. The core extensions …
(edit) @694 [694] 09/28/07 13:18:23 iv..@gweezlebur.com remove new_migration from merb trunk and move to merb_active_record
(edit) @692 [692] 09/25/07 14:38:16 e.@brainspl.at make upload handler more flexible, move config into merb.yml, closes #208
(edit) @682 [682] 09/24/07 07:50:16 r.@tinyclouds.org Rename verbosely named spec files
(edit) @677 [677] 09/22/07 09:21:10 iv..@gweezlebur.com remove schema/ from generated apps. a default Merb app should be DB free …
(edit) @675 [675] 09/22/07 08:48:34 iv..@gweezlebur.com Apply merb part of patch to move migration tasks out of merb itself (refs …
(edit) @673 [673] 09/22/07 08:38:40 iv..@gweezlebur.com Add our own script/generate and script/destroy so we can tell them about …
(edit) @671 [671] 09/22/07 08:12:50 iv..@gweezlebur.com Merb will now add gems/ to the Gem Search Path, instead of deps/ ... and …
(edit) @670 [670] 09/22/07 07:51:31 iv..@gweezlebur.com remove extraneous templates from merb_plugin generator
(edit) @660 [660] 09/20/07 16:46:08 e.@brainspl.at fix DEFAULT_ERROR_TEMPLATE constant to work with frozen svn, closes #202
(edit) @655 [655] 09/19/07 18:04:07 wyca..@gmail.com Adds some plugin stuff
(edit) @650 [650] 09/18/07 18:40:02 e.@brainspl.at fixed memory sessions. closes #182
(edit) @645 [645] 09/17/07 07:26:57 bo..@topfunky.com Fixed misspelled mem_cache option for MemCache? sessions Fixed misspelled …
(edit) @642 [642] 09/16/07 12:59:14 e.@brainspl.at reversing changeset 641. please leave the spec dir as spec/
(edit) @641 [641] 09/16/07 03:03:03 jon.egil.stra..@gmail.com DRY'ing up application root to only one test-dir
(edit) @640 [640] 09/15/07 12:57:56 e.@brainspl.at applying patch for controller exceptions to reroute to an exceptions …
(edit) @637 [637] 09/12/07 22:42:32 iv..@gweezlebur.com first draft merb.fcgi
(edit) @633 [633] 09/12/07 04:44:12 in..@loobmedia.com Rakefile now takes MERB_ENV into account
(edit) @632 [632] 09/12/07 03:33:51 in..@loobmedia.com fixed bug where MERB_ENV constant couldn't be set before merb initializes; …
(edit) @631 [631] 09/11/07 12:44:30 iv..@gweezlebur.com set MERB_ENV=testing in spec_helper
(edit) @628 [628] 09/10/07 23:13:55 iv..@gweezlebur.com beginning of a spec helper, extracted from merki
(edit) @618 [618] 09/10/07 20:57:00 bo..@topfunky.com Updated mem_cache session comments to match new config syntax
(edit) @607 [607] 09/10/07 17:57:39 e.@brainspl.at apply patch to cleanup exception handling layouts, closes #173
(edit) @591 [591] 09/09/07 11:57:28 e.@brainspl.at add random secret key to merb.yml for since cookie store is now the …
(edit) @589 [589] 09/09/07 09:30:14 duane.johns..@gmail.com Fixed typo
(edit) @585 [585] 09/09/07 02:45:07 in..@loobmedia.com when loading old-style plugins, add its /lib path to the LOAD_PATH
(edit) @576 [576] 09/08/07 20:10:26 duane.johns..@gmail.com Add a "after_app_loads" method to Server so that people can defer until …
(edit) @574 [574] 09/08/07 08:08:49 iv..@gweezlebur.com only pick up init.rb from deps/plugins/*/
(edit) @565 [565] 09/08/07 06:01:02 r.@tinyclouds.org Fixes a few errors from [564] - I didn't add the internal_server_error …
(edit) @564 [564] 09/07/07 16:40:11 r.@tinyclouds.org Moves the built in error erb template from exceptions.rb to …
(edit) @560 [560] 09/07/07 06:34:33 duane.johns..@gmail.com Properly defaults to memory session store when no db store available.
(edit) @558 [558] 09/06/07 21:56:34 iv..@gweezlebur.com pick up old-style / rails-style plugins at the bottom of dependencies.rb
(edit) @557 [557] 09/06/07 21:27:53 iv..@gweezlebur.com fix loading of plugin rakefiles
(edit) @556 [556] 09/06/07 21:22:58 iv..@gweezlebur.com generated plugins don't lose their merb_
(edit) @555 [555] 09/06/07 21:10:03 iv..@gweezlebur.com clear_paths so we can find our dependencies
(edit) @552 [552] 09/06/07 19:24:52 iv..@gweezlebur.com Add Plugin Generator: merb --generate-plugin merb-foobar
(edit) @551 [551] 09/06/07 19:23:30 iv..@gweezlebur.com drop database.yml from generator / add dependencies.rb
Note: See TracRevisionLog for help on using the revision log.