public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/myobie/merb-core.git

myobie's merb-core Feed   feed

ezmobius committed to myobie/merb-core 3 months ago

151b0ea4caee07ef0b3a1ab5bb9ffca2ef218cbf

Merge branch 'master' of git@github.com:wycats/merb-core

ezmobius committed to myobie/merb-core 3 months ago

ff42997e2a50613d37c40012b4cec623c3cc2fd5

Added Merb::Worker. You can now add a block to be run in a separate thread

ivey committed to myobie/merb-core 7 months ago

39fa1cc46deac8dffa3806d971d6482700f54b9f

at long last, apply the frozen gems dir patch / thanks dcparker for championing this

ivey committed to myobie/merb-core 7 months ago

13ce57a8bcb9a546438bfda5c75af027471bccfe

better error handling on merb -k / thanks kevin

ivey committed to myobie/merb-core 7 months ago

7cb35edc4558a76659134a2529be6c9019937941

fixed bug causing cookie expiration to be set once at server start. now correctly calculate it when setting it. thanks vann

ivey committed to myobie/merb-core 7 months ago

53d421e26d5c93d8e68149361be8f737da94a8e6

don't escape cookie until we set it / thanks dbalmain

daikini committed to myobie/merb-core 7 months ago

26606523e303c1e977d824747b87889422c9e07c

Added support for merb -I option so that the init file can be specified on the command line.