Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

ruby on fails

Name: Anonymous 2008-06-12 19:19

so what does /prog/ think of rails?

I realize it's incredibly clunky and forces you to do a lot of really annoying shit you might otherwise not want to do, and it's underdocumented conventions that you're FORCED to adhere are really, really fucking annoying, but once you get used to it and learn the dumbass hoops it is surprisingly robust and makes webapp development easy and fun.

and now that mod_rails is out the ridiculous difficulty of deploying onto apache with a shared hosting environment is pretty much gone too... things are really looking up for it.

I'm pretty much positive I'm going to get a lot of flak for this thread (a lot of people hate ruby with a passion), but I really do like rails.

anyone here serious about it at all?

Name: Anonymous 2008-06-13 12:15

#
# LOL IT'S DER FOCKIN 4CHAN PROGRAM!
# WE WANT MOAR RAEP AND SECKS
# Created by: Profeta
#
class Chan
  def initialize(lol, rofl)
    @lmao = lol
    @lmfao = rofl
  end
 
  def lul
    puts 'I <3 4Chan'
  end
 
  def rufl
    puts "I #{@lmao} it for the #{@lmfao}"
  end
end

class Jb
  def jailbait
    puts 'I <3 JB'
  end
end
var = Chan.new('didnt', 'fun')
puts var.rufl
puts var.lul

var2 = Chan.new('did', 'lulz')
puts var2.rufl
puts var2.lul

var4 = Jb.new
puts var4.jailbait

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List