Ruby on Rails Sunday, August 11, 2019

ActiveModel is agnostic to the database, you can use it without using any database, so no, it should not require Postgres.

I believe
array: true
on an ActiveRecord model, with MySQL, or SQLite, is possible too.
Just combine it with "serialize"

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/80dcb9b2-b60a-4062-824b-cc297d665f05%40googlegroups.com.

No comments:

Post a Comment