Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-26 Thread Cory Foy
'm using these two articles as starting point http://msdn.microsoft.com/en-us/magazine/dd434651.aspx http://msdn.microsoft.com/en-us/magazine/dd453038.aspx Maybe they're outdated. Cory Foy wrote in post #964185: Hi Sundae, Are you running this from a tutorial? If I remember correctly

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-26 Thread Cory Foy
Hi Sundae, Are you running this from a tutorial? If I remember correctly, spec/story was the old StoryRunner for RSpec, which was deprecated since most everyone uses Cucumber for Story Writing. Do you have the link to the tutorial you are using? Cory On 11/26/2010 5:19 PM, Sundae Oliseh wro

Re: [Ironruby-core] no such file to load -- spec/story (LoadError)

2010-11-26 Thread Cory Foy
Hi Sundae, generate is a ruby command in the script folder of a Rails app. Unless you are working in a Rails app, it won't be available. If you *are* working in a Rails app, but on a Windows machine, then trying running "ir script/generate rspec". I think that's right. I know in Ruby it woul

Re: [Ironruby-core] [ANN] IronRuby 1.1.1 Released!

2010-10-24 Thread cory . foy
Ryan, Just a thought - have you tried running from an elevated command prompt? Cory Sent from my Verizon Wireless BlackBerry -Original Message- From: Ryan Riley Sender: ironruby-core-boun...@rubyforge.org Date: Sun, 24 Oct 2010 15:33:14 To: Reply-To: ironruby-core@rubyforge.org Subjec

Re: [Ironruby-core] "Start spreading the news"

2010-08-07 Thread Cory Foy
Ok, I like to propose a pause in action. Here's what we know. Jimmy has moved on, as has Jim. Tomas is the main person left, and from the emails we've received, he's only working on it part-time. I don't know the politics of this specific org, but being an ex-softie I do have an idea, and that

Re: [Ironruby-core] What gems are available for Acceptance Testing Using IronRuby

2010-07-15 Thread Cory Foy
but others may have. You may also look at FitNesse since it has both .NET and Ruby extensions, and I wonder if that would work with IronRuby. -- Cory Foy http://www.coryfoy.com http://twitter.com/cory_foy ___ Ironruby-core mailing list Ironruby-core@rub

Re: [Ironruby-core] IronRuby.Rack how to debug?

2010-03-14 Thread Cory Foy
in ".loadby sos mscorwks". Next type in "sxe clr" and then "g". It will now break on all CLR exceptions. You can type "!printexception" to see the exception details when it breaks, and "g" to make it go again. You can also type "!help" to

Re: [Ironruby-core] [ANN] IronRuby 1.0 RC3

2010-03-12 Thread Cory Foy
ne from an ir session on my Windows box, but on OSX, it allows me to enter two characters and then returns: >>> cmd = $stdin.gets => "he" >>> puts cmd he => nil >>> Cory Jim Deville wrote: I'll fix that. Sorry. -Original Message- From

Re: [Ironruby-core] [ANN] IronRuby 1.0 RC3

2010-03-12 Thread Cory Foy
IronRuby Team IronRuby SDET http://ironruby.com ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -- Cory Foy http

[Ironruby-core] ir / iirb on Mono

2010-03-12 Thread Cory Foy
:us=\E[4m: I'm happy to look into both of these, but wanted to see if anyone else was seeing this before I did (or was looking at it already). -- Cory Foy http://www.coryfoy.com http://twitter.com/cory_foy ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-11 Thread cory . foy
There's pretty strong use of "dotnet" in other open source projects, and I think that would be best in case gems ever need to decide between dotnet and mono (which is rare, but could happen). Cory Sent from my Verizon Wireless BlackBerry -Original Message- From: Will Green Date: Thu, 1

Re: [Ironruby-core] IronRuby version of existing gems

2010-03-11 Thread cory . foy
Yes, but those of us on case-sensitive operating systems prefer all lower case, if possible. Cory Sent from my Verizon Wireless BlackBerry -Original Message- From: Shri Borde Date: Thu, 11 Mar 2010 15:45:50 To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] IronRuby version o

Re: [Ironruby-core] Rake error with IronRuby on Mono - PathName2 / System.dll

2010-03-08 Thread Cory Foy
Hi Ivan, Ivan Porto Carrero wrote: It's a pitty those instructions are around because they are really outdated you can get a mono built binary for RC2 here: http://dl.dropbox.com/u/21717/ironruby-rc2.tar.bz2 if you want to build on mono and get a few launcher scripts you can use my linux branc

[Ironruby-core] Rake error with IronRuby on Mono - PathName2 / System.dll

2010-03-06 Thread Cory Foy
Hi All, I'm following Aslak's instructions here to get IronRuby running on Mono/OSX. http://wiki.github.com/aslakhellesoy/cucumber/ironruby-and-mono I'm getting a failure when I do the "rake compile mono=1" that it can't find the pathname2 gem. Looking back on the list, I saw that was resolved b