Displaying 2 results from an estimated 2 matches for "app_con".
Did you mean:
app_conf
2009 Apr 12
1
handling ActiveRecord::RecordNotFound
...and model names are matching, so I would generate a class
name from controller name, then do a begin-find-rescue stuff.
Also, does this belong to controller? My first thought was to handle
this in model, as it is related to ActiveRecord. Any thoughts on this ?
Please help me with putting it into app_con anyway.
~
Amita.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3M...
2007 Oct 29
1
(PR#10379) Re: x11(....) kills R without DISPLAY
...a release 7 (Moonshine)
>> Kernel \r on an \m
>
> Agh, sorry. Yes, x11() (with or without $DISPLAY set) doesn't
> die catatrophically, x11("validinfo") does.
>
> HTL
The culprit would seem to be this bit of devX11.c
1302 xtdpy =3D XtOpenDisplay(app_con, NULL, "r_x11",=20
"R_x11",
1303 NULL, 0, &zero, NULL);
1304 toplevel =3D XtAppCreateShell(NULL, "R_x11",
The 2nd arg to XtOpenDisplay is listed as display_string, so passing a=20
NULL here seems like tro...