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

wycats's merb-core Feed   feed

scotch started watching merb-core about 4 hours ago
merb-core is at wycats/merb-core
darrylring started watching merb-core about 7 hours ago
merb-core is at wycats/merb-core
siong1987 forked merb-core about 10 hours ago
Forked repository is at siong1987/merb-core
michaelklishin edited a page in the merb-core wiki about 15 hours ago
namelessjon edited a page in the merb-core wiki about 15 hours ago
jackdempsey edited a page in the merb-core wiki 2 times, most recently about 15 hours ago
carmelyne started watching merb-core about 17 hours ago
merb-core is at wycats/merb-core
siong1987 started watching merb-core about 17 hours ago
merb-core is at wycats/merb-core
fabien committed to wycats/merb-core about 23 hours ago

76e836a01adbd665d9d3ce371b3317e0841d60b2

Merge branch 'master' into new-sessions

fabien committed to wycats/merb-core about 23 hours ago
fabien committed to wycats/merb-core about 23 hours ago

f01ebdb6d77e716f996dea7663b2f6aa346e424b

Added PUBLIC_CHANGELOG note on Language::English::Inflector => English::Inflect

fabien committed to wycats/merb-core 1 day ago

f5681c45eccdbbb44c225e1f0703f68b89440f23

Some more cleanup of session code

fabien committed to wycats/merb-core 1 day ago

c3001d799c0c678b34487d9a6beb871c29614ff5

Calculate session fingerprints from to_hash - not from SessionContainer directly

fabien committed to wycats/merb-core 1 day ago

94bec549742233ed96666ffc90fc549e26b0fe9a

Merge branch 'master' into new-sessions

fabien committed to wycats/merb-core 1 day ago

a59cf4cbaf958d5a1be95db57c31a54371e69daf

Consolidating raw Rakefile commands to merb-core/tasks/merb_rake_helper.rb

wycats edited a page in the merb-core wiki 1 day ago
carllerche edited a page in the merb-core wiki 1 day ago
wycats edited a page in the merb-core wiki 3 times, most recently 1 day ago
wycats created a page in the merb-core wiki 1 day ago
jackdempsey created a page in the merb-core wiki 1 day ago
bryansray committed to wycats/merb-core 1 day ago

7cf3c28e0bf88b5afc346bf032e47cc3c453c666

Ticket #461 - This simply adds output for what host and port the adapter has started on.

wildtangent started watching merb-core 1 day ago
merb-core is at wycats/merb-core
fabien committed to wycats/merb-core 1 day ago

dc1562a1337aef6f066c0f9ab83eb738e6896b9b

Added Merb::Session which allows app-level extension of request.session

fabien committed to wycats/merb-core 1 day ago

8fa8bf7c247d90fac4f625cb586314ca5dafe7b3

More Language::English::Inflect to English::Inflect changes - getting ready for Extlib move soon

fabien committed to wycats/merb-core 1 day ago

e3adeb0a025b34b1d25b4ba10f8e18ccfb4208f4

Language::English::Inflect => English::Inflect name changes

fabien committed to wycats/merb-core 1 day ago

e61e561acbbd9a1a4ea55675221f0d6d4e2b0c21

Removed repeated session expiry fallback

fabien committed to wycats/merb-core 1 day ago

63ee0dbae0b2eb82a99171ba847a944d70117dec

Set :session_id_key in BootLoader (related to previous csrf spec failures)

fabien committed to wycats/merb-core 1 day ago

b37b323c8f36cc6c02dd41c0cb6e22c9df5f4d91

Merge branch 'master' into new-sessions

seachanty started watching merb-core 2 days ago
merb-core is at wycats/merb-core
michaelklishin commented on wycats/merb-core 2 days ago
Comment in 966cf5e:

Both Conditional Get middleware and Csrf middleware are intentionally simplistic: they are so simple to hook up that for simple application cases it’s worth having. It is not even loaded until class is referenced. We’ll be adding modules to get you access to both request freshness predicates and CSRF token.
I think both of those belong to Merb::Request.