Displaying 2 results from an estimated 2 matches for "usisng".
Did you mean:
using
2009 Apr 24
5
some question about BDCs
Hi,
I want to set up SaMBa PDC and BDC with LDAP. I read the TOSHARG2, but don't
understand something:
>Samba-3 cannot participate in true SAM replication and is therefore not
able to employ
>precisely the same protocols used by MS Windows NT4. A Samba-3 BDC will not
create
>SAM update delta files.
Ok, I understand until that, but:
>It will not interoperate with a PDC (NT4 or
2008 Jun 21
15
will_paginate generates undefined method paginate
Dear
I used to use the will_paginate plugin, and now it is no longer
available in the repository.
I am using the one in the gem
#gem install will_paginate
in my controller I have this
@careers = Career.paginate :page => params[:page], :per_page => 10
and in the view
<%= will_paginate @careers %>
I found this way in all the tutorials and the railscasts episode 51.
Though I still