- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- May 29, 2018
-
-
Stan Hu authored
Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files.
-
- Aug 07, 2017
-
- Jul 06, 2017
-
-
Yorick Peterse authored
This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written.
-
- May 31, 2017
-
-
Yorick Peterse authored
This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
-
- Jun 28, 2016
-
-
James Lopez authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 30, 2016
-
-
Connor Shea authored
attr_encrypted (1.3.4 => 3.0.1) Changelog: https://github.com/attr-encrypted/attr_encrypted/blob/master/CHANGELOG.m d attr_encrypted 2.x included a vulnerability, so that major version is skipped. 3.x requires that the algorithm and mode used by each encrypted attribute is specified explicitly. `nil` is no longer a valid value for the encrypted_value_iv field, so it’s changed to a randomly generated string.
-
- May 09, 2016
-
-
Jeroen van Baarsen authored
In 8278b763 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
-
- May 06, 2016
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Zeger-Jan van de Weg authored
-
- Apr 19, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 11, 2016
-
-
James Lopez authored
-
- Apr 06, 2016
-
-
James Lopez authored
-
James Lopez authored
-
- Apr 05, 2016
-
-
James Lopez authored
-
- Apr 01, 2016
-
-
James Lopez authored
-
- Mar 21, 2016
-
-
James Lopez authored
-
James Lopez authored
-
- Mar 07, 2016
-
-
James Lopez authored
-
- Mar 04, 2016
-
-
James Lopez authored
-
James Lopez authored
-
- Mar 03, 2016
-
-
James Lopez authored
-
- May 03, 2015
-
-
Stan Hu authored
-
- Apr 17, 2015
-
-
Douwe Maan authored
-