search for: alicious

Displaying 6 results from an estimated 6 matches for "alicious".

Did you mean: malicious
2006 Jul 12
7
Does anyone work with iso-8859-1 database ?
hello, Our database is in is-8859-1, and I want to update some text fields without success due to some accentuate characters ?? ect ... In my html page (where the charset is iso-8859-19) my textarea display the accentuate characters well and when the user post the form ... I thought that I just need to save it .... without success since ruby map one byte for one character ... So I
2006 Jul 10
0
ajax scaffold problem
Hi, I am using ajax_scaffold to generate against a model backed by atable on SQLServer... It creates all the stuff, and I can list the items in my table... But, the "Edit" and "Create New" buttons dont work... The strange thing is that the problem occurs when I edit the ajax_scaffold generated controller with before_filter/set_charset... I try to set the charset of pages
2006 Jul 12
0
Lookup Field ??
Hi, I am new to Rails. And I wonder how to define lookup fields for a table... Suppose we have an employee table and a departmant table... Each employee record have a department_id field... And when listing employees, we want to show the user friendly department_name from department table.. How can I do this? Thanks .... Bu e-posta mesaji, mesajin alici kisminda belirtilmis
2009 Feb 28
1
Safari 4 - anyone got this working?
Tried under 1.1.15, installed but wouldn't start. Tried under 1.1.16, did a backtrace and hung: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:advapi:GetCurrentHwProfileA (0x32fcdc) semi-stub fixme:dwmapi:DwmIsCompositionEnabled 0x32fe30 fixme:service:EnumServicesStatusW 0x149cc8 type=30 state=3 (nil) 0 0x32fdf4 0x32fdf0 0x32fde8 fixme:win:EnumDisplayDevicesW
2006 Jul 11
1
paginate with only some columns
Hi, I use scaffold to generate against a model and controller.. Then, I modify the controller code, and rewrite paginate method with :select => ["col1, col2, col5"] so that it only retrieves the columns I wanted... But, :select does not work and it seems that it selects all the columns of the underlying table... What am I missing ? Thanks... Bu e-posta mesaji,
2006 Jul 11
0
malformed utf-8 character error
Hi, I am using ajax scaffold generator with charset=iso-8859-9(Turkish)... Edit & Create buttons work correctly when there is no turkish chars in the current record. But, if there are turkish chars in any of the fields in the current row, buttons don''t work... (loading indicator simply spinning forever...) I put the KCODE=''u'' line in