rails_core_extensions 0.14.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.git-blame-ignore-revs +12 -0
- data/.github/workflows/ruby.yml +1 -1
- data/.ruby-version +1 -1
- data/CHANGELOG.md +29 -25
- data/lib/rails_core_extensions/version.rb +1 -1
- data/rails_core_extensions.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbfd55f440894bc4d7f2a50652fa3e184f37aaa55b15c5c6bd28244f8ef6cde5
|
4
|
+
data.tar.gz: cabe588cad7d8acbadc17ef9ae0c72c0d4d8255542a3d10a7e4aa4bb9f2ffc43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d73f4aa53361a19b9a7b422fbf1db78590dd5e16a526ecf24a131da6d5d859f8f72cc05dbcf9eab9194e64cf1ea378b3c6fa0919c0ade8993ac59ba56159e430
|
7
|
+
data.tar.gz: 45d5a3ddf135577f169d841ec246b2f6a310d631d0c594788098688c55fa65001920b817d031af88e17969dc1f2914c6b87eba92fb7acdb336836d63425e179e
|
@@ -0,0 +1,12 @@
|
|
1
|
+
# The commits that did automated reformatting. You can ignore them
|
2
|
+
# during git-blame with `--ignore-rev` or `--ignore-revs-file`.
|
3
|
+
# You can also globally configure GIT with the following command
|
4
|
+
#
|
5
|
+
# $ git config --add 'blame.ignoreRevsFile' '.git-blame-ignore-revs'
|
6
|
+
#
|
7
|
+
# Example entries:
|
8
|
+
#
|
9
|
+
# <full commit hash> # initial black-format
|
10
|
+
# <full commit hash> # rename something internal
|
11
|
+
|
12
|
+
043b2db647926c048202b037f87e5e2396f830e1 # Pretty CHANGELOG.md
|
data/.github/workflows/ruby.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.2.0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.15.0
|
4
|
+
|
5
|
+
- [PLAT-1175] Update to Ruby 3.2
|
6
|
+
|
3
7
|
## 0.14.0
|
4
8
|
|
5
9
|
- [PLAT-1135] Remove `enum_int` as we have now fully migrated to rails native `enum`
|
@@ -26,74 +30,74 @@
|
|
26
30
|
|
27
31
|
## 0.11.2
|
28
32
|
|
29
|
-
|
33
|
+
- [TT-8640] Add dependabot config
|
30
34
|
|
31
35
|
## 0.11.1
|
32
36
|
|
33
|
-
|
37
|
+
- [TT-8608] Fix broken rake command in the gem publish stage
|
34
38
|
|
35
39
|
## 0.11.0
|
36
40
|
|
37
|
-
|
38
|
-
|
41
|
+
- [TT-8608] Switch from travis to gihthub actions
|
42
|
+
- [TT-8608] Add support for Rails 6.1 / Ruby 3
|
39
43
|
|
40
44
|
## 0.10.0
|
41
45
|
|
42
|
-
|
46
|
+
- [TT-8507] Sortable will now fire callbacks to ensure we audit these changes
|
43
47
|
|
44
48
|
## 0.9.0
|
45
49
|
|
46
|
-
|
50
|
+
- [TT-6727] Fix usage of symbolize_keys in sortable
|
47
51
|
|
48
52
|
## 0.8.0
|
49
53
|
|
50
|
-
|
51
|
-
|
52
|
-
|
54
|
+
- [TT-6539] Remove cache_all_attributes and other unused methods
|
55
|
+
- [TT-5384] Remove validates_presence_of_parent method (Use rails optional flag instead)
|
56
|
+
- [TT-6293] Drop breadcrumbs / cache without host and some unused view helpers
|
53
57
|
|
54
58
|
## 0.7.1
|
55
59
|
|
56
|
-
|
60
|
+
- [TT-5745] Fix passing of symbol to liquid template parse
|
57
61
|
|
58
62
|
## 0.7.0
|
59
63
|
|
60
|
-
|
64
|
+
- [TT-5745] Update Liquid validate to be v4 compatible
|
61
65
|
|
62
66
|
## 0.6.1
|
63
67
|
|
64
|
-
|
68
|
+
- [TT-5671] More fixes to sortable
|
65
69
|
|
66
70
|
## 0.6.0
|
67
71
|
|
68
|
-
|
69
|
-
|
72
|
+
- [TT-5542] Remove Rails 4 support
|
73
|
+
- [TT-5642] Fixed sortable so it can sort on empty scopes
|
70
74
|
|
71
75
|
## 0.5.0
|
72
76
|
|
73
|
-
|
77
|
+
- Support include_blank properly (was broken)
|
74
78
|
|
75
79
|
## 0.4.0 (Removes Rails3 Support)
|
76
80
|
|
77
|
-
|
81
|
+
- [TT-3778] Store the cacheable attributes in memory for the duration of the request
|
78
82
|
|
79
83
|
## 0.3.0
|
80
84
|
|
81
|
-
|
82
|
-
|
83
|
-
|
85
|
+
- Use coverage kit to enforce maximum coverage
|
86
|
+
- [ROT-73] Always cache cacheable attributes
|
87
|
+
- [RU-133] Replace alias_method_chain with alias_method
|
84
88
|
|
85
89
|
## 0.2.0
|
86
90
|
|
87
|
-
|
91
|
+
- Extract and test translations
|
88
92
|
|
89
93
|
## 0.1.1
|
90
94
|
|
91
|
-
|
95
|
+
- Fixes issue with sortable controllers
|
92
96
|
implicitly depending on prototype based template rendering
|
93
97
|
|
94
98
|
## 0.1.0
|
95
99
|
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
+
- Add rails 5 support
|
101
|
+
- Refactor clone_excluding to enable rails 5 support
|
102
|
+
- Extract transfer_records to class
|
103
|
+
- Rename enum to enum_int to be rails 4/5 compatible
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
19
19
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
20
20
|
spec.require_paths = ['lib']
|
21
|
-
spec.required_ruby_version = '>=
|
21
|
+
spec.required_ruby_version = '>= 3.0'
|
22
22
|
|
23
23
|
spec.add_dependency 'activerecord', ['>= 6.0.0']
|
24
24
|
spec.add_dependency 'actionpack', ['>= 6.0.0']
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_core_extensions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Noack
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2023-01-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activerecord
|
@@ -144,6 +144,7 @@ executables: []
|
|
144
144
|
extensions: []
|
145
145
|
extra_rdoc_files: []
|
146
146
|
files:
|
147
|
+
- ".git-blame-ignore-revs"
|
147
148
|
- ".github/dependabot.yml"
|
148
149
|
- ".github/workflows/release.yml"
|
149
150
|
- ".github/workflows/ruby.yml"
|
@@ -201,14 +202,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
201
202
|
requirements:
|
202
203
|
- - ">="
|
203
204
|
- !ruby/object:Gem::Version
|
204
|
-
version: '
|
205
|
+
version: '3.0'
|
205
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
206
207
|
requirements:
|
207
208
|
- - ">="
|
208
209
|
- !ruby/object:Gem::Version
|
209
210
|
version: '0'
|
210
211
|
requirements: []
|
211
|
-
rubygems_version: 3.
|
212
|
+
rubygems_version: 3.4.1
|
212
213
|
signing_key:
|
213
214
|
specification_version: 4
|
214
215
|
summary: Set of extensions to core rails libraries.
|