search for: confirmed_by

Displaying 2 results from an estimated 2 matches for "confirmed_by".

Did you mean: confirmed_at
2006 Mar 26
2
File_Column plugin causes strange errors on windows
...reenshots", :force => true do |t| t.column "image", :string, :limit => 255, :null => false t.column "description", :text t.column "created_on", :datetime, :null => false t.column "item_id", :integer, :null => false t.column "confirmed_by", :integer t.column "created_on", :datetime, :null => false t.column "created_by", :integer, :null => false end class Item < ActiveRecord::Base has_many :screenshots end class Screenshot < ActiveRecord::Base file_column :image, :magick => { :geometr...
2005 Mar 06
2
Using url_for in ActionMailer templates
Hi All I am just adding some basic e-mail notices to my Rails app using ActionMailer, and have one small issue. I want to provide a confirmation URL to users who sign up for an account. I can obviously just hardcode the URL and append the confirmation code to it, but I''d much rather be able to use something like: url_for(:controller => ''authentication'', :action