search for: janowski

Displaying 10 results from an estimated 10 matches for "janowski".

Did you mean: jangowski
2008 Mar 24
3
Yet again: Gem plugins
The patch I''m working on is just a) A more declarative way of specifying the gems your app uses, and having Rails automatically require them for you, and b) A mechanism for enabling those gems hook up to your target app, just like init.rb does for file-system plugins. Please take a look at the Trac ticket as it''s more self-explanatory: http://dev.rubyonrails.org/ticket/11167
2007 Sep 04
4
Could someone take a look at #9477 (new fieldset_tag helper)?
Hi everyone, I just submitted a patch for a new fieldset_tag helper. It''s helpful and encourages developers to follow web standards, etc. "+1"s welcome :-) http://dev.rubyonrails.org/ticket/9477 Cheers Damian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
2018 Apr 04
2
[4.8] unix extensions negotiation and os x
On Wed, Apr 04, 2018 at 08:52:58AM -0400, Dan Janowski via samba wrote: > That’s very awesome. I’ll take a stab at getting it set up Just to clarify, "working" doesnt' yet mean the client side, only the server parts :-). Once I've finished the symlinks/device files work then I'll work on fixing up the smbclient test code.
2018 Apr 03
3
[4.8] unix extensions negotiation and os x
On Tue, Apr 03, 2018 at 12:09:52PM +0200, Aurélien Aptel via samba wrote: > Dan Janowski via samba <samba at lists.samba.org> writes: > > > [ Unknown signature status ] > > Does os x (10.13) support negotiation of unix extensions/CIFS? > > > > When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix extensions = yes’ glo...
2018 Mar 29
2
[4.8] unix extensions negotiation and os x
Does os x (10.13) support negotiation of unix extensions/CIFS? When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix extensions = yes’ globally, the Negotiation makes no mentions: Negotiate Protocol Request (0x00) Capabilities: 0x00000077, DFS, LEASING, LARGE MTU, PERSISTENT HANDLES, DIRECTORY LEASING, ENCRYPTION Negotiate Protocol Response (0x00)
2007 Sep 25
21
form_for and partials
I love form_for, but I really hate <% form_for :person, @person, :url => {...} do |f| %> ... <%= render :partial => ''form'', :locals => {''f'' => f} ... <% end %> I''ve been thinking of instead allowing <% form_for :person, @person, :url => {...} do |f| %> ... <%= f.partial ''form''
2018 Apr 03
0
[4.8] unix extensions negotiation and os x
Dan Janowski via samba <samba at lists.samba.org> writes: > [ Unknown signature status ] > Does os x (10.13) support negotiation of unix extensions/CIFS? > > When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix extensions = yes’ globally, the Negotiation ma...
2018 Apr 04
0
[4.8] unix extensions negotiation and os x
That’s very awesome. I’ll take a stab at getting it set up > On Apr 3, 2018, at 2:16 PM, Jeremy Allison <jra at samba.org> wrote: > > On Tue, Apr 03, 2018 at 12:09:52PM +0200, Aurélien Aptel via samba wrote: >> Dan Janowski via samba <samba at lists.samba.org> writes: >> >>> [ Unknown signature status ] >>> Does os x (10.13) support negotiation of unix extensions/CIFS? >>> >>> When hard links didn’t work I dug in and while I found info on CAP_UNIX, and added ‘unix exte...
2009 Mar 15
0
rspec-rails 1.2.0 Released
...quot; } now delegates to assert_generates (in rails) * see Upgrade.markdown for more information * deprecations * controller.use_rails_error_handling! is deprecated * use rescue_action_in_public! (from rails) instead * enhancements * Adding status codes to redirect_to matcher (Damian Janowski). Closes #570. * Initialize current URL before executing any examples in a ViewExampleGroup (Wilson Bilkovich). Closes #654. * Support query strings in params_from (Wilson Bilkovich). Closes #652. * delegate route_for to assert_recognizes (less brittle) * it { should be_valid } (Kakutani)....
2008 Oct 21
0
samba + kerberos
Hello I set samba to use kerberos password backend (without ldap) use kerberos keytab = yes security = user realm = DOM.COM encrypt passwords = yes unix password sync = no And generally it works ... when (on the linux client) I put kinit and type the password and then smbclient -k //smbserv/files I am logged in and I can see the files But I would like to mount it