Displaying 2 results from an estimated 2 matches for "reloader_tim".
Did you mean:
reloader_time
2008 Mar 16
0
Merb Init Problems
...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: []
:environment: development
/usr/local/lib/ruby/gems/1.8/gems/merb-0.5.3/li...
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
...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_string_whitelist: []
Started merb_init.rb ...
Connecting to database...
Thu, 13 Dec 2007...