search for: golo

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

Did you mean: goto
2006 Jun 27
3
find_by_id vs. find in postback action
I''m playing around with the Postback action recipe listed in the recipes book. Here is the default code given: def edit @recipe = Recipe.find_by_id(params[:id]) || Recipe.new if request.post? @recipe.attributes = params[:recipe] redirect_to :main_url and return if @recipe.save end end Here is what my code sort of ended up looking like, altho i''ve ripped it apart
2007 Mar 10
0
Is mysql_compression supported?
I came across the fact that Ruby DBI MySQL module supports a mysql_compression option. Is there a way to turn it on via an option in database.yml? Or any other way, for that matter? Thank you, Fyodor Golos --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, sen...