Displaying 3 results from an estimated 3 matches for "javierq".
Did you mean:
javier
2012 Apr 10
2
how to use cronjob
hey everyone i want to send mails by scheduling the time
dynamically.lets say in a single table i have all the employee logs
who came at different timings.they are from different locations and
departments. i want to send mails to different mails ids according to
there location to there HR. can i do this with cron job.
thanks in advance
--
You received this message because you are subscribed to
2012 May 08
2
issues with text_field in rails
*view*
<%= form_for(@mstype) do |f| %>
<p> <%= f.text_field(:Name,:class => "span1",:placeholder => "x") %>
<%end%>
*Got the error like this*
NoMethodError in Pgmdfntions#pgmdfntion
Showing *pgm.html.erb* where line *#57* raised:
undefined method `Name'' for #<Pgmdfntion:0xb457ad28>
But i could do this as same before. but in
2012 Aug 28
16
rail s exiting
Hello everyone,
I am fairly new to ruby on rails, and I come across this tutorial on
treehouse where they help you make a simple version of facebook.
anyway, I was writing codes, and I came across this error and I am not
sure how to fix it. The error occurs after I type in rail s on the
command prompt and as soon as try to look at how it looks on
127.0.0.1:3000, it gives me this error. the