Stories recently tagged with 'Ruby'

C# alternative for Ruby’s acts_as_tree; part 2(blog.onderweg.eu)

submitted by werchterwerchter(30) 1 year, 6 months ago

Second part in a two part blog post series about my search for a C# alternative for Ruby's acts_as_tree plugin. I'll talk about mixins, extension methods and marker interfaces in C#, and I will show how methods for tree traversal can be added to existing entity classes. read more...

add a comment |category: |Views: 4

tags: another

Adventures in Ruby MVVM – Firing Events from Ruby(houseofbilz.com)

submitted by BrianGenisioBrianGenisio(1000) 1 year, 11 months ago

My Experiment: Can I move over to Ruby as my primary programming language when developing WPF and Silverlight applications? In this post, I talk about how to fire events from Ruby, including an implementation of INotifyPropertyChanged read more...

add a comment |category: |Views: 117

tags: another

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

submitted by usshermussherm(5285) 2 years, 6 months 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: 288

tags: another

C# Recorder using IronRuby(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 7 months 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: 291

tags: another

Being Lazy with Rake(stevenharman.net)

submitted by usshermussherm(5285) 2 years, 11 months ago

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

add a comment |category: |Views: 15

tags: another

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

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 2 months 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: 578

tags: another

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

submitted by spavkovspavkov(1718) 3 years, 3 months 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: 556

tags: another

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

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 3 months ago

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

add a comment |category: |Views: 127

tags: another

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

submitted by simonechsimonech(10.1k) 3 years, 3 months 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: 140

tags: another

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

submitted by jbrechteljbrechtel(40) 3 years, 6 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: 69

tags: another

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

submitted by AtomBaseAtomBase(20) 3 years, 7 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: 17

tags: another

C# vs Ruby(codeclimber.net.nz)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 8 months ago

Interesting observation read more...

add a comment |category: |Views: 886

tags: another

C# vs Ruby(codeclimber.net.nz)

submitted by JanVanRyswyckJanVanRyswyck(2724) 3 years, 8 months ago

Interesting observation read more...

add a comment |category: |Views: 886

tags: another

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

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 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: 108

tags: another

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

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 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: 105

tags: another

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

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 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: 105

tags: another