Merb cannot start with very-flat project
Reported by Jaroslaw Zabiello | March 19th, 2008 @ 04:25 PM
merb-gen myproj --very-flat
cd myproj
merb
Going into http://localhost:4000/ generate nasty Internal Server Error. The console displays exception: "undefined method 'match' for Merb::Router:Class - (NoMethodError)" Tested with edge, git version (All gems were pulled and installed just few hours ago).
Comments and changes to this ticket
-
Jonathan Younger (daikini) March 24th, 2008 @ 11:39 PM
Merb --very-flat projects generate a single .rb file and are started by passing the filename to the -I option like this:
merb -I myproj.rbNote that this is explained in the accompanying README.txt file as well:
merb-gen myproj --very-flat cd myproj cat README.txt Merb Very Flat ============== An example of a single file Merb application. Start with merb -I myproj.rb -
-
Ezra Zygmuntowicz March 25th, 2008 @ 01:09 AM
- → State changed from new to resolved
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
