You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue that has been fixed with 0.5.6 that solves problem with MySql 8+ client support. This the change that was introduced and it is backwards compatible brianmario/mysql2#1352
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The goal of this Ruby on Rails & React homework assignment is to assess your abi
3
3
4
4
This repository mocks a CRM in the simplest of terms by demonstrating the one to many relationship of Companies to Deals and visualizng various attributes of each to our users.
5
5
6
-
Unfortunately, the current implementation is (intentionally) naive and not working as expected in several ways.
6
+
Unfortunately, the current implementation is (intentionally) naive and not working as expected in several ways.
7
7
8
8
Your primary task with this homework assignment is to resolve the user stories below.
9
9
@@ -32,14 +32,24 @@ Assumptions to make regarding the user story for this service:
32
32
#### Running the App
33
33
-`bin/dev`
34
34
35
+
#### Installing the `mysql2` Gem
36
+
37
+
If you encounter issues with the `mysql2` gem, ensure that you provide paths to the necessary libraries. Use the following command:
0 commit comments