@players = Action.player_statistics # Invoke it from controller


...

Ruby On getting 20-100+ sums in one go

by pypiyush.myopenid.com, February 21, 2009 05:26
55502f40dc8b7c769880b10874abc9d0 Talk
def update
  @spec = logged_in_user.spec.nil? ? Spec.new : logged_in_user.spec
  params[:spec].merge{(:user_id => logged_in_user.id )}
...

Ruby On using update for new and ex...

by pypiyush.myopenid.com, January 31, 2009 20:09

Try this out If It could be...

55502f40dc8b7c769880b10874abc9d0 Talk

Ruby On Need to remove If else

by pypiyush.myopenid.com, January 31, 2009 11:23

Thanks..Guys.... Thanks a l...

55502f40dc8b7c769880b10874abc9d0 Talk
def set_teams_members
if params[:fee][:number_of_teams].blank? 
      number_of_teams = params[:teams]
...

Ruby Need to remove If else

by pypiyush.myopenid.com, January 30, 2009 12:40, 4 refactorings, tagged with Unwanted If Else

Hey Friends need to optimiz...

55502f40dc8b7c769880b10874abc9d0 Talk