search for: teemss2

Displaying 3 results from an estimated 3 matches for "teemss2".

2006 Mar 06
11
Capistrano setup fails
I can''t get past the setup step in Capistrano. I know the paths are correct and I''m using zsh locally (bash on remote), so the shell shouldn''t be a problem. It never asks for the SSH password, even. Any help you could give would be greatly appreciated. Thanks. Kenneth -- => the blog from beyond <= => www.eyeheartzombies.com <=
2006 Mar 28
0
Capistrano: can''t get remote connection to work
...just not through capistrano. The problem also isn''t the setup task -- I created the simplest task I could imagine: task :ls, :roles => [:app] do run <<-CMD ls #{deploy_to} CMD end I still get a similar error: rake remote:exec ACTION=ls (in /Users/stephen/dev/rails/teemss2) loading configuration /usr/local/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/capistrano/recipes/standard.rb loading configuration ./config/deploy.rb * executing task ls * executing "ls /web/rails.dev.concord.org/teemss2" servers: ["maggie.concord.org"] rak...
2007 Aug 04
2
Modifying the restful_authentication plugin / Classes creating instances of themselves.
Hi, I''m trying to modify the restful_authentication plugin so that it first authenticates against LDAP (Active Directory), if successful, it tries to find a matching user with the same username in the database, through a model ''user''. If it finds a user, it updates a last_login attribute; if it doesn''t find one, it creates one. The "remember me"