search for: lailson

Displaying 5 results from an estimated 5 matches for "lailson".

2010 Sep 21
3
Options for .rspec, or a verbose mode?
Hello everybody, in my app, (using rspec 2.0.0.beta22) I have my .rspec file with "--colour" in it., I want to know if are there any other options for this file? And I wanna know if is there a verbose mode of running my specs, listing their ''describes'' and/or ''its''? Thanks!
2010 Mar 26
5
"invalid byte sequence in US-ASCII" on i18n form
...ils/locale/pt-BR.yml. Then, when I use a scaffold-generated form with validation and the validation fails, the line of f.error_messages raises this ArgumentError of invalid byte sequence. Does anybody knows what is happening? Is this a Rails bug? (To reproduce the error, just run this app<http://lailsonbandeira.com/files/demoapp.zip>, go to /users/new and submit the empty form.) Thanks guys -- LAILSON BANDEIRA http://lailsonbandeira.com/ -- 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 rub...
1999 Dec 21
0
" eth1 transmit timeout ... "
...so browseable = yes guest ok = no path = /dominio-NT/diversos writable = yes create mask = 0775 directory mask = 0775 force group = fortaleza valid users = renato, ricardo, andre, altaides, lailson, luiz, rafaella, socorro ;allow hosts = lan010, lan011 [Software] comment = diretorio para guardar programas browseable = yes guest ok = no path = /dominio-NT/software writable = yes create mask = 077...
2009 Aug 17
1
Problem with setter override on ActiveRecord
(This message was originally written on StackOverflow -- the formatting is much prettier there -- http://stackoverflow.com/questions/1283046/problem-with-setter-override-on-activerecord) This is not exactly a question, it''s rather a report on how I solved an issue with write_attribute when the attribute is an object, on Rails'' Active Record. I hope this can be useful to others
2010 Nov 03
3
Rake task for focused examples
Hi, Is it possible to make a rake task to run examples with a certain filter on? In this case I want to run rake spec:focused and run only the examples with :focus => true. - Toni