-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using RedAlert without RMQ #18
Comments
hey Kapso :) RedAlert was def written around the idea of being an RMQ Plugin. So that leaves you with 2 options.
|
Option (1) sounds more appealing, given I need to get a fix out soon, since BubbleWrap failed on me :( rubymotion-community/BubbleWrap#471 So this I am using ProMotion in this current project, so cant switch over to RMQ completely, I just want to use RedAlert. Thanks so much for your help! |
I'm surprised it didn't just include RMQ and work. The example app (in this repo) only has RMQ. ProMotion and RMQ should play nicely. Can I have you do a rake clean? Not sure how it wouldn't find RMQ in the first place, considering, you're right, it is a dependency of the gem. |
Just did a So our views are extending from |
I accidentally deleted your message (WOOPS!) I meant to delete mine. Anyhow, I found that including rmq in the gemfile works... not sure why you need to do that. It should be a dependency, but if you include RMQ in your gemfile it works fine. |
To be clear - promotion and rmq work marvelously together. And if you're going to do so, you really should be using redpotion. :) |
@GantMan yea that was the fix, and the input alert works like a charm. Thanks so much for your prompt help and for your work on RedAlert. @markrickert this is a legacy app, will be sunsetting soon, so just fixing the bugs for now :) |
Can I use this in a non-RMQ project? I get the following error in a non-RMQ project
undefined local variable or method
rmq
The text was updated successfully, but these errors were encountered: