Search Results
- of 1
-
Ivan Porto Carrero03May Mocking for IronRuby As you may or may not know I’m in the process of building IronRubyMvc. At one point I did write a bunch of tests in for the code I had at that point. However that test code was written in C# with xunit and moq. I wasn’t too happy about that so I deferred writing ...
- SHARE
- VIEW IN TWINES (2)
- VIEW WEB PAGE
-
Things That Newcomers to Ruby Should Know* Ruby has an interactive shell; try to invoke the command "
irb" instead of "ruby". "irb" is best used for experimenting with the language and classes; you may try things out in this environment before putting them in your programs. * For convenient on-screen Ruby ...
dekaysion
added
15 months ago
- SHARE
- VIEW IN TWINES (1)
- VIEW WEB PAGE
-
ActiveRDFActiveRDF is a library for accessing RDF data from Ruby programs. It can be used as data layer in Ruby-on-Rails, similar to ActiveRecord (which provides an O/R mapping to relational databases). ActiveRDF in RoR allows you to create semantic web applications very rapidly. ActiveRDF gives you a ...
Hendy Irawan
added
17 months ago
- SHARE
- VIEW IN TWINES (11)
- VIEW WEB PAGE