aws-sdk-rails

Official repository for the aws-sdk-rails gem, which integrates the AWS SDK for Ruby with Ruby on Rails.

OTHER License

Downloads
20.9M
Stars
593
Committers
26

Bot releases are visible (Hide)

aws-sdk-rails - Release v3.3.0 - 2020-12-01

Published by aws-sdk-ruby-automation almost 4 years ago

Tag release v3.3.0

References: #42, #43

  • Feature - Add aws-record as a dependency, a rails generator for aws-record models, and a rake task for table migrations.

  • Feature - Add AWS SQS ActiveJob - A lightweight, SQS backend for ActiveJob.

aws-sdk-rails - Release v3.2.1 - 2020-11-13

Published by aws-sdk-ruby-automation almost 4 years ago

Tag release v3.2.1

  • Issue - Include missing files into the gemspec
aws-sdk-rails - Release v3.2.0 - 2020-11-13

Published by aws-sdk-ruby-automation almost 4 years ago

Tag release v3.2.0

References: #36, #37, #38, #39, #40, #41

  • Feature - Add support for ActiveSupport::Notifications for instrumenting
    AWS SDK service calls.

  • Feature - Add support for DynamoDB as an ActiveDispatch::Session.

aws-sdk-rails - Release v3.1.0 - 2020-04-06

Published by aws-sdk-ruby-automation over 4 years ago

Tag release v3.1.0

References: #33

Merge only credential related keys from Rails encrypted credentials into Aws.config.

aws-sdk-rails - Release v3.0.5 - 2019-10-18

Published by aws-sdk-ruby-automation about 5 years ago

Tag release v3.0.5

References: #26, #27, #28, #29

  • Upgrading - Adds support for Rails Encrypted Credentials, requiring Rails 5.2+
    and thus needed a new major version. Consequently drops support for Ruby < 2.3
    and for Rails < 5.2. Delivery method configuration changed from :aws_sdk to
    :ses, to allow for future delivery methods. Adds rubocop to the package and
    fixed many violations. This test framework now includes a dummy application for
    testing future features.
aws-sdk-rails - Release v2.1.0 - 2019-02-14

Published by awood45 over 5 years ago

References: #20, #21, #25

  • Feature - Aws::Rails::Mailer - Adds the Amazon SES message ID as a header to raw emails after sending, for tracking purposes. See related GitHub pull request #25.
aws-sdk-rails - Release v2.0.1 - 2017-10-03

Published by awstools about 7 years ago

References: #13

  • Issue - Ensure aws-sdk-rails.initialize executes before load_config_initializers
aws-sdk-rails - Release v1.0.1 - 2016-02-01

Published by awood45 over 8 years ago

References: #4

  • Feature - Gemfile - Replaced rails gem dependency with railties
    dependency. With this change, applications that bring their own dependencies
    in place of, for example, ActiveRecord, can do so with reduced bloat.

    See related GitHub pull request #4.

aws-sdk-rails - Release v1.0.0 - 2015-03-17

Published by awood45 over 9 years ago

  • Initial Release: Support for Amazon Simple Email Service and Rails Logger