search for: e014

Displaying 2 results from an estimated 2 matches for "e014".

Did you mean: 2014
2009 May 29
1
X11 on 5.3 not ALWAYS autologin
I am running 5.3 on x86_64. I have it set to auto login X11 by editing the /etc/gdm/custom.conf file. Seems like it does NOT always auto login. Seems like maybe 75% of the time it does but then sometimes it doesnt. How can I find out why it doesnt always login? when it doesnt I dont see anything in dmesg or /var/log/messages. Any thoughts are appreciated. Jerry
2013 Nov 08
2
Export CSV
Hi friends, i am using csv export on my application. in my view file code is <%- headers = ["Transaction ID", "Activity ID", "Product Name","Customer Name", "Ticket code"] -%> <%= CSV.generate_line(headers).strip %> <%if !@trans.nil? && @trans.length > 0 %> <% @trans.each do |tran|%> <% if