Jeffrey Martin
|
5e495d72f5
|
avoid side effects on arguments
When passed arguments as `opts` prefer to avoid side-effects
from method execution.
This extends similar work from #12740
|
2021-04-13 16:11:09 -05:00 |
|
Jeffrey Martin
|
07cbe426e2
|
Rails 5, all models inherit from ApplicationRecord
ApplicationRecord is a new superclass for all app models, analogous to app controllers subclassing ApplicationController instead of ActionController::Base. This gives apps a single spot to configure app-wide model behavior.
https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#active-record-models-now-inherit-from-applicationrecord-by-default
Deprecated Relation#uniq use Relation#distinct instead.
https://edgeguides.rubyonrails.org/5_0_release_notes.html#active-record-deprecations
|
2020-07-31 11:56:49 -05:00 |
|
Erin Bleiweiss
|
0435d7e1d6
|
Return the updated objects
|
2019-01-10 11:04:42 -06:00 |
|
Erin Bleiweiss
|
771469f4cd
|
Update all Mdm::xx.update() instances
|
2019-01-07 16:24:13 -06:00 |
|
Matthew Kienow
|
ebc7a3a315
|
Replace sysrandom with ruby default securerandom
|
2018-12-26 13:40:44 -05:00 |
|
Matthew Kienow
|
4680455041
|
Implement report_user and password hashing
|
2018-07-16 12:55:00 -04:00 |
|
Matthew Kienow
|
c0717d9306
|
Add MSF REST web service authentication support
|
2018-06-22 15:09:36 -04:00 |
|