This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d:\tmp\systemu>ruby -v | |
| ruby 1.9.2p290 (2011-07-09) [i386-mingw32] | |
| d:\tmp\systemu>gem list | |
| *** LOCAL GEMS *** | |
| activemodel (3.0.9) | |
| activerecord (3.0.9) | |
| activesupport (3.0.9) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| d:\foo>ruby -v | |
| ruby 1.9.2p290 (2011-07-09) [i386-mingw32] | |
| d:\foo>gem list | |
| *** LOCAL GEMS *** | |
| activemodel (3.0.9) | |
| activerecord (3.0.9) | |
| activesupport (3.0.9) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "rubygems" | |
| require "benchmark" | |
| puts Benchmark.measure{require "couchrest"} | |
| puts Benchmark.measure{require "couchrest_model"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| meisterbrau:rake-issues riva$ rake a | |
| (in /Users/riva/Projects/mine/sandbox/rake-issues) | |
| b | |
| a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
| "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
| <title><%= title %></title> | |
| <script src="/js/drawing_methods.js"></script> | |
| </head> | |
| <body id="body" onload="<%= drawing_function %>"> |
NewerOlder