Displaying 2 results from an estimated 2 matches for "exception_details".
2008 Mar 16
0
Merb Init Problems
...asically, when I type ''merb'' or ''merb -i'' from within the
app''s root, It starts, compiles the routes and then exits. Any ideas???
This is a brand spanking new merb app:
josh at JDS-MacBook:~/Projects/schmerb$ merb
Merb started with these options:
---
:exception_details: true
:host: 0.0.0.0
:mongrel_x_sendfile: true
:reloader: true
:reloader_time: 0.5
:cache_templates: false
:session_secret_key: /USERS/JOSH/PROJECTS/SCHMERB8520
:use_mutex: true
:merb_root: /Users/josh/Projects/schmerb
:session_id_cookie_only: true
:port: "4000"
:query_string_whitelist: [...
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
...b which looks like
this:
class Observation < ActiveRecord::Base
belongs_to :feature
belongs_to :node
belongs_to :observation_type
end
4. I ran rake freeze_from_svn
5. I start merb using script/merb and stdout/stderr look like this:
$ script/merb
Merb started with these options:
---
:exception_details: true
:reloader: true
:session_secret_key: .6393
:mongrel_x_sendfile: true
:reloader_time: 0.5
:cache_templates: false
:merb_root: /home/francois/src/florian-opsdb/trunk/amara
:use_mutex: true
:host: 127.0.0.1
:session_id_cookie_only: true
:environment: development
:port: "4000"
:query_st...