Changelog for
ruby3.1-rubygem-railties-4_1-4.1.16-lp156.1.2.x86_64.rpm :
* Wed Jul 13 2016 cooloAATTsuse.com- updated to version 4.1.16 see installed CHANGELOG.md [#]# Rails 4.1.16 (July 12, 2016) ##
* Do not run `bundle install` when generating a new plugin. Since bundler 1.12.0, the gemspec is validated so the `bundle install` command will fail just after the gem is created causing confusion to the users. This change was a bug fix to correctly validate gemspecs.
* Rafael Mendonça França
*
* Reading name and email from git for plugin gemspec. Fixes #9589.
* Arun Agrawal
*,
*Abd ar-Rahman Hamidi
*,
*Roman Shmatov
*
* Tue Mar 08 2016 cooloAATTsuse.com- updated to version 4.1.15 see installed CHANGELOG.md [#]# Rails 4.1.15 (March 07, 2016) ##
* No changes.
* Tue Mar 01 2016 cooloAATTsuse.com- updated to version 4.1.14.2 see installed CHANGELOG.md [#]# Rails 4.1.14.2 (February 26, 2016) ##
* No changes. [#]# Rails 4.1.14.1 (January 25, 2015) ##
* No changes.
* Tue Jan 26 2016 cooloAATTsuse.com- updated to version 4.1.14.1 see installed CHANGELOG.md
* Fri Nov 13 2015 cooloAATTsuse.com- updated to version 4.1.14 see installed CHANGELOG.md [#]# Rails 4.1.14 (November 12, 2015) ##
* No changes.
* Tue Aug 25 2015 cooloAATTsuse.com- updated to version 4.1.13 see installed CHANGELOG.md [#]# Rails 4.1.13 (August 24, 2015) ##
* No changes.
* Fri Jun 26 2015 cooloAATTsuse.com- updated to version 4.1.12 see installed CHANGELOG.md [#]# Rails 4.1.12 (June 25, 2015) ##
* Add support for inline images in mailer previews by using an interceptor class to convert cid: urls in image src attributes to data urls. The interceptor is not enabled by default but can be done in an initializer: [#] config/initializer/preview_interceptors.rb ActionMailer::Base.register_preview_interceptor(ActionMailer::InlinePreviewInterceptor)
* Andrew White
*
* Fix mailer previews with attachments by using the mail gem\'s own API to locate the first part of the correct mime type. Fixes #14435.
* Andrew White
*
* Wed Jun 17 2015 cooloAATTsuse.com- updated to version 4.1.11 see installed CHANGELOG.md [#]# Rails 4.1.11 (June 16, 2015) ##
* No changes.
* Fri Mar 20 2015 cooloAATTsuse.com- updated to version 4.1.10
* Mon Jan 19 2015 dmuellerAATTsuse.com- update to 4.1.9:
* `secret_token` is now saved in `Rails.application.secrets.secret_token` and it falls back to the value of `config.secret_token` when it is not present in `config/secrets.yml`.
* Specify dummy app\'s db migrate path in plugin\'s test_helper.rb.
* Change the path of dummy app location in plugin\'s test_helper.rb for cases you specify dummy_path option.
* Mon Nov 10 2014 tboergerAATTsuse.com- Added missing gem2rpm changes for previous commit
* Mon Nov 10 2014 tboergerAATTsuse.com- To get rails 4 running on SLE 11 i have switched the rb_build_versions definition to rub21 as it is activated within devel:languages:ruby. That way we can get running rails 4 on SLE 11 too.