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
Merge branch 'master' of git@github.com:wycats/merb-core

* 'master' of git@github.com:wycats/merb-core: (55 commits)
  Fix bug with :status
  Spec for :status in display
  display handles :status and :location
  Improved RDoc of Merb#load_dependencies.
  script/frozen-merb => merb-freezer in RDoc
  Adjusted logging message for thin sockets vs ports.
  Added socket option to thin.rb and to the command line options.
  send_file opens files in 'rb' binary mode so windows doesn't shit itself
  fix nginx_send_file
  Spec for previously applied patch to Behavior#defer_to.
  use Route#register in defer_to so that deferred routes get an index
  Make Autotest ignore doc/ as well.
  Ensure Autotest ignores changes in log directory.
  Add helpers directory to load path
  Modules don't get duped right.
  Redo Merb's inheritable_accessors so that they have correct semantics, then 
  redo everything that uses inheritable_accessors so they don't have to hack 
  around the bad semantics.
  Added spec for the route matcher testing regexp routes. [#386]
  Add Merb.started? alias for Merb.started reader.
  Add reader for @started flag which shows when Merb environment is started.
  Update memory session storage documentation.
  ...
ivey (author)
Tue Jul 08 14:31:33 -0700 2008
commit  c4844d90052a530aec0bd43a0fa4acdd5de47e47
tree    6e12b0aea1b6f534b6f76191cb7256587ca26c26
parent  49f4fb672d27f78b2cd9c3c900a4defb456ad9ea parent  b2f7884058e4c9c51e6713157fcd5b79f396798b

Comments