Forum: Radiant CMS passenger nginx latest frozen rails tgz

Posted by Benedikt Eickhoff (bene)
on 2009-04-20 15:37
Hi !

Trying to install radiant0.7.1tgz on
Ubuntu
Passenger
Nginx

I get this:

rake production db:bootstrap --trace
(in /deploy/radiant)
rake aborted!
no such file to load -- spec/rake/spectask
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in
`new_constants_in'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
/deploy/radiant/vendor/plugins/spec_integration/tasks/integration.rake:7
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in
`load'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in
`load'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in
`new_constants_in'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in
`load'
/deploy/radiant/vendor/rails/railties/lib/tasks/rails.rb:7
/deploy/radiant/vendor/rails/railties/lib/tasks/rails.rb:7:in `each'
/deploy/radiant/vendor/rails/railties/lib/tasks/rails.rb:7
/deploy/radiant/Rakefile:7:in `require'
/deploy/radiant/Rakefile:7
/usr/lib/ruby/1.8/rake.rb:2149:in `load'
/usr/lib/ruby/1.8/rake.rb:2149:in `raw_load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1897:in `load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1896:in `load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1880:in `run'
/usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1878:in `run'
/usr/bin/rake:28


Any idea?

Thanx!
Posted by sir ziggles (ziggles)
on 2009-04-21 03:01
Hi Benedikt,

Just checking -- do you have rspec installed?

sudo gem install rspec
Posted by Benedikt Eickhoff (bene)
on 2009-04-21 05:08
Mm Zz wrote:
> Hi Benedikt,
> 
> Just checking -- do you have rspec installed?
> 
> sudo gem install rspec

Hi there,

thanx for noticing ! - no I didn't, but after installing rspec


Successfully installed rspec-1.2.4
1 gem installed
Installing ri documentation for rspec-1.2.4...
Installing RDoc documentation for rspec-1.2.4...
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc


I get this

***:/deploy/radiant# rake production db:bootstrap --trace
(in /deploy/radiant)
rake aborted!
no such file to load -- spec/rake/spectask
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in 
`gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in 
`require'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in 
`new_constants_in'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in 
`require'
/deploy/radiant/vendor/plugins/spec_integration/tasks/integration.rake:7
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in 
`load'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in 
`load'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in 
`new_constants_in'
/deploy/radiant/vendor/rails/activesupport/lib/active_support/dependencies.rb:503:in 
`load'
/deploy/radiant/vendor/rails/railties/lib/tasks/rails.rb:7
/deploy/radiant/vendor/rails/railties/lib/tasks/rails.rb:7:in `each'
/deploy/radiant/vendor/rails/railties/lib/tasks/rails.rb:7
/deploy/radiant/Rakefile:7:in `require'
/deploy/radiant/Rakefile:7
/usr/lib/ruby/1.8/rake.rb:2149:in `load'
/usr/lib/ruby/1.8/rake.rb:2149:in `raw_load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1897:in `load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1896:in `load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1880:in `run'
/usr/lib/ruby/1.8/rake.rb:1948:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1878:in `run'
Posted by sir ziggles (ziggles)
on 2009-04-21 05:37
Benedikt,

ok maybe someone else knows exactly whats going on :/

FYI when i do:
sudo gem list

I see that I've:
rspec-rails (1.2.2, 1.2.0)


You might want to try installing rspec-rails
sudo gem install rspec-rails


I'm not sure if that will fix it, but it's worth a shot.

Sorry i can't be of better help!
Posted by Benedikt Eickhoff (bene)
on 2009-04-21 06:01
Mm Zz wrote:
> Benedikt,
> 
> ok maybe someone else knows exactly whats going on :/
> 
> FYI when i do:
> sudo gem list
> 
> I see that I've:
> rspec-rails (1.2.2, 1.2.0)
> 
> 
> You might want to try installing rspec-rails
> sudo gem install rspec-rails
> 
> 
> I'm not sure if that will fix it, but it's worth a shot.
> 
> Sorry i can't be of better help!

Hi -

thank you anyway!

actionmailer (2.3.2)
actionpack (2.3.2)
activerecord (2.3.2)
activeresource (2.3.2)
activesupport (2.3.2)
fastthread (1.0.7)
passenger (2.2.1)
rack (0.9.1)
radiant (0.7.1)
rails (2.3.2)
rake (0.8.4)
rspec (1.2.4)
rspec-rails (1.2.4)
rubygems-update (1.3.2)
sqlite3-ruby (1.2.4)

That's what I'm running on ...

Bene
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.