tomfakes | Shared With: Everyone - Dec 09 2007 | ruby, dsl, pancakesRecipes in Ruby - I like it!
griddle = Griddle.new
griddle.preheat! 350.degreesdry = Bowl.new
dry << Sifter | Flour.new(9.5.ounces)
dry << Sifter | BakingSoda.new(0.5.teaspoon)
dry << Sifter | BakingPowder.new(1.teaspoon)
dry << Sifter | Salt.new(1.teaspoon, :type => :kosher)
dry << Sifter | Sugar.new(3.tablespoons, :type => :vanilla)
dry.whisk!
...
tomfakes | Shared With: Everyone - Nov 22 2007 | rails, ruby, code, facebook, api
tomfakes | Shared With: Everyone - Oct 24 2007 | ruby, system, admin, linux, config
tomfakes | Shared With: Everyone - Sep 21 2007 | web, rails, ruby, security
tomfakes | Shared With: Everyone - Aug 31 2007 | rails, ruby, web, monitor, performance
tomfakes | Shared With: Everyone - Aug 16 2007 | free, code, windows, ruby, games
tomfakes | Shared With: Everyone - Apr 15 2007 | rails, free, ruby
DHH makes an interesting point about open source, and takes a dig at Twitter for whining about something and not just fixing it like Nic Williams did with 75 lines of code.
Quoted: Now how could this be. How could Nic fix such an apparent "critical flaw", as others have billed the lack of this facility in Rails, ...
tomfakes | Shared With: Everyone - Feb 06 2007 | ruby, windows, FastCGI
tomfakes | Shared With: Everyone - Dec 18 2006 | ruby, excel, ole, win32Use Ruby with the win21ole Gem to script Excel, just like from VB, only with a nice language.
tomfakes | Shared With: Everyone - Dec 09 2006 | ruby, rails, programming, software
Related Content from Around Faves
ruby
-
Installation File Upload Fu
2 FaversViewed: 26 Times - ketchup - 25 days ago1 FaverViewed: 3 Times
- riz - Dec 28 20071 FaverViewed: 12 Times
rail
-
1 FaverViewed: 42 TimesQuoted: The Ruby on Rails (ROR) framework is typically run under Apache on both Linux and Windows Systems. For those that do not wish to use Apache to host their solutions on windows, one alternative is running under Internet Information Services (IIS) World Wide Web Publishing (W3SVC) service. The installer packages Shane Careveo's Fast-CGI ISAPI filter in conjuction with Ionic's Rewrite ISAPI filter and my IIS scripts to allow for integration with IIS under Windows XP or Windows Server 2003. This is a complete solution for hosting your Ruby Rails application under IIS. The installer is compiled using the Nullsoft Installer System (NSIS). IIS setup is handled by my vbscripts and executed from the installer. It installs the Rewrite filter, FCGI filter (including registry config settings), Ruby FCGI bindings and configures the IIS website.
- laurel - Jul 14 20081 FaverViewed: 4 Times
- jallen7usa - Jun 06 20064 FaversViewed: 33 Times




