Thanks for the links, Mohit. I bookmarked that wiki -- it looks like a good source of info. Unfortunately, it wasn't the magic potion for me this time.
I've done a bit more playing around and trying to narrow down the candidates for failure. It can't be the database, any of the non-cgi config files, or ruby itself -- the app works from ./script/server. The cgi scripts all point to ruby correctly, and are identical to a working rails app. I really don't think my .gemrc or my .bash_profile are screwed up... both have correct directories for the gem path and home. Does Radiant have any gem dependencies (or other external dependencies)? What are they? Could one of those on my server be out of date? The fcgi gem is version 0.8.7 -- that's the latest one. ***Ooh, dropping into ./script/console throws an error: /home/ user_name/gems/gems/radiant-0.6.0/vendor/rails/activerecord/lib/../../ activesupport/lib/active_support/dependencies.rb:263:in `load_missing_constant':NameError: uninitialized constant ActionController::Assertions::ResponseAssertions Here's the (condensed) output of gem list, for what it's worth: > *** LOCAL GEMS *** > actionmailer (1.3.3, 1.1.5) > actionpack (1.13.3, 1.11.2) > actionwebservice (1.2.3) > activerecord (1.15.3, 1.13.2) > activesupport (1.4.2, 1.2.5) > archive-tar-minitar (0.5.1) > asciify (0.1.0) > aws-s3 (0.3.0) > Bloglines4R (0.1.0) > BlueCloth (1.0.0) > builder (2.1.1) > capistrano (1.4.1) > cmdparse (2.0.2) > diff-lcs (1.1.2) > fcgi (0.8.7) > feedtools (0.2.26) > ferret (0.11.4) > gnuplot (2.2) > hoe (1.2.0) > htmltools (1.10) > id3lib-ruby (0.5.0) > madeleine (0.7.3) > mime-types (1.15) > mysql (2.7) > needle (1.3.0) > net-sftp (1.1.0) > net-ssh (1.0.10) > PageTemplate (2.2.3) > ParseTree (1.7.0) > payment (1.0.1) > podcast (0.0.4) > radiant (0.6.0) > rails (1.2.3) > rake (0.7.3) > RedCloth (3.0.4) > rubyforge (0.4.1) > rubygems-update (0.9.2) > RubyInline (3.6.2) > rubyzip (0.9.1) > ruwiki (0.9.3) > s3-ruby (0.1.0) > salted_login_generator (1.1.1) > shipping (1.5.0) > sources (0.0.1) > syntax (1.0.0) > Technorati-Ruby (0.1.0) > tidy (1.1.2) > tzinfo (0.3.3) > uuidtools (1.0.0) > vim-ruby (2007.03.02) > vpim (0.360) > webgen (0.4.2) > wee (0.10.0) > xml-simple (1.0.11) Thanks again for your help! Matt On Apr 29, 2007, at 9:55 PM, Mohit Sindhwani wrote: > Hi Matt > > This doesn't directly answer your question, but I find the > RailsPlayground guides very useful whenever I deploy. (I use their > service as well as another one, and the guide basically applies to > both). > > This is the one about using Rails: > http://wiki.railsplayground.com/railsplayground/show/How+To+Use > +Rails+at+RailsPlayground > > and this is one about using FCGI: > http://wiki.railsplayground.com/railsplayground/show/How+To+use > +FastCGI > > Follow the 2 in sequence. > Hope this helps you. > Cheers > Mohit. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
