public
Description: Merb More: The Full Stack. Take what you need; leave what you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-more.git
Search Repo:
fix rack.rb
ezmobius (author)
Tue May 13 18:19:14 -0700 2008
commit  0c825f720f8e153432aae88acc4205702effacfe
tree    0151892085a58bf18482962427c23c751d620805
parent  974e92e5bc5f0cbd6f9eca091ede16e7116f281c
...
9
10
11
12
 
...
9
10
11
 
12
0
@@ -9,5 +9,5 @@
0
 use Merb::Rack::Static, Merb.dir_for(:public)
0
 
0
 # this is our main merb application
0
-run Merb::Rack::MerbApplication.new
0
+run Merb::Rack::Application.new

Comments

  • myobie Wed May 14 06:09:14 -0700 2008

    We might need a rake task that regenerates the config files, as changes like this break all existing merb apps that upgrade their gems. I am getting a bit tired of merb-gen app test and then copying over the new config options ;)