siwapp-ror icon indicating copy to clipboard operation
siwapp-ror copied to clipboard

Online Invoice Management in Ruby On Rails.

Results 23 siwapp-ror issues
Sort by recently updated
recently updated
newest added

I wanted to try out this app on heroku so I tried to build the app using the procfile but I couldn't push cos I had this error `remote: Compressing...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.5 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies
ruby

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.3.0 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

HI I am just a user and I do not know what heroku is, I try to follow your install guide asking me my heroku creds. I am not a...

Bumps [puma](https://github.com/puma/puma) from 4.3.9 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) 4.3.11 Bugfix/Security Response body will always be closed. (GHSA-rmj8-8hhh-gv5h,...

dependencies

When recovering an invoice via API, "meta" attributes are sent twice.

When recovering an invoice via API, "taxes" attribute is bad formed: ``` "taxes": { "{\\"id\\"=>4, \\"name\\"=>\\"VAT 21%\\", \\"value\\"=>\\"21.0\\", \\"active\\"=>true, \\"default\\"=>true, \\"deleted_at\\"=>nil}":"1.89" } ``` Expected value: ``` "taxes": [{ "id": 4,...

I've changed the API to implement JSON API Standard. I used ActiveModel Serializers to do that, but I didn't find the way to make the serializer to store nested relationships...

With v0.4.6: You put Settings.port as a string and it doesn't work. -> Settings.port.to_i make it to work ok. With v0.6.0: When ApplicationMailer smtp_settings appears with nil values inside.