Displaying 3 results from an estimated 3 matches for "timocracy".
Did you mean:
democracy
2008 Jan 03
3
Whats the merb equivilant of this?
Hey All
Quick question, what''s the merb equivalent of this:
ActionView::Base.new([template_root], assigns, self)
in merb? Ive found
Merb::Template::Erubis.transform(:file => ''/path/to/file'')
But I''ve no idea if thats the correct thing to be calling? It doesn''t
''feel'' right, so im not sure it is?
Thanks
Tim
2007 Jul 22
2
500 error while trying to run Camping on Dreamhost
I''ve tried setting up an Hello World app with Rails (no database), on a
Dreamhost account. I used the configuration I found here
http://www.mail-archive.com/camping-list at rubyforge.org/msg00114.html with
the proper paths. But I keep getting Internal Server Errors (500). On the
error.log I found this
[Sun Jul 22 15:32:07 2007] [error] [client 82.154.48.138] FastCGI: comm with
(dynamic)
2007 Feb 18
1
FastCGI without ScriptAlias
Hi,
I made some experiments with the sample blog application, my index.fcgi
file contains the following:
require ''camping/fastcgi''
Camping::Models::Base.establish_connection(
:adapter => ''sqlite3'',
:database => ''database/camping.db''
)
Camping::FastCGI.serve(''blog.rb'')
Without ScriptAlias the application works fine,