similar to: Continuous_builder question...PLEASE HELP!!!

Displaying 20 results from an estimated 1000 matches similar to: "Continuous_builder question...PLEASE HELP!!!"

2014 Jun 24
1
Space after openssh prompt
Hello, I am working on a automation project, which uses ssh for connection to the server. once the ssh prompt is displayed there is a ' ' space by default between the ssh username and the prompt. This space is causing my automation script to stop working. Can I get some pointers in verification and modification of the ssh prompt after providing username & password. Thanks alot in
2006 Sep 08
0
Ruby on Rails Job - Northern, VA
Send your reply to myitrecruiter-/E1597aS9LQAvxtiuMwx3w@public.gmane.org Web Application Engineer The ideal candidate will have experience developing rich web applications (AJAX, XHTML, JavaScript, XML, CSS etc). We are looking for candidates with strong user-interface instincts. The successful candidate will have a passion for delivering high quality software and possess a high degree of
2008 Feb 29
0
Net::LDAP
Hi All, I am new to Ruby and doing some automation testing. I am using Net::LDAP to connect to my ldap server My script is require ''rubygems'' require ''net/ldap'' ldap = Net::LDAP.new :host => ''10.44.169.24'', :port => 389, :auth => { :method => :simple, :username =>
2006 Aug 17
2
SaltedHashLoginGenerator no such file to load -- iconv
Hi, I''m trying to use the SaltedHashLoginGenerator as documented on http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator Ruby version: ruby 1.8.4 (2005-12-24) [i386-openbsd3.9] I''ve the following commands: gem install salted_login_generator gem install localization_generator rails myapp cd myapp ruby script/generate salted_login User Localization All ran
2005 Oct 27
3
String.protoype.toQueryParams
Hi, I am trying to play with all the methods in the Array Object. Just wanted to check with you guys if this is the correct explanation of toQueryParams(). If yes, then I''ll add it to the documentation as well. Works for me (but I am not sure if it''s the correct way to use it). /* String.prototype.toQueryParams takes a query string, i.e, string with name value pairs
2008 Sep 03
4
delta index in Sphinx
Hello, all! Help me please to solve problem with Sphinx and its delta index. Configuration file is located in attachment to this topic. ------------------------------------------------------------------- mysql> select id, e_mail from users where e_mail LIKE ''%test%''; -------------------------------------------------------------------
2008 Apr 08
1
Hello, my fellow ROR users/developers
I work at a few internet startups and we are looking for more Ruby Developers. We are profitable and growing. Please respond and let''s discuss! My email: sj_72-/E1597aS9LQAvxtiuMwx3w@public.gmane.org Best, Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2007 Jun 09
1
Rake test tasks only work with --trace
So this has left me completely confused. I''m trying to get the test suite going on an existing app, but things going a little crazy. In the application directory if I do ''rake'' or ''rake test'' I get: rake aborted! Lost connection to MySQL server during query However if I do ''rake test:units'' or ''rake
2013 Jul 02
1
rpmbuild environment CentOS5 vs CentOS6
On CentOS5 I was used to create a simple spec file where at the end I'll declare files and directories I wan't to package: --< Snip >-- %files %dir /opt/myapp %dir /opt/myapp/bin %dir /opt/myapp/etc /opt/myapp/bin/exec01 /opt/myapp/etc/myapp.conf ---- I'll copy the file in /usr/src/redhat/SPECS and run "rpmbuild -bb myapp.spec". On CentOS6 rpm-build package no longer
2008 Sep 03
1
edge rails config.cache_classes = true breaks applications
when using current edge rails, i am getting trouble when using the production environment -- i tracked down the problem to the following line config.cache_classes = true if i disable the class caching, everything works just fine, when enabling the cache_classes, lots of errors get dropped -- see the output below: error #1:
2005 Dec 30
2
scgi apache routes help needed
I''m trying to get an application running in a sub directory of a site using apache and scgi. The application runs fine with webrick. I have a site. Let''s call it "mysite.org". There is a variety of content on that site. I would like to add a rails application to that site. Let''s call the application "myapp". So we will have urls of the form
2006 Mar 02
2
SwitchTower: why symlink releases/under -> current?
Hi, I have a trouble with deploying my ordinary rails application(myapp). When I execute ''rake deploy'', [...] command finished * executing task symlink * executing "ls -x1 /var/www/myapp/releases" servers: ["app1.olalog.com"] [app1.olalog.com] executing command command finished * executing "ln -nfs /var/www/myapp/releases/under
2007 Jan 30
1
Backgroundrb weirdness with multiple mongrels
Hi list, I''m having some issues getting backgroundrb to play nice with more than one mongrel. When I run my app on a single mongrel instance it works fine. I have two different problems show up in my backgrounrb_server.log. The top of the backtrace is shown here: 20070130-12:03:03 (92473) failed to find slave socket - (RuntimeError) 20070130-12:03:03 (92473)
2009 Feb 04
0
subdomain_fu rewriting wrong with tld size 2 ?
I have a website on a demo server at: mycompany.com I have a Rails app with subdomain_fu. I''ve verified it''s running in the right environment and set the TLD Size to "2" so I can have: myapp.mycompany.com admin.myapp.mycompany.com *.myapp.mycompany.com (for users'' customized landing pages) This works great on my local computer with "myapp.local" and
2009 Apr 30
1
odbcConnectAccess function
HI: Is it possible to use the RODBC package within MS Access. I have been using from R but was just wondering if it could be used along with R(D)COM. Something like this: Dim dbs As DAO.Database Dim rst As DAO.Recordset Dim myApp As StatConnector Set myApp = New StatConnector myApp.GetErrorText myApp.Init "R" myApp.EvaluateNoReturn "library(RODBC)" myApp.EvaluateNoReturn
2005 Dec 22
1
Re: Switchtower, Windows & Setup
Did you svn:executable and svn:eol-style properties on your dispatch.fcgi file and all the files in your script folder? If you''re deploying from Windows to Linux, subversion has to know that these files are supposed to be executable and that their end-of-line characters need to be changed for the *nix environment. If you need help doing this, let me know. >>>
2005 Jul 27
0
net/smtp, TO and FROM fields
Hello, I am using net/smtp to send email from my yahoo account. When I send email to myself or anyone who has a yahoo email account, the received message has blank To and From fields. How can I make To, From and Subject fields visible? Here''s the code: Net::SMTP::start(''smtp.mail.yahoo.com'', 25,
2008 Jul 21
0
Re: find_by_name won't return record id
UGH. Totally dumb. My Role model had: def id end Thus, overriding the accessor. Not sure how that got there - but, problem solved. On Jul 21, 7:28 am, bubba_baloo <bubba_ba...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > Okay - so I''m finally making my first post after a couple of months > with RoR. Thanks for all the great information so far. > > I''m
2005 Nov 24
1
Ruby-based Gmail killer?
Hi - I have a similar question -- I really like using gmail.com, but I''m growing distrustful of entrusting any more of my personal information with Google. I''ve searched the rail list archives that I have (here in my gmail acct, ironic, eh?) but haven''t seen a mention of a web-based Rails powered email solution. Is there one available or in the works, or should I add
2014 May 17
0
[JOBS] Junior RoR developer (remotely)
Hi guys, The company I'm contracting at is looking for: Junior Ruby on Rails developer Requirements: * experience with building Rails/Sinatra web applications, * Experience with Javascript/jQuery (good to have: Angular, /Backbone) * Experience with building frontend part of application * Good understanding of English (spoken and written) Looking Forward,