Enrique Coslado Santibáñez
Enrique Coslado Santibáñez
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.
There are some methods that do the same, maybe we can use BaseController to implement the most of this features.
When someone removes an invoice all the lines and payments are removed with it. The thing would be to write a command to restore the invoice and the removed data....
Since we are using Settings object to store them, they are cached.
Manage default settings in order to avoid some errors when they are not configure. I.e. when there's no setting pdfs fail.
We are currently using trailing_format_plug for an API we are implementing with Phoenix. We use it to declare urls like `example.com/:one_param`, receive requests with `example.com/one_value.js` and use "one_value" in the...