Hi Bruno,

Thanks for the prompt response. Is there a way to run an old ruby like 1.8.7
without first uninstalling the previous one. Just like how the use of rails
_2.3.2_ .

Dextersmart.

On Tue, Dec 29, 2009 at 3:58 AM, Bruno Bornsztein <
[email protected]> wrote:

> Nope, CE is not compatible with Ruby 1.9.1 yet. You'll need to use 1.8.7
>
> Thanks,
> Bruno
>
> On Mon, Dec 28, 2009 at 8:41 PM, Dextersmart 
> <[email protected]>wrote:
>
>> dextersm...@dextersmart-laptop ~/Documents/www/rails_apps/pulltheloan
>> $ script/generate plugin_migration
>> /home/dextersmart/Documents/www/rails_apps/pulltheloan/vendor/plugins/
>> community_engine/lib/mime/types.rb:1531:in `<top (required)>':
>> undefined method `each' for #<String:0x9a843f8> (NoMethodError)
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:156:in `require'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:156:in `block in require'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:521:in `new_constants_in'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:156:in `require'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:8:in `block in require_with_desert'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:28:in `block in __each_matching_file'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:27:in `each'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:27:in `__each_matching_file'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:7:in `require_with_desert'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/aws-s3-0.6.2/lib/aws/s3/
>> extensions.rb:153:in `require_library_or_gem'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/aws-s3-0.6.2/lib/aws/s3.rb:
>> 13:in `<top (required)>'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:156:in `require'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:156:in `block in require'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:521:in `new_constants_in'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/
>> active_support/dependencies.rb:156:in `require'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:8:in `block in require_with_desert'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:28:in `block in __each_matching_file'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:27:in `each'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:27:in `__each_matching_file'
>>        from
>> /usr/local/lib/ruby/gems/1.9.1/gems/desert-0.5.3/lib/desert/ruby/
>> object.rb:7:in `require_with_desert'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/rails/
>> gem_dependency.rb:179:in `load'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/
>> initializer.rb:305:in `block in load_gems'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/
>> initializer.rb:305:in `each'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/
>> initializer.rb:305:in `load_gems'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/
>> initializer.rb:162:in `process'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/
>> initializer.rb:113:in `run'
>>        from /home/dextersmart/Documents/www/rails_apps/pulltheloan/config/
>> environment.rb:11:in `<top (required)>'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/commands/
>> generate.rb:1:in `require'
>>        from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.2/lib/commands/
>> generate.rb:1:in `<top (required)>'
>>        from script/generate:3:in `require'
>>        from script/generate:3:in `<main>'
>> dextersm...@dextersmart-laptop ~/Documents/www/rails_apps/pulltheloan
>> $
>>
>>
>>
>>
>> I used the
>> rails _2.3.2_ pulltheloan -d mysql -m
>> http://www.communityengine.org/install_template.rb
>>
>> to create my application and I am still getting the error above. All I
>> can see different is the /usr/local/lib/ruby/gems/1.9.1/ while others
>> --trace has /usr/local/lib/ruby/gems/1.8/.
>>
>> Is CommunityEngine compatible with /usr/local/lib/ruby/gems/1.9.1/ or
>> do I need to downgrade my gems. Or is there something I am missing?
>>
>> Thanks for the assistance so far.
>>
>> Dextersmart
>>
>> --
>>
>> You received this message because you are subscribed to the Google Groups
>> "CommunityEngine" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<communityengine%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/communityengine?hl=en.
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "CommunityEngine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<communityengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/communityengine?hl=en.
>

--

You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.


Reply via email to