Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8143277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:04:55+00:00 2026-06-06T13:04:55+00:00

new on rails and using windows for now,, i have web page that user

  • 0

new on rails and using windows for now,,
i have web page that user insert name, date and email. depending on his date input i want to send him email(if @dop.date=date.now-7.days then send email ). how could i implement it?? i want the system get user dates and check it if user insert date, and the date has been for 7 days then send him email…


class UserMailer < ActionMailer::Base
  default from: "from@example.com"

  def welcome_email(dop)
    @dop = dop
    @url  = "http://example.com/login"
    mail(:to => dop.mail, :subject => "Welcome to My Awesome Site")
  end
end

 def create
    @dop = Dop.new(params[:dop])

    respond_to do |format|
      if @dop.save
        UserMailer.welcome_email(@dop).deliver
        format.html { redirect_to @dop, notice: 'Dop was successfully created.' }
        format.json { render json: @dop, status: :created, location: @dop }
      else
        format.html { render action: "new" }
        format.json { render json: @dop.errors, status: :unprocessable_entity }
      end
    end
  end

here is my model:
class Dop < ActiveRecord::Base
attr_accessible :date,:mail,:name
validates_presence_of:name
validates_presence_of:mail
validates_uniqueness_of:mail

end


  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T13:04:56+00:00Added an answer on June 6, 2026 at 1:04 pm

    Use cron to schedule a repeating rake task. If you’re using heroku, you can get cron as an add-on. But first, of course, you need to write the rake task — for tips:

    http://railscasts.com/episodes/66-custom-rake-tasks/

    http://jasonseifer.com/2010/04/06/rake-tutorial

    Long and the short – rake is a file that allows you to define various tasks and establish dependencies among those tasks. It’s perfect for administrative/cleanup tools, or, in your case, something outside the actual execution of your application.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

new on ruby and using windows xp and rails 3, i want to send
Hey, i have some experience with MVC. but I'm new to rails. I'm using
I have built a very simple blog application using Ruby on Rails. New to
I've just created a new rails application using command: rails blog Now I'm following
I have a rails application that I deploy on Heroku. I'm using several different
I am using Railside to create a new Rails project. I am on a
I am new to both DBs and Rails (using 3.2), and I suspect this
I am new to rails and I having trouble using cucumber to run my
I'm new to Ruby and Rails, but my team is interested in using Redmine
Starting a new rails project and we have a well-thought-out color palette, and want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.