Re: [Rails-core] Mailers --Need Help

2014-11-11 Thread Nicole Morales
s). You can also > drop in to the #rubyonrails channel on irc.freenode.net for realtime > help. You'll be more likely to get a quick answer using one of those > options. > > -T.J. > > On Tue, Nov 11, 2014 at 8:34 AM, Nicole Morales > wrote: > >> Hi all >>

[Rails-core] Mailers --Need Help

2014-11-11 Thread Nicole Morales
Hi all Im pretty new to Ruby on Rails. My boss created an app and is asking me to create a worker to email us when there is a conflict of events for a DJ. It works in the terminal but Im having problems getting the event details of the conflict to display in my mailer. Im trying to test it ou

[Rails-core] ROR Newby

2014-10-24 Thread Nicole Morales
Hi all Im trying to track conflicts in Event Dates. So Im basically checking if event dates overlap This is the code my boss helped me with however its showing records as overlapping when there is no conflict. Any ideas? def perform (user_id) user=User.find(user_id) even