search for: cervera

Displaying 16 results from an estimated 16 matches for "cervera".

Did you mean: servera
2008 May 29
9
Coloured output in rspec 1.1.4
Hello. I have lost the coloured output in autotest after updating to rspec v1.1.4 I was already using the edge version and was ok then, before the last update. Anyone knows something about this? Thank you. -- Posted via http://www.ruby-forum.com/.
2003 Apr 05
1
flock a file in a NT server
...quot;Error locking"); exit; } printf("Text: "); scanf("%s",c); strcat(c,"\n"); write(f,c,strlen(c)); printf("Say something to quit: "); scanf("%s",c); if (flock(f, LOCK_UN)) { printf("Error unlocking"); exit; } close(f); Albert Cervera Areny
2008 Sep 30
4
Using the response object in stories
...n you didn''t expect it! You might have expected an instance of Array. The error occurred while evaluating nil.include? (ActionView::TemplateError) On line #23 of layouts/application.html.haml ?How can I stub these methods for the reponse object? Thanks Juan M. Cervera -- Posted via http://www.ruby-forum.com/.
2008 Jun 04
8
Why has the --color gone from my life?
Hi all, Running on OSX 10.5.3, Latest Rspec trunk, Rspec rails trunk, latest autotest gem and rails 2.1 I''ve lost my colour output in autotest. rake spec gives colour output, but autotest gives me black and white. It was working a little bit before, I think I upgraded to the latest versions of everything to get all the textmate snippets talking and being friendly to one another again
2010 Feb 05
2
Edge Rails 3: Mongrel stuck in infinite loop, Unicorn missing uninitialized constant Rack::Runtime
Hi, I wanted to try out Edge Rails 3 today and hit a serious problem trying to run mongrel. script/rails server mongrel just hangs. Interrupting and looking up the spot of the lockup revealed $LOAD_PATH.unshift ''projects/mongrel_experimental/lib/'' Mongrel::Gems.require ''mongrel_experimental'', ">=#{Mongrel::Const::MONGREL_VERSION}" at the bottom
2009 Mar 02
2
Changes in specs for routes in rspec 1.1.99.x
Trying the next release of rspec, I have had to make changes in the existing specs for routing. I have written an script with sed that makes this automatically (two files) spec/upgrade.sed ================ /route_for/s/id => 1/id => "1"/g /route_for.*create/s/== \(["''].*["'']\)/== {:path => \1, :method => :post}/ /route_for.*update/s/==
2010 Jul 08
3
Testing equality
Hello How can I test equality with two objects when they include some attribute that is BigDecimal? if I make something like this: it "should ...whatever" do obj = Factory.create(:my_object) ... MyObject.first.should == obj end. FAILS This fails because the object expected is different from the object gotten, and the only difference are the BigDecimal attributes, that are
2006 Sep 18
2
Datebocks and EdgeRails
Hello, I am having trouble trying to use the Datebooks Engine with Edge Rails. Has anybody try with it? It seems that the problem has something with loading the layout, and complaints about the number of arguments. I will thank any help or guide. Thank you very much. ========================= I have copied the error I get ArgumentError wrong number of arguments (2 for 1) RAILS_ROOT:
2006 Feb 09
1
acts_as_authenticated plugin
Hello, I have just installed the plugin. Can somebody tell me how create some users in the ''users'' table. Is there a doc explaining how to use the plugin for a newbie? Thanks Juanma -- Posted via http://www.ruby-forum.com/.
2005 Oct 15
1
Installing Typo on Instant Rails
I don?t know how to post following some thread. From where can I answer some specific message ? If somebody can help me, please Well, I have followed the instructions from Ed for installing typo, It works, but I have problems with stylesheets when I am logged-in doing the administrations functions in the blog. I remember the same when I tried typo using fastcgi, CSS Stylesheets seem doesn?t
2008 Jun 02
3
GiT and RSpec
...gt; > Subject: Re: [rspec-users] Coloured output in rspec 1.1.4 > To: rspec-users at rubyforge.org > Message-ID: <175B70FE-B706-4C03-8B20-C5B207268AD6 at gmail.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > On May 29, 2008, at 6:32 AM, Juanma Cervera wrote: > >> David Chelimsky wrote: >>> >>> Actually - that is not from 1.1.4 - it''s a patch that was introduced >>> after the 1.1.4 release. Did you follow the install directions at >>> http://github.com/dchelimsky/rspec-rails/wikis? >> &g...
2007 Apr 17
2
queues
Is there anyway to setup a queue with only one agent (device) which is always logged in. So when a call hits that queue the device will ring (if not already on a call) or will be put in the queue if the call is already in place? Thanks Miles -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 29
2
POE draw on Aastra 480i
...ne. Can you tell us what model/brand you used? Dimensioning PoE devices over capable switches has been a new issue which involves many factors like those described before. Regards, PD. Sorry about the original thread break off, I've been unable to find the original one. -- Octavio H. Ruiz Cervera Neocenter, SA. de CV. http://www.neocenter.com/ Soluciones para Centros de Contacto y Telefon?a IP Tel.: (+52 55) 8590-9000 Ext. 9016 Mobile: (+55 155) 5514-087790 Mobile: (+55 155) 5541-351242
2007 Oct 02
5
PRI Setup problem
Hi everyone, I'm trying to get a Sangoma A101D-X card talking to a Sasktel PRI (Megalink) circuit and having some trouble getting it to handshake. Thanks for any help or suggestions to diagnose this problem. The problem is that Asterisk has trouble bringing up the link. I see the following lines every couple of minutes: == Primary D-Channel on span 1 up == Primary D-Channel on
2006 Jan 12
0
DWG Viewer
Hello, I would like to write a rails app embedding a GWG viewer in the html pages for showing Autocad files in the browser. Is this possible with Ruby on Rails? and Which is the best option for doing it in this case? Thanks in advance. Juanma
2007 Jun 25
0
Problem with RSpec in legacy databases
Hello. I am a newbie with BDD. I am trying to use RSpec with some legacy tables and I use the set_table_name method in the models. The name of the table and the class doesn´t match. It seems that there is no problem to load the fixture in Test::Unit, I will use the method set_fixture_class before loading fixtures, and I will get to the data in the fixture without problems. But this doesn´t seem