
Dne 3.5.2013 11:44, Ladislav Slezak napsal(a):
Dne 3.5.2013 09:56, Stephan Kulow napsal(a):
Taking that WebYaST already fails for 44 days (and failed for 120 days before it was fixed once for 12.3), I wonder how to define "fixed in time".
Yeah, I'll look at it...
And as for Ruby 2.0 I guess there should not be many problems, adding support for 1.9 was relatively easy (Webyast currently supports both 1.8 and 1.9).
And AFAIK 2.0 does not have many changes compared to 1.9.
Um, I just have looked at it and the tests fail for some strange reason, all "_path" helpers are undefined, e.g. ActionView::Template::Error: undefined local variable or method `destroy_account_session_path' for #<#<Class:0x00000002e675d8>:0x00000003d44448> See https://build.opensuse.org/package/live_build_log?arch=x86_64&package=webyas... It does not work even for "root_path" helper. But in the rails console it works:
rails c Loading development environment (Rails 3.2.13) irb(main):001:0> app.destroy_account_session_path => "/accounts/sign_out" irb(main):002:0> app.root_path => "/"
'rake routes' displays the routing with correct names, e.g. root / controlpanel#index And if I run the tests in Rails 3.2.12 with Ruby 1.9.1 (from 12.3) it is OK. Any idea what might be wrong? Google did not find anything relevant for me. Anyone tried the latest Rails with Ruby 2.0? -- Ladislav Slezák Appliance department / YaST Developer Lihovarská 1060/12 190 00 Prague 9 / Czech Republic tel: +420 284 028 960 lslezak@suse.com SUSE -- To unsubscribe, e-mail: opensuse-ruby+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-ruby+owner@opensuse.org