| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby2.5-rubygem-railties-doc-5_1 | Distribution: SUSE Linux Enterprise 15 |
| Version: 5.1.4 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 3.3.1 | Build date: Thu Oct 8 11:23:58 2020 |
| Group: Development/Languages/Ruby | Build host: cabernet |
| Size: 222 | Source RPM: rubygem-railties-5_1-5.1.4-3.3.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: http://rubyonrails.org | |
| Summary: RDoc documentation for railties | |
Documentation generated at gem installation time. Usually in RDoc and RI formats.
MIT
* Thu Sep 24 2020 dmaiocchi@suse.com
- Add 0001-handle-puma-version.patch (fix #boo1174315)
* fix rubygems dependencies for puma update and respect older version
* Mon Sep 11 2017 enavarro@suse.com
- Update to version 5.1.4
* Wed Aug 09 2017 cbruckmayer@suse.com
- Update to version 5.1.3
see installed CHANGELOG.md
* Sat Jun 24 2017 adrian@suse.de
- update to version 5.1.1
* Wed Dec 21 2016 coolo@suse.com
- updated to version 5.0.1
see installed CHANGELOG.md
[#]# Rails 5.0.1 (December 21, 2016) ##
* No changes.
[#]# Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
[#]# Rails 5.0.1.rc1 (December 01, 2016) ##
* Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`
* Tsukuru Tanimichi*
* Run `Minitest.after_run` hooks when running `rails test`.
* Michael Grosser*
* Run `before_configuration` callbacks as soon as application constant
inherits from `Rails::Application`.
Fixes #19880.
* Yuji Yaginuma*
* 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*
* Ensure `/rails/info` routes match in development for apps with a catch-all globbing route.
* Nicholas Firth-McCoy*
* Fri Aug 12 2016 coolo@suse.com
- updated to version 5.0.0.1
see installed CHANGELOG.md
* Mon Jul 04 2016 coolo@suse.com
- updated to rails 5.0 - see http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/
* Tue Mar 08 2016 coolo@suse.com
- updated to version 4.2.6
see installed CHANGELOG.md
[#]# Rails 4.2.6 (March 07, 2016) ##
* No changes.
* Tue Mar 01 2016 coolo@suse.com
- updated to version 4.2.5.2
see installed CHANGELOG.md
[#]# Rails 4.2.5.2 (February 26, 2016) ##
* No changes.
[#]# Rails 4.2.5.1 (January 25, 2015) ##
* No changes.
* Tue Jan 26 2016 coolo@suse.com
- updated to version 4.2.5.1
see installed CHANGELOG.md
* Fri Nov 13 2015 coolo@suse.com
- updated to version 4.2.5
see installed CHANGELOG.md
[#]# Rails 4.2.5 (November 12, 2015) ##
* Fix displaying mailer previews on non local requests when config
`action_mailer.show_previews` is set
* Wojciech Wnętrzak*
* Tue Aug 25 2015 coolo@suse.com
- updated to version 4.2.4
see installed CHANGELOG.md
[#]# Rails 4.2.4 (August 24, 2015) ##
* Fix STATS_DIRECTORIES already defined warning when running rake from within
the top level directory of an engine that has a test app.
Fixes #20510
* Ersin Akinci*
* Fix `NoMethodError` when generating a scaffold inside a full engine.
* Yuji Yaginuma*
* Fri Jun 26 2015 coolo@suse.com
- updated to version 4.2.3
see installed CHANGELOG.md
[#]# Rails 4.2.3 (June 25, 2015) ##
* `assert_file` understands paths with special characters
(eg. `v0.1.4~alpha+nightly`).
* Diego Carrion*
* Make generated scaffold functional tests work inside engines.
* Yuji Yaginuma*
* 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 coolo@suse.com
- updated to version 4.2.2
see installed CHANGELOG.md
[#]# Rails 4.2.2 (June 16, 2015) ##
* No Changes *
* Fri Mar 20 2015 coolo@suse.com
- updated to version 4.2.1
* Add a new-line to the end of route method generated code.
We need to add a `\n`, because we cannot have two routes
in the same line.
* arthurnn*
* Force generated routes to be inserted into routes.rb
* Andrew White*
* Don't remove all line endings from routes.rb when revoking scaffold.
Fixes #15913.
* Andrew White*
* Fix scaffold generator with `--helper=false` option.
* Rafael Mendonça França*
* Wed Jan 28 2015 adrian@suse.de
- update to version 4.2.0
* Mon Jan 19 2015 dmueller@suse.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 tboerger@suse.com
- Added missing gem2rpm changes for previous commit
* Mon Nov 10 2014 tboerger@suse.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.
/usr/lib64/ruby/gems/2.5.0/doc/railties-5.1.4 /usr/lib64/ruby/gems/2.5.0/doc/railties-5.1.4/ri /usr/lib64/ruby/gems/2.5.0/doc/railties-5.1.4/ri/cache.ri
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Feb 9 17:18:57 2026