-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Upgrade to rails 6 💎 #11
Conversation
- upgraded to rails 6 - fixes various issues
@@ -1,4 +1,3 @@ | |||
class Channel < ApplicationRecord | |||
belongs_to :inbox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't believe this should be removed. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inbox has chanel_id attribute now, so assumed the data model changed now.
I was a little confused about how the current data model is structured since I couldn't find a channels table in the schema.
So ended up creating a new channel table for the seeds to pass.
ruby '2.6.0' | ||
|
||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
gem 'rails', '~> 6', github: 'rails/rails' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍 😍
* Introduce rasa bot This modifies the agent bot to send data to rasa bot. The conversation is kept on pending status as long as the bot keeps replying. When the bot is not able to send a message back, we mark the conversation as open Co-authored-by: amit.kumar <amit.kumar@galaxycard.in>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
application is now ready to be installed and used using the commands in the readme