Re: [Radiant] setup_database error

2006-10-05 Thread Bodhi
On Oct 5, 2006, at 12:28 PM, [EMAIL PROTECTED] wrote: Hi, I'm having an installation problem with Radiant. snip Creating tables... -- drop_table(config) -- create_table(config, {:force=true}) FAILED /home/cybrary/source/ruby/lib/ruby/gems/1.8/gems/

Re: [Radiant] Problems with search_behavior

2006-10-05 Thread Giovanni Intini
I also thought that it's a problem with the server setup but I can't troubleshoot it. Site5 hasn't answered yet :(2006/10/5, Alexander Horn [EMAIL PROTECTED] : ./script/../config/../lib/inheritable_class_attributes.rb:51:in `inherited': undefined local variable or method `child' for

Re: [Radiant] Deploy Radiant via Modproxy

2006-10-05 Thread Sean Cribbs
Textdrive uses Apache+FCGI (FCGI and WEBrick don't go together). However, they usually recommend that you request a local port and run lighttpd instead because it's more stable. You could, however, run Mongrel as an alternative to FCGI with lighttpd, I just wouldn't let it serve static files like

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Hi, In response to Bodhi. Im running mysql Ver 14.7 Distrib 4.1.20, for redhat-linux-gnu (i686) using readline 4.3. I viewed the file /ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_recor d/connection_adapters/mysql_adapter.rb but I didn't see the version. How can I get its

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Carlos, Thanks for the info. I had already read that post elsewhere but It wasn't so detailed as the one you sent me. I'll be trying that out today on Fedora 3. I have a doubt though. What do the following lines mean? -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
I tried gem install mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql Whis is supposed to work on Fedora 3. Select which gem to install for your platform (i686-linux) 1. mysql 2.7.1 (mswin32) 2. mysql 2.7 (ruby) 3. mysql 2.6 (ruby) 4. mysql 2.5.1 (ruby) 5.

Re: [Radiant] Deploy Radiant via Modproxy

2006-10-05 Thread John W. Long
Todd Baur wrote: I do find mongrel_cluster was really easy to set up with Apache 2 and if anyone would like to see example configs I'd be happy to share mine. I'd like to see them. -- John Long http://wiseheartdesign.com ___ Radiant mailing list

Re: [Radiant] setup_database error

2006-10-05 Thread jlopez
Sorry for the spam. But my question would be, how can I know mysql's installation directory so to correctly set the gem install with mysql prefix. ? Jose. I tried gem install mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql Whis is supposed to work on Fedora

Re: [Radiant] Presentation PDF

2006-10-05 Thread Bryan
Nathan, That is a great presentation. I was fortunate enough to attend the live version. The demo of your modifications to Radiant was very interesting. I really liked the changes to the Backend administration with a site tree to select links and WYSIWYG page editing. It would be great to

Re: [Radiant] Presentation PDF

2006-10-05 Thread Alexander Horn
The demo of your modifications to Radiant was very interesting. I really liked the changes to the Backend administration with a site tree to select links and WYSIWYG page editing. If I would like to check out these modifications where would I have to go? On 10/5/06, Bryan [EMAIL PROTECTED]