Displaying 11 results from an estimated 11 matches similar to: "Test case for file import"
2007 Mar 15
7
SEC to minutes
Hi Friends,
I am new to ruby on rails.
I want to convert seconds to minutes.
like if 220sec= 3.40 minutes
I did in this way sec/60 but it giving the false results
ex : 70 sec = 110/6=1.8 but it is worong as for time
Can u give any advice?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2011 Oct 10
2
several problem with shorewall and Multi-port Match: Available
hello list shorewall
I encounter serious problems with this
Multi-port Match: Available
.
my custom kernels do not provide this option that prevents me from compiling
shorewall 6
plesase correct this maybe a bug fix
--
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
gpg --keyserver pgp.mit.edu --recv-key 092164A7
http://urlshort.eu fakessh @
2006 Apr 20
1
Hmm, interesting guy on the RoR list
Hi all,
The guy who write some ''interesting'' questions from the email
revurikarna@gmail.com (besides that he wants the list members to solve
his problems) is highly schizophrenic imho.
3 days ago hi signed his mail ''Kamala''
2 days ago ''Naveen''
Today, ''Murali''.
If you are trying to trick the guys here, change also your
2006 Apr 19
6
Please help Me!
Hi to this Group!
I am new to Ruby!
I am facing problrm s to find the database functions.
I want the source of sites for predifiend functions for handling the
database.
I develpong the shoping cart application, In that i am facing problems
to delete the perticuller item form cart .
I got idea to delete the total cart information using sesiions
I want to delete the perticuller item form
2006 Jan 05
7
Multilanguage problem, need help
hey,
i use http://mir.aculo.us/articles/2005/10/03/ruby-on-rails-i18n-revisited
then i have nl_BE.rb, de_DE.rb, en_US.rb as translation files.
this works all fine when i have normal characters, but i have one problem
when i have wierd characters like ? ? ? (mostly in french), then i get japanese
charachters on my site
i use utf8 for my database and i set this for each def in my controllers,
2009 Apr 01
5
Samba + LDAP = SLOW Help plesase
Hi Guys!
Samba suspiciously slow
i have:
CentOS 5.2 final
Samba 3.0.28-0.e15.8
LDAP server placed on anoter (not Samba) Server
In ldap container "ou=Users" about 5000 entries
When Windows client's connect to samba - Authentification process S.L.O.W.
(about 20-30 seconds).
When number entries less - performance grow (when 10 users -
authentification process go 1-2 seconds)
How i
2007 Apr 18
0
Ajax Drog and Drop Sorting Frequency
Hi Friends,
I am new to ROR.I have implemented sorting by Ajax drag and drop and
interaction with database.
Working fine but if i sort records rapidly, getting nil point exception.
I am pasting the sortable list code.
<%= sortable_element(''sortable_charts'',
:update => ''assigned_chart_files'',
:url =>
2006 Apr 17
0
Comboxes -Databsse
Hi to this group!
I am new to Ruby and arails.
How can I add the dqatabase values to combo box.
Thanks and Regadrs,
Kamala
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
6
undefined method `create_table'' for #<LoginController:0x5e60
I am geeting the foolowing error.
undefined method `create_table'' for #<LoginController:0x5e60110>
I wrote the crete action in application controller.
I am coping ther total worng please help me!
class ApplicationController < ActionController::Base
model :cart
model :line_item
before_filter :authorize
def create
# create_table() yields a TableDefinition instance
2006 Apr 20
1
Please Suggest me
Hi Friends,
I am creating the cart application in ROR.
I am facing the problems to add products to the cart and delete the
cart
How can i solve this problem.
Which methods can I use
Thanks and Regadrs
Murali.
--
Posted via http://www.ruby-forum.com/.
2008 Jan 03
0
remote_form_for with auto_complete_field
Hi friends
I have problem with auto_complete_field.
I have used auto_complete_field with in the remote_form_for.
But when we enter the text in auto_complete_field two actions are
calling
1. auto_complete_field action
2. remote_form_for action
I need to restrict the form action when we enter text on
auto_complete_field
Could u give any ideas?
<div