Displaying 3 results from an estimated 3 matches for "ssct".
Did you mean:
slct
2015 Dec 07
0
Version numbering vis a vis CentOS and RHEL
...xOq2LZO2XQHzxbO+d
VMqarwOp3n4nZvBDUeq+Q80LrrZtMGRlPtVA/YFHazVJPZ9Xo5ugV9QrdZrPO4kE
LzrwjWevRT64g1mOInSSyWrOqFbXXMrZbAeJ88csUSTAaGwVDU3vZ3tAMuar8IKa
k2IJBDBBDYQB5XZEkny5wTecS+/0B2M2ylEVyWe6GvvS5er+O6iop0Ej74O4OwGy
FA7OwV7pzmWxnyzn4L/YUxAYSsSVL5rTdEAUGpFcetDd4oQssyV0Z9OtWKNeJIkx
P+ZlCDMcxY08ajJenqm8
=SSct
-----END PGP SIGNATURE-----
2015 Dec 07
4
Version numbering vis a vis CentOS and RHEL
On Dec 7, 2015, at 1:52 PM, Greg Lindahl <lindahl at pbm.com> wrote:
>
> On Mon, Dec 07, 2015 at 08:57:01PM +0100, Zdenek Sedlak wrote:
>
>> AFAIK, the 7(1503) format is used only on the websites, and internally
>> CentOS uses 7.1.1503. Do you see this as an issue?
>
> Yes. It confuses humans. There have been a bunch of examples given of
> how it confuses
2006 Nov 30
4
response is null when using should_render_rjs
I''m trying to use rspec to test a controller that has ajax.
I have the following action:
def change_ad_type_form
render :update do |page|
page.replace_html ''ad_sub_form'', :partial => ''text''
end
end
and the following spec:
specify "should return Text subform on AJAX request to
change_ad_type_form" do