search for: gerbdla

Displaying 4 results from an estimated 4 matches for "gerbdla".

Did you mean: gerbal
2012 May 18
2
Ideas For Handling Rake Task Errors
I am looking for some ideas on how I can create some way of error alerts for failed rake tasks and how some of you are handling something like this. Basically if a rake tasks fails I would like to have some kind of alert by email that the task did not complete. Are there any services that your using to do something like this? Currently I am running these tasks via cron. Thank You -- You
2012 Mar 26
1
rails test failure
Not sure if this is for this group or not but I am running some rake tests and getting this failure Test run options: --seed 45998 rake aborted! Errors in activerecord -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To
2012 Jan 24
2
How would you do this in ajax in rails 3
I have a rails 3.1 app and I am curious how you would do something. I have a link_to remote option true button <%=link_to "Add to your Favorites", add_favorite_url(movie_star),:class=>"btn small primary" %> I need to submit this to the users controller via ajax do some stuff then set the button to say that the favorite has been added. Can you please tell me how
2012 Feb 08
2
Session values
Hello Everyone, I am new to Ruby. My application revolves around the user having a "Customer" object and having that customer id in the session. Right now I have a customer service which creates the customer or finds one that has been created and adds the id to the session. However, I can''t guarantee that the customer service will be the first one hit when my application