search for: juanma

Displaying 17 results from an estimated 17 matches for "juanma".

Did you mean: juanda
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/.
2009 Mar 02
2
Changes in specs for routes in rspec 1.1.99.x
...= \(["''].*["'']\)/== {:path => \1, :method => :delete}/ and spec/upgrade ============ for f in `find controllers -name "*routing*rb" -type f`; do sed -i -f upgrade.sed $f; done You shoud make this file executable and run it I hope this helps somebody. Juanma -- Posted via http://www.ruby-forum.com/.
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/.
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 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
2020 Feb 27
2
Problems with nouveau driver in Ubuntu 18.04
...install Nvidia driver 304.137, but it seems is not supported in Ubuntu 18.04 anymore. Are there any nouveau upgrade (that it is not on Canonical) that fixes this problem? Or how I can downgrade nouveau driver to any previous one that works fine in ubuntu 18.04 with my graphics card? Regards! Juanma -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20200227/bc3ec293/attachment-0001.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: Captura de pantalla de 2020-02...
2008 Sep 30
4
Using the response object in stories
I have this statement in the layout of my application (using haml) - if request.env["HTTP_USER_AGENT"].include?("MSIE") = stylesheet_link_tag ''blueprint/ie.css'' = stylesheet_link_tag ''confirm_ie.css'' The problem is that request.env["HTTP_USER_AGENT"] is nil when I go to some page in the features I write with cucumber and webrat
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:
2020 Feb 29
0
Problems with nouveau driver in Ubuntu 18.04
...figure out what was updated in the latest updates? My guess would be that it's actually the software used to display your desktop/etc which changed. You can disable all accel by booting with nouveau.noaccel=1. Cheers, -ilia On Sat, Feb 29, 2020 at 12:31 AM Juan Manuel Alvarez <alvarez_juanma at hotmail.com> wrote: > > Hello, > > > I use Ubuntu 18.04, since one of the last upgrades I have problems with nouveau drivers. > > My screen look like the picture atteched. > > > [~]$ uname -a > Linux 5.3.0-40-generic #32~18.04.1-Ubuntu SMP Mon Feb 3 14:05:59...
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
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
...il.com> > 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? &gt...
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
2005 Nov 15
4
OpenLDAP and SAMBA
...enando entradas # posixAccount y posixGroup en el directorio index uidNumber eq index gidNumber eq index memberUid eq # Samba 3.* index sambaSID eq index sambaPrimaryGroupSID eq index sambaDomainName eq --> I get this error when i execute 'smbclient -d 488 \\\\172.21.2.160\\compartida -U juanma' from a client Password: Doing spnego session setup (blob length=58) got OID=1 3 6 1 4 1 311 2 2 10 got principal=NONE write_socket(3,178) write_socket(3,178) wrote 178 got smb length of 258 size=258 smb_com=0x73 smb_rcls=22 smb_reh=0 smb_err=49152 smb_flg=136 smb_flg2=51201 smb_tid=0 smb_pid=2...
2006 Jun 02
0
Take some field out of the tab order in a view
I am trying to set the NOTAB html option in a field helper I have tried with: <%= text_field(:variable, :attribute, {:notab => true}%> But It doesn''t work. Can somebody point me in the good direction? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jun 12
0
Passing parameters to ''remote_function''
Hi, I am trying to use the ''remote_function'' helper method from the PrototypeHelper class on a the onblur event of a text_field for filling a form with data via AJAX. How can I get the value of the text_field for making a query to the database in the controller action? <%= text_field("item", "code" , :onblur => remote_function(:update =>
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