Hi All,<br><br>I&#39;ve come across the following problem with merb 0.5.3 (ruby 1.8.6 / Mac OS X Leopard).&nbsp; Basically, when I type &#39;merb&#39; or &#39;merb -i&#39; from within the app&#39;s root, It starts, compiles the routes and then exits.&nbsp; Any ideas???<br>
<br>This is a brand spanking new merb app:<br><br>josh@JDS-MacBook:~/Projects/schmerb$ merb<br>Merb started with these options:<br>--- <br>:exception_details: true<br>:host: <a href="http://0.0.0.0">0.0.0.0</a><br>:mongrel_x_sendfile: true<br>
:reloader: true<br>:reloader_time: 0.5<br>:cache_templates: false<br>:session_secret_key: /USERS/JOSH/PROJECTS/SCHMERB8520<br>:use_mutex: true<br>:merb_root: /Users/josh/Projects/schmerb<br>:session_id_cookie_only: true<br>
:port: &quot;4000&quot;<br>:query_string_whitelist: []<br><br>:environment: development<br><br>/usr/local/lib/ruby/gems/1.8/gems/merb-0.5.3/lib/merb/version.rb:45: warning: already initialized constant RELEASE<br>Started merb_init.rb ...<br>
Loading Application...<br>Compiling routes..<br>josh@JDS-MacBook:~/Projects/schmerb$ <br><br><br><br>