search for: babar

Displaying 14 results from an estimated 14 matches for "babar".

Did you mean: abar
2012 Aug 23
5
wat is diff between webrat and capybara?????
now i am using cucumber.........and i get two topic webrat and capybara........wat is the diff between them???????which one is good?????which one i use????? Regards Fahim Babar Patel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...
2012 Oct 26
7
How to use Ajax with rails ?
Hi all, Can any one tell me how to use Ajax with Rails. Send me quick start up link and videos. Thanks Regards Fahim Babar PAtel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+u...
2006 Dec 21
0
Browsing problem with XP Media Center Edition
...from in Network Nbh. I'm getting this hits in nmbd.log when the XP MCE is plugged in: Dec 19 13:35:07 file-server nmbd[29520]: [2006/12/19 13:35:07, 0] nmbd/nmbd_incomingdgrams.c:process_local_master_announce(311) Dec 19 13:35:07 file-server nmbd[29520]: process_local_master_announce: Server BABAR at IP 10.0.0.76 is announcing itself as a local master browser for workgroup USSARE and we think we are master. Forcing election. Dec 19 13:35:07 file-server nmbd[29520]: [2006/12/19 13:35:07, 0] nmbd/nmbd_become_lmb.c:unbecome_local_master_success(149) Dec 19 13:35:07 file-server nmbd[29520]: **...
2012 Sep 15
1
Could not find gem 'nileshtrivedi-gupshup (>= 0) ruby' in the gems available on this machine.
I wish to use nileshtrivedi-gupshup gem but i am getting this error. Can any one know about this? ERROR Could not find gem ''nileshtrivedi-gupshup (>= 0) ruby'' in the gems available on this machine. Thanks Fahim Babar Patel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...
2012 Nov 01
2
how to use localtunnel gem ?
...dge. But now my question is raised . Q is we have to start rails server port 3000 on another terminal ? or localtunnel server is enough for our development server which we have already started on 3000 port ?. Q Can any one tell me advantage of localtunnel gem ? Thanks Regards Fahim Babar Parel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...
2012 Sep 12
2
how to generate third table in test database
...s no such cows_milkmans table is present.. And we all know that has_and_belongs_to_many not generate any migrate file. What should i do now? how to generate third table in test database ? If there is no solution than i know that i have to create cows_milkmans table manually . Thanks Fahim Babar Patel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsu...
2011 Sep 13
1
Unable to access share on Encrypted Partition
...rofiles\.msprofile logon home = \\%L\%U\.9xprofile logon drive = P: usershare allow guests = No hosts allow = 192.168.127.0/24 add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ domain logons = No domain master = No netbios name = Babar security = user wins support = No <snip> [narnia] comment = Test of Narnia inherit acls = No path = /ncrypt/narnia/ read only = No ==END== Access Rights to the directory /ncrypt/narnia are: drwxrwx--- 2 philg users 4096 Sep 9 13:52 narnia Enclosed is what I think...
2012 Oct 31
2
What is Formtastic and SimpleForm gem ? Is any one of this is by default included in Rails ?
Hi all, I read Formtastic and SimpleForm gem. I am using 3.4 Q 1 Is any one of this is by default included in Rails ? Q2 Any advantage of this gems over simple form tags ? As per my knowledge we are using form helper , but still i raised the qustion ? Thanks Regards Fahim Babar Patel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+un...
2005 Jul 28
3
SIP WEB Phone (Wanna implement Click to Call)
Hi, I appreciate it if someone knows what is available for SIP web phones out there. I am interested in putting a soft phone on a website that registers with Asterisk using SIP. Then, when someone uses it, it directly calls into an asterisk call queue.. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Nov 02
4
How to test recaptcha in localhost?
Hi all, I follow All the steps for recaptcha , but i am confused how to test on my local host. Because when we register in google recaptcha it ask for domain URL, i stuck here. Q What should i enter in domain url ? Hope that you all understand the problem. Thanks Regards Fahim Babar Patel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubsc...
2012 Nov 21
0
What to use //= require_tree or js,css incude tag in application.erb ?
..." %> <%= javascript_include_tag "myjs" %># is i have to include it here or above line is enough for me because we have use require_tree in application.js and which include all .js in application.js. I am confused . Hope you will understood the situation . Thanks Fahim Babar Patel -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...
2009 Jan 28
3
vm ignores kickstart
...| +----+ | | | | | +---------------------------------------+ ************************************ * Kyle Fransham * * BaBar Computing Associate * * University of Victoria * * 250-721-7746 * * fransham@uvic.ca * ************************************ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensou...
2012 Aug 25
11
Any meetup in india ?
Hi all specially indian rails developer & designer , Rails community is growing so fast in India , it is necessary to know what they are doing , how they are doing and what they like in it .So, I''m wondering we should arrange Meet-up in india , what you say ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2008 Sep 12
0
File extension changes xlc to doc
Hi, Im using file_column for upload files. When i upload xlc file .After upload its extension chaged to doc.. for example before upload file abc.xlc after uploading abc.xlc.doc important thing is,locally its extension doesn''t change Plz tell me the solution. thanx in adv. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the