Hi Matthias, Interesting - I think you're onto something.
When I use stuffit expander (I know, I'm lazy) to extract the files I get the *.1.rb and empty files created. When I use the command line (i.e. tar -xzvf...) the files are not created - but there are ._*.rb files created of what I presume are changed files (e.g. wiki_file.rb) - are these svn/cvs versioning files? I wonder if stuffit expander is getting confused somehow? Thanks, this seems to be the problem, though I've never had it with other tar.gz files I've downloaded before. Any ideas? Ed. On 17/04/07, Matthias Tarasiewicz <[EMAIL PROTECTED]> wrote: > ed, can it be your unzip-tool creates those *.1 files? i was now > testing the 0.11.pl1 package, both the ZIP and TGZ work fine for me, > without any of those .1 files... > > On 4/17/07, Ed Sweet <[EMAIL PROTECTED]> wrote: > > ok, so I removed all the empty files and renamed all the *.1.rb files > > to the correct file name. > > > > All seems to be working ok. > > > > Are the filenames in the 0.11p1 package broken somehow? Is it just me? > > > > Ed. > > > > On 17/04/07, Ed Sweet <[EMAIL PROTECTED]> wrote: > > > Thanks for your reply Matthias, answers in-line: > > > > > > > yes, indeed there are some people reading this list; i just cannot > > > > really tell what your problem is. > > > > > > sorry, I thought I'd given as much information as I had. > > > > > > > if you have mongrel installed, you might want to try to start instiki > > > > via mongrel, since some of your errors seem to be webrick related(?) > > > > > > Hmmm... I use webrick all the time for my other applications. Strange > > > insitki is the only thing that doesn't work with it! > > > > > > > another try for you: you might want to compile readline with > > > > ./configure --prefix=/usr/local > > > > > > I already have the readline libs (v5.1) in /usr/local. > > > > > > > > then compile ruby (maybe you might even want to try 1.8.6) with the > > > > following ./configure parameters: > > > > ./configure --prefix=/usr/local --enable-shared --enable-pthreads > > > > --enable-install-doc --without-tk --with-readline-dir=/usr/local > > > > make clean && make && make install && make install-doc > > > > then make sure you are calling the correct ruby-version by putting a > > > > export PATH="/usr/local/bin:/usr/local/sbin:$PATH" > > > > in your ~/.bash_history file. else you are maybe calling the old ruby > > > > (1.8.2) that comes with osx tiger. > > > > > > No, I'm definately calling ruby 1.8.5. I can see this when I start > > > WEBRick. But, I have updated my Ruby to 1.8.6 and compiled as you > > > wanted. > > > > > > > also the file application.1.rb sounds strange for me. did you find that > > > > in the 0.11.pl1 distribution? > > > > > > Yes, application.1.rb is in the controllers directory of 0.11.pl1. > > > > > > I'm still a bit confused as to why all the *.1.rb files are in the > > > distribution. Can you explain? Why are all the *.rb files empty and > > > the *.1.rb files containing all the code? > > > > > > So, I downloaded a brand new copy of 0.11p1 (just to be sure) > > > configured database.yml, removed /vendor/rails and ran booted up > > > Mongrel (1.0.1). > > > > > > I get the stack trace at the bottom of this mail in the production.log > > > when I try to access http://localhost:3000. > > > > > > Thanks, > > > > > > Ed. > > > > > > Expected > > > /Users/Ed/Documents/instiki-0.11.pl1/app/controllers/wiki_controller.rb > > > to define WikiController > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:249:in > > > `load_missing_constant' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:452:in > > > `const_missing' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:464:in > > > `const_missing' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/inflector.rb:250:in > > > `constantize' > > > /Users/Ed/.rubygems/gems/activesupport-1.4.1/lib/active_support/core_ext/string/inflections.rb:148:in > > > `constantize' > > > /Users/Ed/.rubygems/gems/actionpack-1.13.2/lib/action_controller/routing.rb:1284:in > > > `recognize' > > > /Users/Ed/.rubygems/gems/rails-1.2.2/lib/dispatcher.rb:40:in `dispatch' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in > > > `process' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in > > > `synchronize' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in > > > `process' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:618:in > > > `process_client' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:617:in > > > `process_client' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in > > > `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in > > > `each' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in > > > `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' > > > /Users/Ed/.rubygems/gems/mongrel-1.0.1/bin/mongrel_rails:243 > > > /Users/Ed/.rubygems/bin/mongrel_rails:18:in `load' > > > /Users/Ed/.rubygems/bin/mongrel_rails:18 > > > > > _______________________________________________ > > Instiki-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/instiki-users > _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
