Displaying 3 results from an estimated 3 matches for "user_extension".
2007 May 05
4
autogenerated it (was ''Custom Matcher and NAME NOT GENERATED annoyance'')
...quot;A User (in general)" do
> > before(:each) do
> > @user = User.new
> > end
> >
> > it { @user.should have_many(:contest_public_votes) }
> > it { @user.should have_many(:design_industry_user_interests) }
> > it { @user.should have_one(:user_extension) }
> > end
> >
When I''ve used the autogenerated names, I''ve used specify:
specify { @user.should have_many(:contest_public_votes) }
specify { @user.should have_many(:design_industry_user_interests) }
specify { @user.should have_one(:user_extension) }
That reads bett...
2007 May 04
2
Custom Matcher and NAME NOT GENERATED annoyance
...fill associations and validations of attributes.
Example:
describe "A User (in general)" do
before(:each) do
@user = User.new
end
it { @user.should have_many(:contest_public_votes) }
it { @user.should have_many(:design_industry_user_interests) }
it { @user.should have_one(:user_extension) }
end
That creates the following descriptions:
A User (in general)
- should has_many contest_public_votes
- should has_many design_industry_user_interests
- should has_one user_extension
A new User
- should not be valid without first_name
- should not be valid without last_name
- should not be...
2019 Jun 18
2
recipient delimiters
...ut any address using an _ as a delimiter.
I don?t see a way to tell dovecot what delimiters to use, and it appears it is still using a single delimiter only despite postfix having added support for more than one years ago.
Anything that I can do in dovecot to 1) validate these emails and 2) treat user_extension the same as user+extension at delivery?
--
Love is like oxygen / You get too much / you get too high / Not enough
and you're gonna die