customink / activerecord-aurora-serverless-adapter

ActiveRecord Adapter for Amazon Aurora Serverless
https://technology.customink.com/blog/2020/01/03/migrate-your-rails-app-from-heroku-to-aws-lambda/
MIT License
66 stars 7 forks source link

Rails v5 Support #9

Closed metaskills closed 4 years ago

metaskills commented 4 years ago

Leverage the RAILS_VERSION environment variable to test other Rails versions.

metaskills commented 4 years ago

Just pushed a 5-2-stable branch (https://github.com/customink/activerecord-aurora-serverless-adapter/tree/5-2-stable) which is now green thanks to this commit (https://github.com/customink/activerecord-aurora-serverless-adapter/commit/0cd3448b6f7efd1fbfb4551cf0c9ff43a26c9bed). I'm going to follow the same semver pattern as I did in the SQL Server adapter. Master will become v6.0.0 and each tracked x-x-stable branch of Rails/ActiveRecord will be tracked here. So with the branch above, I just released v5.0.0 to rubygems and I'm gonna check 5-1-stable now...

metaskills commented 4 years ago

Gonna close this out and not focus too much yet on 5-0-stable or 5-1-stable. I did however update the master README on the supported versions and published v6.0.0 which reflects master.