Skip to content
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

Merged
merged 1 commit into from
Aug 19, 2019
Merged

Upgrade to rails 6 💎 #11

merged 1 commit into from
Aug 19, 2019

Conversation

sojan-official
Copy link
Member

  • upgraded to rails 6
  • fixes various issues

application is now ready to be installed and used using the commands in the readme

- upgraded to rails 6
- fixes various issues
@@ -1,4 +1,3 @@
class Channel < ApplicationRecord
belongs_to :inbox
Copy link
Contributor

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. 🤔

Copy link
Member Author

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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍 😍

@pranavrajs pranavrajs merged commit 5219411 into chatwoot:master Aug 19, 2019
heroic added a commit to heroic/chatwoot that referenced this pull request Dec 15, 2021
* 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>
@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants