rubygem-activemodel-7.0
No description set
- Developed at devel:languages:ruby:extensions
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/rubygem-activemodel-7.0 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
activemodel-7.0.4.gem | 0000061440 60 KB | |
gem2rpm.yml | 0000001747 1.71 KB | |
rubygem-activemodel-7.0.changes | 0000003041 2.97 KB | |
rubygem-activemodel-7.0.spec | 0000001877 1.83 KB |
Revision 6 (latest revision is 12)
Dominique Leuenberger (dimstar_suse)
accepted
request 1010044
from
Stephan Kulow (coolo)
(revision 6)
updated to version 7.0.4 see installed CHANGELOG.md ## Rails 7.0.4 (September 09, 2022) ## * Handle name clashes in attribute methods code generation cache. When two distinct attribute methods would generate similar names, the first implementation would be incorrectly re-used. ```ruby class A attribute_method_suffix "_changed?" define_attribute_methods :x end class B attribute_method_suffix "?" define_attribute_methods :x_changed end ``` *Jean Boussier*
Comments 0