Displaying 2 results from an estimated 2 matches for "hellorails".
2006 May 25
3
No joy for newbie Capistrano user
...lly, when I do:
rake remote:exec ACTION=setup
I get this error:
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 setup
* executing "mkdir -p -m 775 /usr/www/rails/hellorails/releases
/usr/www/rails/hellorails/shared/system &&\n mkdir -p -m 777
/usr/www/rails/hellorails/shared/log"
servers: ["theimageengine.com"]
(in /home/turner/play/rails/hellorails)
rake aborted!
no such file to load -- openssl
Can someone please lend a hand. Thanks al...
2011 Apr 14
1
a little problem with extJS & log in form
have user_cotnroller
class UserController < ApplicationController
def authenticate
if request.post?
#User.new(params[:userform]) will create a new object of User,
retrieve values from the form and store it variable @user.
@user = User.new(params[:userform])
#@user = User.find_by_id(params[:id])
#find records with username,password
valid_user =