Ruby On Importing large collection ...

by mister, March 22, 2008 19:23

This code is of course full...

Avatar Talk
1
2
3
4
  # OPTIMIZE: I think we can do a LOT for optimize this.
  def create
    added_counter = 0
...

Ruby Importing large collection ...

by mister, March 22, 2008 19:16, 2 refactorings, tagged with ruby, rails

This scripts get textarea w...

Avatar Talk
1
2
3
4
def calculate_price_of_credits(credits)
  case credits
  when 1..5000
...

Ruby Ugly method for calculating...

by mister, March 07, 2008 17:53, 3 refactorings

very uglish method, please ...

Avatar Talk