root/trunk/lib/merb.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1325 [1325] 01/26/08 16:52:40 e.@brainspl.at add Merb::Cookies class to manage cookies. Allows setting cookies via …
(edit) @1298 [1298] 01/14/08 06:47:48 iv..@gweezlebur.com Make Merb.load_paths modifiable
(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) @1260 [1260] 01/10/08 09:29:04 in..@loobmedia.com put json library loading into BootLoader? (after Sass plugin) - now it …
(edit) @1256 [1256] 01/09/08 21:38:43 e.@brainspl.at last monute fix for generators
(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) @1176 [1176] 01/06/08 00:08:26 wyca..@gmail.com HAML inlining if trunk HAML is installed
(edit) @1166 [1166] 01/04/08 15:52:43 wyca..@gmail.com Fine, drfreeze
(edit) @1165 [1165] 01/04/08 15:32:15 wyca..@gmail.com Adds lib to list of autoloaded directories
(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) @1087 [1087] 12/13/07 03:11:04 in..@loobmedia.com config/merb.yml is now correctly loaded from Rake and test environment - …
(edit) @1079 [1079] 12/11/07 05:09:01 has.s..@gmail.com Extracted url and other general methods out of ControllerMixin? into …
(edit) @1017 [1017] 11/17/07 13:10:18 e.@brainspl.at make sure action caching is properly loaded
(edit) @997 [997] 11/14/07 20:04:52 iv..@gweezlebur.com add version.rb that Rakefile and Merb apps can both use
(edit) @979 [979] 11/12/07 19:06:15 e.@brainspl.at better errors if EVENT or SWIFT is set but swiftiply was not installed
(edit) @887 [887] 11/06/07 17:23:00 e.@brainspl.at bump verion to 0.4.1
(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) @804 [804] 10/31/07 00:53:28 has.s..@gmail.com Adds a test_unit helper for running tests.
(edit) @802 [802] 10/30/07 22:21:54 iv..@gweezlebur.com Move merb_test.log to log/ (Closes #222)
(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) @712 [712] 10/02/07 21:38:04 e.@brainspl.at make the logger log to stdout when you run merb in the foreground
(edit) @711 [711] 10/02/07 21:36:45 e.@brainspl.at add a few missing http error classes
(edit) @661 [661] 09/20/07 18:05:12 e.@brainspl.at use correct VERSION constant, closes #201
(edit) @653 [653] 09/19/07 16:47:26 e.@brainspl.at switching to a buffered logger with only one flush at the end of each …
(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) @586 [586] 09/09/07 09:18:39 iv..@gweezlebur.com move Erubis::load_yaml_file to a separate file, and require it in …
(edit) @575 [575] 09/08/07 11:35:28 e.@brainspl.at First pass at Rack adapter for Merb. gem install rack and then start merb …
(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) @543 [543] 09/06/07 16:20:32 iv..@gweezlebur.com Merb::Plugins.config is a Hash
(edit) @538 [538] 09/06/07 15:37:20 iv..@gweezlebur.com forget Gems and PluginManager?
(edit) @525 [525] 09/05/07 19:28:31 duane.johns..@gmail.com Removed active record (sql_session) store. Fixed all Merb::Server.* …
(edit) @517 [517] 09/05/07 07:10:18 duane.johns..@gmail.com Auto-reloading of controllers, models, helpers, and routes in development …
(edit) @510 [510] 09/04/07 15:32:10 e.@brainspl.at add cookie session store to merb thanks _ry. closes #153
(edit) @490 [490] 09/03/07 17:20:52 wyca..@gmail.com Committing WebControllerMixin? and slight changes to mail
(edit) @473 [473] 08/31/07 20:21:42 iv..@gweezlebur.com The start of a new gem dependency system to ultimately (maybe?) supercede …
(edit) @472 [472] 08/31/07 20:16:54 e.@brainspl.at fix test.log to be pwd for windows support. thasnks ;luis closes #157
(edit) @423 [423] 08/25/07 21:08:59 e.@brainspl.at few minor updates
(edit) @412 [412] 08/13/07 16:25:53 e.@brainspl.at apply patch from has.sox for throw_content in a partial. closes #127
(edit) @410 [410] 08/10/07 05:55:50 rogelio.samo..@gmail.com - Applied patch to fix some leftover merb_ prefix bugs. Closes #119 - rake …
(edit) @402 [402] 08/08/07 12:52:44 e.@brainspl.at slight change to merb.rb
(edit) @401 [401] 08/07/07 20:43:16 e.@brainspl.at renamed all merb_'s out of the system. First pass at Kernel#autoload …
(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) @360 [360] 07/29/07 11:17:45 chr..@octopod.info Move Merb::MockRequest? to Merb::Test::FakeRequest? Move Multipart from …
(edit) @309 [309] 06/21/07 16:29:27 e.@brainspl.at adding database.yml and environment specific configs, closes #83 . session …
(edit) @305 [305] 06/20/07 19:54:50 e.@brainspl.at internalize some constants to the Merb namespace from the Mongrel::Const, …
(edit) @304 [304] 06/20/07 18:33:53 e.@brainspl.at fix up session containers to all conform, including session.delete and …
(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) @291 [291] 06/18/07 13:20:24 bo..@topfunky.com MemCacheSession? class Additions to merb.rb so you can do …
(edit) @286 [286] 06/15/07 20:36:06 e.@brainspl.at lots of little refactors. protected and private methods are not callable …
(edit) @281 [281] 06/11/07 14:24:46 e.@brainspl.at update rake tasks for migrations
(edit) @269 [269] 06/07/07 13:56:29 e.@brainspl.at checking in Rogelio's stuff for environemnts. FIrst check in of …
(edit) @247 [247] 05/31/07 09:36:10 e.@brainspl.at --
(edit) @245 [245] 05/30/07 20:58:53 e.@brainspl.at added the ability to do render :partial => 'shared/foo, :locals => {:foo …
(edit) @242 [242] 05/27/07 14:49:11 e.@brainspl.at convert all framework specs to use describe/it instead of context/specify. …
(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) @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) @224 [224] 04/28/07 18:31:43 e.@brainspl.at Another big performance boost, now hello world is at 720req/sec. Also …
(edit) @223 [223] 04/27/07 22:19:57 e.@brainspl.at Huge performance increase check in. refactoring class reloading to be a …
(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) @193 [193] 02/24/07 15:33:19 e.@brainspl.at Merged from template_ext branch. New rendering system with support for …
(edit) @169 [169] 01/24/07 21:17:16 e.@brainspl.at Merb just got RESTFULL. You can now use r.resource :posts in yoru router …
(edit) @167 [167] 01/23/07 23:12:44 e.@brainspl.at Added feature for chunked encoding for streaming. Thanks to …
(edit) @160 [160] 01/19/07 18:10:39 e.@brainspl.at added the ability to freeze merb into dist/framework so you can distribute …
(edit) @159 [159] 01/19/07 17:33:06 e.@brainspl.at update version string to 0.1.0
(edit) @157 [157] 01/19/07 13:46:16 e.@brainspl.at added sleeper thread to wake up database. new skeleton.tar
(edit) @156 [156] 01/16/07 20:51:57 e.@brainspl.at add sleeper loop to keep db connection a live
(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 lib/merb.rb:
(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.