Displaying 3 results from an estimated 3 matches for "corvett".
Did you mean:
corvette
2007 Aug 16
1
Nested REST resource routes without controller name
...ily created:
map.resources :cars
The URLs look great. But now I want to introduce the ability to
specify cars by year. I can do this by modifying the existing route:
map.resources :cars do |car|
car.resources :years
end
However, this leads to an undesirable URL pattern. To view a 1998
Corvette, I need to point my browser at /cars/corvette/years/1998.
What I wanted was /car/corvette/1998. In addition, the /car/corvette
URL would enumerate all years that the corvette was produced. I want a
POST request on /car/corvette to be used for adding new years.
Essentially, I want the ability to n...
2005 Mar 30
1
FC2 POP3/SMTP Configuration
...tc) mail clients - mostly PC's (W2K,
WXP). They all can read their mail but none of the users can send any
mail. I have also tested with Outlook and it works!? Ximian Evolution
(1.4.6) also works!??? Depending on the state of the dovecot.conf
file, I get the following:
Mar 28 16:04:14 corvette sendmail[5810]: unable to open Berkeley db
/etc/sasldb2: Invalid argument
Mar 28 16:04:14 corvette sendmail[5810]: unable to open Berkeley db
/etc/sasldb2: Invalid argument
Mar 28 16:04:14 corvette sendmail[5810]: no secret in database
Why do Outlook and Ximian work and the others do not?
I kno...
2005 Mar 29
0
FC2 POP Configurtion
...cess of moving my server from RH9 to FC2. The only
obstacle remaining is my email. I run sendmail with netscape mail
clients - mostly PC's. They all can read their mail but none of the
users can send. Depending on the state of the dovecot.conf file, I get
the following:
Mar 28 16:04:14 corvette sendmail[5810]: unable to open Berkeley db
/etc/sasldb2: Invalid argument
Mar 28 16:04:14 corvette sendmail[5810]: unable to open Berkeley db
/etc/sasldb2: Invalid argument
Mar 28 16:04:14 corvette sendmail[5810]: no secret in database
I know I must be missing something, probably trivial. Does...