Abdulrazak-Alkl / activemessaging

Automatically exported from code.google.com/p/activemessaging
0 stars 0 forks source link

Does not work with latest rails (1.2.3) #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use ruby 1.8.5
2. gem update 
actionmailer (1.3.3)
actionpack (1.13.3)
actionwebservice (1.2.3)
activerecord (1.15.3)
activesupport (1.4.2)
rails (1.2.3)
3. script/console

What is the expected output? What do you see instead?
Expected: prompt

Instead:
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.
rb:263:in
`load_missing_constant':NameError: uninitialized constant
ActiveMessaging::Adapters::Base

What version of the product are you using? On what operating system?
r96

Please provide any additional information below.

cd vendor/plugins/activemessaging/lib
mv activemessaging active_messaging

fixes the problem

Original issue reported on code.google.com by ehetzner@gmail.com on 14 May 2007 at 7:40

GoogleCodeExporter commented 8 years ago
Make that:

ln -s activemessaging active_messaging

fixes the problem

Original comment by ehetzner@gmail.com on 14 May 2007 at 7:42

GoogleCodeExporter commented 8 years ago
very odd - I am running against edge and haven't seen this...

Original comment by kooks...@gmail.com on 14 May 2007 at 7:47

GoogleCodeExporter commented 8 years ago
tested this on my mac, I can't reproduce this.
What os are you running?

[15:04:39][akuklewicz][~/dev/activemessaging/a13g-test]> gem list | grep rails
rails (1.2.3, 1.2.2, 1.1.6, 0.13.1)
[15:04:52][akuklewicz][~/dev/activemessaging/a13g-test]> ruby -v
ruby 1.8.5 (2006-12-25 patchlevel 12) [i686-darwin8.8.1]
[15:05:05][akuklewicz][~/dev/activemessaging/a13g-test]> ./script/console 
Loading development environment.
Loading asqs
Loading base
Loading jms
Loading stomp
Loading test
Loading wmq
>> 

Original comment by kooks...@gmail.com on 21 Jun 2007 at 7:06

GoogleCodeExporter commented 8 years ago
Either I broke something, or the latest code works. Sorry.

Original comment by ehetzner@gmail.com on 6 Jul 2007 at 2:13

GoogleCodeExporter commented 8 years ago
on the basis of the comment above, marking as invalid

Original comment by kooks...@gmail.com on 6 Jul 2007 at 9:22