Re: [Radiant] undefined method `=' for nil:NilClass when run rake

2010-03-13 Thread Huang Xi
It is exactly 1.9 compatible problem.
I have a similar issue with this:
http://www.ruby-forum.com/topic/168039
The variable rubygems_version is undefined on 1.9.

Thx again,
Huangxi

2010/3/12 Jim Gay j...@saturnflyer.com

 I'm not sure of your exact problem, but Radiant is not 1.9.1 ready yet

 On Fri, Mar 12, 2010 at 5:28 AM, Huang Xi huaihuaixiaos...@gmail.com
 wrote:
  hi all,
   rake aborted when I run `rake production db:bootstrap`.
  $rake production db:bootstrap --trace
  (in /home/huangxi/develop/my_project)
  rake aborted!
  undefined method `=' for nil:NilClass
  /home/huangxi/develop/my_project/config/boot.rb:138:in `load_rubygems'
  /home/huangxi/develop/my_project/config/boot.rb:100:in `load_initializer'
  /home/huangxi/develop/my_project/config/boot.rb:61:in `run'
  /home/huangxi/develop/my_project/config/boot.rb:19:in `boot!'
  /home/huangxi/develop/my_project/config/boot.rb:161:in `top (required)'
  /home/huangxi/develop/my_project/Rakefile:1:in `require'
  /home/huangxi/develop/my_project/Rakefile:1:in `top (required)'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `load'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in
  `raw_load_rakefile'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2017:in `block in
  load_rakefile'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
  `standard_exception_handling'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2016:in
 `load_rakefile'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2000:in `block in
 run'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
  `standard_exception_handling'
  /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  /usr/bin/rake:31:in `main'
 
  my system info:
  $gem -v
  1.3.6
  $gem list
 
  *** LOCAL GEMS ***
 
  actionmailer (2.3.5)
  actionpack (2.3.5)
  activerecord (2.3.5)
  activeresource (2.3.5)
  activesupport (2.3.5)
  jabber4r (0.8.0)
  rack (1.1.0)
  radiant-rc (0.9.0)
  rails (2.3.5)
  rake (0.8.7)
  RedCloth (4.2.3)
  rubygems-update (1.3.6)
 
  Thx,
  Huangxi



 --
 Jim Gay
 http://www.saturnflyer.com
 ___
 Radiant mailing list
 Post: Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
 Radiant: http://radiantcms.org
 Extensions: http://ext.radiantcms.org

___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


[Radiant] undefined method `=' for nil:NilClass when run rake

2010-03-12 Thread Huang Xi
hi all,
  rake aborted when I run `rake production db:bootstrap`.
$rake production db:bootstrap --trace
(in /home/huangxi/develop/my_project)
rake aborted!
undefined method `=' for nil:NilClass
/home/huangxi/develop/my_project/config/boot.rb:138:in `load_rubygems'
/home/huangxi/develop/my_project/config/boot.rb:100:in `load_initializer'
/home/huangxi/develop/my_project/config/boot.rb:61:in `run'
/home/huangxi/develop/my_project/config/boot.rb:19:in `boot!'
/home/huangxi/develop/my_project/config/boot.rb:161:in `top (required)'
/home/huangxi/develop/my_project/Rakefile:1:in `require'
/home/huangxi/develop/my_project/Rakefile:1:in `top (required)'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `load'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in
`raw_load_rakefile'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2017:in `block in
load_rakefile'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2000:in `block in run'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
`standard_exception_handling'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/usr/bin/rake:31:in `main'

my system info:
$gem -v
1.3.6
$gem list

*** LOCAL GEMS ***

actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
jabber4r (0.8.0)
rack (1.1.0)
radiant-rc (0.9.0)
rails (2.3.5)
rake (0.8.7)
RedCloth (4.2.3)
rubygems-update (1.3.6)

Thx,
Huangxi
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org


Re: [Radiant] undefined method `=' for nil:NilClass when run rake

2010-03-12 Thread Jim Gay
I'm not sure of your exact problem, but Radiant is not 1.9.1 ready yet

On Fri, Mar 12, 2010 at 5:28 AM, Huang Xi huaihuaixiaos...@gmail.com wrote:
 hi all,
      rake aborted when I run `rake production db:bootstrap`.
 $rake production db:bootstrap --trace
 (in /home/huangxi/develop/my_project)
 rake aborted!
 undefined method `=' for nil:NilClass
 /home/huangxi/develop/my_project/config/boot.rb:138:in `load_rubygems'
 /home/huangxi/develop/my_project/config/boot.rb:100:in `load_initializer'
 /home/huangxi/develop/my_project/config/boot.rb:61:in `run'
 /home/huangxi/develop/my_project/config/boot.rb:19:in `boot!'
 /home/huangxi/develop/my_project/config/boot.rb:161:in `top (required)'
 /home/huangxi/develop/my_project/Rakefile:1:in `require'
 /home/huangxi/develop/my_project/Rakefile:1:in `top (required)'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in `load'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2383:in
 `raw_load_rakefile'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2017:in `block in
 load_rakefile'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
 `standard_exception_handling'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2000:in `block in run'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:2068:in
 `standard_exception_handling'
 /usr/lib/ruby/gems/1.9.1/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
 /usr/bin/rake:31:in `main'

 my system info:
 $gem -v
 1.3.6
 $gem list

 *** LOCAL GEMS ***

 actionmailer (2.3.5)
 actionpack (2.3.5)
 activerecord (2.3.5)
 activeresource (2.3.5)
 activesupport (2.3.5)
 jabber4r (0.8.0)
 rack (1.1.0)
 radiant-rc (0.9.0)
 rails (2.3.5)
 rake (0.8.7)
 RedCloth (4.2.3)
 rubygems-update (1.3.6)

 Thx,
 Huangxi



-- 
Jim Gay
http://www.saturnflyer.com
___
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org