Stories recently tagged with 'Ruby' Subscribe to this feed

OMG, Better Rake (for .net)! (stevenharman.net)

published 2 months, 15 days ago, submitted by usshermussherm(5255) 2 months, 16 days ago

If you ask me, when it comes tools for writing automated build scripts nothing packs more bang for the buck than Rake. Until recently, using Rake to build .net solutions required a magic concoction of hacked together scripts which rarely exhibited Ruby’s appreciation for beauty nor Rake’s spirit of simplicity. ... and then came Albacore... read more...

add a comment | category: | Views: 279

tags: another

C# Recorder using IronRuby (www.ironshay.com)

published 3 months, 13 days ago, submitted by shayfriedmanshayfriedman(905) 3 months, 14 days ago

The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary object - a task that has been very complicated to achieve until now. read more...

add a comment | category: | Views: 268

tags: another

Being Lazy with Rake (stevenharman.net)

submitted by usshermussherm(5255) 8 months, 11 days ago

Stop working so hard. Let Rake do the menial stuff for you! read more...

add a comment | category: | Views: 8

tags: another

Collection Of Puzzles For Programmers (blogs.lessthandot.com)

published 11 months, 3 days ago, submitted by SQL_MenaceSQL_Menace(4885) 11 months, 4 days ago

A nice collection of puzzles. Some are harder than others so there is something for everyone. You can choose any language you want, you will see that there are solutions in C#, Ruby, Python, Visual Basic, SQL, JavaScript, C++ and other languages. read more...

2 comments | category: | Views: 564

tags: another

Ruby inspired C# Extension Methods for natural DateTime operations (www.codeplex.com)

published 11 months, 16 days ago, submitted by spavkovspavkov(1230) 11 months, 16 days ago

FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this: DateTime.Now + 1.Week() + 3.Days + 14.Minutes(); 3.Days().Ago(); 5.Days().After(new DateTime(2000, 1, 1)); DateTime.Now.NextDay(); DateTime.Now.WeekAfter(); DateTime.Now.Midnight(); DateTime.Now.SetTime(11, 55, 0); read more...

add a comment | category: | Views: 456

tags: another

Getting Started With IronRuby And RSpec, Part 1 (msdn.microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 1 year ago

An introduction to IronRuby and the RSpec BDD framework read more...

add a comment | category: | Views: 48

tags: another

Created a basic integration for IronRuby and Asp.NET MVC (flanders.co.nz)

published 1 year ago, submitted by simonechsimonech(9810) 1 year ago

Ivan started to work on an integration to allow writing ASP.NET MVC controllers in Ruby... sweet!! read more...

add a comment | category: | Views: 137

tags: another

Embedding an IronRuby console in your applications (blog.brechtel.us)

submitted by jbrechteljbrechtel(40) 1 year, 2 months ago

How to make use of IronRuby today. Along the same lines as parts of John Lam's IronRuby PDC talk. How to use IronRuby in your applications as an interactive console. read more...

add a comment | category: | Views: 50

tags: another

Ruby In Steel - New Free Edition includes Visual Studio (www.sapphiresteel.com)

submitted by AtomBaseAtomBase(20) 1 year, 4 months ago

SapphireSteel Software today released a free edition of Ruby In Steel, the Ruby and Rails IDE for Microsoft Visual Studio 2008. read more...

add a comment | category: | Views: 16

tags: another

C# vs Ruby (codeclimber.net.nz)

published 1 year, 4 months ago, submitted by JanVanRyswyckJanVanRyswyck(2535) 1 year, 4 months ago

Interesting observation read more...

add a comment | category: | Views: 833

tags: another

C# vs Ruby (codeclimber.net.nz)

published 1 year, 4 months ago, submitted by JanVanRyswyckJanVanRyswyck(2535) 1 year, 4 months ago

Interesting observation read more...

add a comment | category: | Views: 833

tags: another

Learning Ruby via IronRuby and C# Part 6 (www.codethinked.com)

published 1 year, 6 months ago, submitted by justin_etheredgejustin_etheredge(8055) 1 year, 6 months ago

In part 6 we look at Hashes (or Associative Arrays) and how they are used in the Ruby language. We also look at how you can use them in place of explicit method parameters. read more...

add a comment | category: | Views: 104

tags: another

Learning Ruby via IronRuby and C# Part 5 (www.codethinked.com)

published 1 year, 6 months ago, submitted by justin_etheredgejustin_etheredge(8055) 1 year, 6 months ago

In part 5 of the IronRuby versus C# series, we talk about Arrays in Ruby and how they are a different beast from what we are used to in C#. read more...

add a comment | category: | Views: 99

tags: another

Learning Ruby via IronRuby and C# Part 5 (www.codethinked.com)

published 1 year, 6 months ago, submitted by justin_etheredgejustin_etheredge(8055) 1 year, 6 months ago

In part 5 of the IronRuby versus C# series, we talk about Arrays in Ruby and how they are a different beast from what we are used to in C#. read more...

add a comment | category: | Views: 99

tags: another

Learning Ruby via IronRuby and C# Part 4 (www.codethinked.com)

published 1 year, 6 months ago, submitted by dengar007dengar007(3069) 1 year, 6 months ago

Part 4 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over additional functionality of loops and ranges. read more...

add a comment | category: | Views: 121

tags: another

Learning Ruby via IronRuby and C# Part 3 (www.codethinked.com)

published 1 year, 6 months ago, submitted by dengar007dengar007(3069) 1 year, 6 months ago

Part 3 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over static methods (class methods in Ruby), parameters, conditionals and loops. read more...

add a comment | category: | Views: 91

tags: another