ruby2.5-rubygem-railties-doc-5_1-5.1.4-lp150.1.5 >  A ZUq/=„E3彜GE!o4 oͳ*¦h +bxK)]y[xwh\g'/:ak.?ITfʕ ʹ+Y: c!o%N=U M UK#P-wmC,#i\0}ޗPbT<+_XiBYb36ˤrKXnz(ߕde1d3ec62a7e1d9067f1e0ff6fe14f2f55ec58a5024e39fb20aa0a894a3aadb5c2b4dd76798593eefd64f71b9c1e8180f8f75958ZUq/=„g{{FU&<&Ē{ {'܂y{MUxΟ@&dU^Vlt9eiU'xUK1±J#㣲`А1pQ $H iG|} ѭ)j8߇5aEW<`S`)YlR1Ivѯ`mzٽxr 1]2"1 5ѲKA՝ʐ=.K*G`=GUf1qUm`6˷3^)$'7H>p;?d#) 3 S  $*4@ F L X  Pd(89`:FG HI$X(Y0\P]\^wbcd eflu(v4z?PTZCruby2.5-rubygem-railties-doc-5_15.1.4lp150.1.5RDoc documentation for railtiesDocumentation generated at gem installation time. Usually in RDoc and RI formats.Yzlamb76openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttp://rubyonrails.orglinuxx86_64AA큤ZUgZUgZUg51fcae71ba73f86096449a9b84168c1e9ef59f1505bdc887623688e117d4dc9arootrootrootrootrootrootrubygem-railties-5_1-5.1.4-lp150.1.5.src.rpmruby2.5-rubygem-railties-doc-5_1ruby2.5-rubygem-railties-doc-5_1(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:railties)3.0.4-14.6.0-14.0-15.2-15.1.44.14.1YzY@YNT@XZnW@WzOV޾VՄ@V_VEUXU>Ua@U T@TT`T`T:m@Sϣenavarro@suse.comcbruckmayer@suse.comadrian@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comadrian@suse.dedmueller@suse.comtboerger@suse.comtboerger@suse.comcoolo@suse.commrueckert@suse.com- Update to version 5.1.4- Update to version 5.1.3 see installed CHANGELOG.md- update to version 5.1.1- 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*- updated to version 5.0.0.1 see installed CHANGELOG.md- updated to rails 5.0 - see http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/- updated to version 4.2.6 see installed CHANGELOG.md [#]# Rails 4.2.6 (March 07, 2016) ## * No changes.- 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.- updated to version 4.2.5.1 see installed CHANGELOG.md- 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*- 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*- 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*- updated to version 4.2.2 see installed CHANGELOG.md [#]# Rails 4.2.2 (June 16, 2015) ## * No Changes *- 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*- update to version 4.2.0- 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.- Added missing gem2rpm changes for previous commit- 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.- updated to version 4.1.6 * Scaffold generator `_form` partial adds `class="field"` for password confirmation fields. * Avoid namespacing routes inside engines. Mountable engines are namespaced by default so the generated routes were too while they should not. Fixes #14079. [#]# Rails 4.1.5 (August 18, 2014) ## * Check attributes passed to `create_with` and `where`. Fixes CVE-2014-3514.- - initial packagelamb76 15051312005.1.4-lp150.1.55.1.4-lp150.1.5railties-5.1.4ricache.ri/usr/lib64/ruby/gems/2.5.0/doc//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/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/a46d18b334388090ce224b6dfe00def3-rubygem-railties-5_1cpioxz5x86_64-suse-linuxdirectoryZ]*櫹(utf-884f56c62043fbd187892889f3bba47b8e2991710ac14d67cfce652ed1654b6c9?P7zXZ !t/G] crt:bLL ~ڽ7qʭ % ?6~"Sj˥͆b%0{T7fgq}f2ҪضUs_"_Wu͗QO;S?ƈӜ_Z͔g_# c17nNb9bn*id+`I`|!;,3J;3nMeq] 7]0a䶗_iNHM**AD?p̱8z?.PL,;;c؄ot Jne96j DC0./:XsO'+_ YZ