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
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,29 @@ puts pix.base64
77
77
78
78
🚨 Important note: BACEN (Banco Central do Brasil) sets a variety of rules for each field in QRCode Payload (maximum number of characters, invalid values, mandatory and optional fields, and so on). So, pay attention that a QRCode payload+base64 generated by the gem can be valid, theorically, but may not be accepted in banking apps because of these restrictions (that are out of scope of gem).
79
79
80
+
## Execute tests/specs
81
+
82
+
To execute gem tests locally, use Docker with the commands below:
docker run -v $(pwd):/app/ -it qrcode_pix_ruby_specs
119
-
```
120
-
121
-
## Demo
122
-
123
-
It's provided a simple demo app, in Heroku, that uses the gem always in latest commit. You can check and test your QRCodes here:
124
-
125
-
https://qrcode-pix-ruby.herokuapp.com
126
-
127
-
🚨 Important note: The first page load can be slow, because of Heroku free tier. But don't worry, the demo works well 🤓
128
-
129
129
## Contributing
130
130
131
131
Bug reports and pull requests are welcome on GitHub at https://github.com/pedrofurtado/qrcode_pix_ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/pedrofurtado/qrcode_pix_ruby/blob/master/CODE_OF_CONDUCT.md).
0 commit comments