RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Docker for Rails Development

Docker for Rails Development is a step-by-step guide on how to use Docker to standardise a common development environment across a diverse team.

Thanks for the posts Rachelle, but if you could slow down you would get a bette…
I’ve create a while ago a simple CLI to generate and run Rails dev environment …

Rails 5.2 uses AES-256-GCM authenticated encryption as default cipher for encrypting

https://blog.bigbinary.com/2018/06/26/rails-5-2-uses-aes-256-gcm-authenticated-encryption-as-default-cipher-for-encrypting-messages.html

I think so, yes. I need to double check there are no other oddities of admin st…
Actually, the code is simpler than I thought. There appear to be no problems wi…
OK, should now be in place.
Fantastic, thanks Peter!

Rails and Conditional Validations in Models

Adding consents for accepting Terms of Service/Privacy Policies must have been a top popular feature in the majority of the applications due to enforcement of GDPR in May ;). From the technical aspects that GDPR requires, there is a proof of consent for processing the personal information. In that case, you need to have some actual attributes in the database that would confirm the fact that some user has indeed accepted Terms of Service/Privacy Policy. [more inside]

Loading older posts