Marc Riera

Results 26 comments of Marc Riera

I can help too! :)

This should be asked in the rspec_api_documentation repo :)

Yeah, but first `rspec_api_documentation` needs to implement this, right? :)

Isn't that leaking too much data to possible attackers?

I think this was solved in https://github.com/decidim/decidim/pull/2020, will be live in version 0.7.0. I'll leave this open just in case.

@andreslucena what do you think about this? :)

Also, @jaimeiniesta Travis is failing because the `graphql` gem authors removed a published version. This is now fixed in master :)

We might be able to achieve what @josanFFiG wants by copying this route constraint: https://github.com/AjuntamentdeBarcelona/decidim-barcelona/blob/master/config/routes.rb#L5 And removing the `/processes/` part, so that it becomes a full path, and move it...

@AjuntamentdeBarcelona/developers any input?

Something similar happened with proposals and we ended up creating a "draft" proposal that could be discarded if needed, instead of persisting the session to the DB. I think @tramuntanal...