search for: logged_in_at

Displaying 8 results from an estimated 8 matches for "logged_in_at".

2005 Jul 05
2
Salted hash login generator (verification problem?)
...t ''0'', `role` varchar(40) default NULL, `security_token` varchar(40) default NULL, `token_expiry` datetime default NULL, `created_at` datetime default ''0000-00-00 00:00:00'', `updated_at` datetime default ''0000-00-00 00:00:00'', `logged_in_at` datetime default ''0000-00-00 00:00:00'', `deleted` int(11) default ''0'', `delete_after` datetime default NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; *** LOCAL GEMS *** actionmailer (0.9.1) actionpack (1.8.1) actionwebservice (0.7....
2006 Aug 09
0
admin.create error in devel. console
...006, "type"=>"Admin", "fullname"=>"Zack", "security_token"=>nil, "role"=>nil, "id"=>13, "deleted"=>0, "token_expiry"=>nil, "credits"=>nil, "verified"=>0, "logged_in_at"=>nil, "salted_password"=>"", "created_at"=>Wed Aug 09 01:16:05 EDT 2006, "email"=>"zack@xxxxxx.com"}, @agreement="1", @new_password=false, @new_record=false> any ideas as to why im getting this. this is an app that...
2005 Dec 19
1
Is there a guide for using ERBSQL?
...efault NULL, salt CHAR(40) NOT NULL, verified INT default 0, role VARCHAR(40) default NULL, security_token CHAR(40) default NULL, token_expiry <%= @datetime %> default NULL, created_at <%= @datetime %> default NULL, updated_at <%= @datetime %> default NULL, logged_in_at <%= @datetime %> default NULL, deleted INT default 0, delete_after <%= @datetime %> default NULL ) <%= @options %>; From viewing the example I get the gist of how it works and what''s going on but what if I just want to make a date field instead of a datetime e...
2005 Dec 15
4
rake migrate ignores '':null => false'' on mysql
I wanted to add a login string column to an existing table => I created a migration : ... def self.up add_column "members", "login" , :string, :null => false end ... remark: it shouldn''t work, as the table is not empty (=> ''login'' would be null in the existing rows.) problem: rake migrate didn''t complain
2006 Apr 04
3
model validates twice in tests, produces duplicate errors
...quot;=>nil, "country"= >nil, "zip_code"=>"265", "gender"=>nil, "token_expiry"=>nil, "is_verified"=>0, "birthday"=>nil, "is_deleted"=>0, "display_name"=>"invalid zip", "logged_in_at"=>nil, "salted_password"=>"", "created_at"=>nil, "email"=>"invalid...@myapp.com"}, @password_confirmation="asecurepassword", @new_password=false, @errors=#<ActiveRecord::Errors:0x38b7768 @base=#<User:0x38e0598 ...&gt...
2007 Jan 05
8
Rails 1.2: Release Candidate 2
This is it. We''re a mere two shakes of a lamb''s tail from releasing the final version of Rails 1.2. But before we light the fireworks and pop the champaign, we''ll just do one itsy, bitsy, tiny test run. Like wearing protection glasses in downtown Copenhagen on New Year''s. You know, just for precautions. So please do give it a good run. We''re looking
2006 Jun 06
14
How can I set the session in a functional test?
Hey :) I need to simulate a login in my functional test, otherwise I can''t GET nor POST to the action. I need to set the session key "logged_in_user_id". I tried this inside the setup() method: session[''logged_in_user_id''] = 1 But that throws: TypeError: can''t convert String into Integer Any ideas? Thanks, Rob -------------- next part
2006 Mar 28
0
MySQL problems and undefined class User
...uot;Rafa\xC5\x82" lastname: Grabowski description: "" token_expiry: 2006-02-05 19:55:09 deleted: "0" phone: "603110654" verified: "1" login: rgrabowski salted_password: b7f71599ed50ae37c47136f1c35a2e62d42ac05f logged_in_at: 2006-03-28 16:00:48 +02:00 parent_id: position: IT Serivce Manager email: rgrabowski@exorigo.pl created_at: 2006-01-28 22:40:11 errors: !ruby/object:ActiveRecord::Errors base: *id001 errors: {} new_password: false new_record_before_save: roles: - !ruby...