Changelog for
ruby2.5-rubygem-railties-5.2-5.2.2-13.5.x86_64.rpm :
* Sat Jan 19 2019 Marcus Rueckert
- rb_build_ruby_abi needs to be rb_build_ruby_abis
* Fri Jan 18 2019 Marcus Rueckert - limit to ruby 2.5 and above for 42.3/sle12
* Sat Dec 08 2018 Stephan Kulow - updated to version 5.2.2 see installed CHANGELOG.md [#]# Rails 5.2.2 (December 04, 2018) ##
* Disable content security policy for mailer previews.
* Dylan Reile
*
* Log the remote IP address of clients behind a proxy.
* Atul Bhosale
*
* Mon Dec 03 2018 mschnitzerAATTsuse.com- updated to version 5.2.1.1 (boo#1118076)
* No changes / Just a version bump to match with Rails 5.2.1.1
* Wed Aug 08 2018 mschnitzerAATTsuse.com- updated to version 5.2.1 (boo#1104209)
* Respect `NODE_ENV` when running `rails yarn:install`. (Max Melentiev)
* Don\'t generate unused files in `app:update` task Skip the assets\' initializer when sprockets isn\'t loaded. Skip `config/spring.rb` when spring isn\'t loaded. (Tsukuru Tanimichi)
* Don\'t include `bootsnap` by default in apps generated under JRuby. Fixes #32641. (Guillermo Iguaran)
* Create the `.ruby-version` file compatible with MRI/JRuby by default. Fixes #32639. (Guillermo Iguaran)
* Make the master.key file read-only for the owner upon generation on POSIX-compliant systems. Previously: $ ls -l config/master.key - rw-r--r-- 1 owner group 32 Jan 1 00:00 master.key Now: $ ls -l config/master.key - rw------- 1 owner group 32 Jan 1 00:00 master.key Fixes #32604. (Jose Luis Duran)
* Allow use of `minitest-rails` gem with Rails test runner. Fixes #31324. (Yuji Yaginuma)
* Mon Apr 16 2018 mschnitzerAATTsuse.com- initialize package see changelog: https://github.com/rails/rails/blob/v5.2.0/railties/CHANGELOG.md