Displaying 3 results from an estimated 3 matches for "beleza".
Did you mean:
belleza
2004 Apr 02
0
Problem between Samba and Windows XP
...n user (root)
which has rigths to do it.
It's work fine.
The problem occurs when I try to log in Windows XP. Windows XP tell me that
user doesn't exist or domain server is inoperante.
Could you please help me about it?
Thanks in advance.
--
\"Se voc? tem dificuldade para enxergar a beleza, ent?o feche os olhos que
voc? a ver? por uma nova luz\"
2006 Jun 25
7
Unicode HOWTO?
I am disappointed about the (seeming) lack of Unicode support in Rails.
Is there a howto about working the most important limitations? For
example, figuring out the length of an entered word: "???".length() will
return 6, not 3. So if there is a maximum number of characters a user is
allowed to enter, this won''t work as it should -- it treats strings as
byte arrays instead
2008 May 13
6
Testing that named_scope is defined
Hi guys,
I''m just beginning to use RSpec and I ran into the issue of testing a
named_scope. I''m not actually trying to test its behavior, as it''s not
my code, but I wanted to test at least that it''s defined. I tried
doing this:
describe Post, ".most_recent" do
it "should be defined" do
Post.method_defined?(:most_recent).should be_true