[#393742] Getting the class of an object. — Ralph Shnelvar <ralphs@...32.com>

Consider;

14 messages 2012/03/06

[#393815] arcadia IDE requires tcl/tk and ruby-tk — Thufir Hawat <hawat.thufir@...>

which or where tcl and tk does arcadia require? Is this a gem which I

13 messages 2012/03/13

[#393952] What’s the best way to check if a feature/class has been loaded? — Nikolai Weibull <now@...>

Hi!

18 messages 2012/03/21
[#393953] Re: What’s the best way to check if a feature/class has been loaded? — Xavier Noria <fxn@...> 2012/03/21

Active Support has recently added qualified_const_* methods to Module

[#393954] Re: What’s the best way to check if a feature/class has been loaded? — Xavier Noria <fxn@...> 2012/03/21

Ah, that won't work in 1.8.

[#393959] Re: What’s the best way to check if a feature/class has been loaded? — Nikolai Weibull <now@...> 2012/03/21

On Wed, Mar 21, 2012 at 16:43, Xavier Noria <fxn@hashref.com> wrote:

[#393960] Re: What’s the best way to check if a feature/class has been loaded? — Xavier Noria <fxn@...> 2012/03/21

On Wed, Mar 21, 2012 at 8:17 PM, Nikolai Weibull <now@bitwi.se> wrote:

[#393961] Re: What’s the best way to check if a feature/class has been loaded? — Nikolai Weibull <now@...> 2012/03/21

On Wed, Mar 21, 2012 at 20:48, Xavier Noria <fxn@hashref.com> wrote:

[#393962] Re: What’s the best way to check if a feature/class has been loaded? — Xavier Noria <fxn@...> 2012/03/21

On Wed, Mar 21, 2012 at 9:51 PM, Nikolai Weibull <now@bitwi.se> wrote:

[#393967] Re: What’s the best way to check if a feature/class has been loaded? — Nikolai Weibull <now@...> 2012/03/22

On Wed, Mar 21, 2012 at 22:11, Xavier Noria <fxn@hashref.com> wrote:

[#393969] Re: What’s the best way to check if a feature/class has been loaded? — Xavier Noria <fxn@...> 2012/03/22

On Thu, Mar 22, 2012 at 6:15 AM, Nikolai Weibull <now@bitwi.se> wrote:

[#394154] uninitialized constant SOCKSSocket — Resident Moron <lists@...>

I am running ruby 1.9.3 on a linux box. I would like to use

10 messages 2012/03/29

[#394160] Why z = Complex(1,2) rather than z = Complex.new(1,2)? — Ori Ben-Dor <lists@...>

What's this syntax, z = Complex(1,2), as opposed to z =

14 messages 2012/03/29

[#394175] shoes no such file to load -- rubygems — Mr theperson <lists@...>

I have installed shoes to develop GUI applications but when I try and

13 messages 2012/03/29

[#394201] Can't open url with a subdomain with an underscore — Jeroen van Ingen <lists@...>

I try to open the following URL: http://auto_diversen.marktplaza.nl/

10 messages 2012/03/30

[#394222] Ruby openssl ECC help plz — no name <lists@...>

I am confused on how to properly export public ECC key. I can see it

13 messages 2012/03/31

Re: rspec-2.9.0.rc1 is released!

From: David Chelimsky <dchelimsky@...>
Date: 2012-03-12 13:21:44 UTC
List: ruby-talk #393806
There was an error in one of the gemspecs so I just released
2.9.0.rc2. No other changes since rc1.

Cheers,
David

On Sun, Mar 11, 2012 at 9:10 PM, David Chelimsky <dchelimsky@gmail.com> wro=
te:
> rspec-2.9.0.rc1 has been released, with numerous enhancements and bug fix=
es:
>
> ### rspec-core-2.9.0.rc1 / 2012-03-11
> [full changelog](http://github.com/rspec/rspec-core/compare/v2.8.0...v2.9=
.0.rc1)
>
> Enhancements
>
> * Support for "X minutes X seconds" spec run duration in formatter. (uzzz=
)
> * Strip whitespace from group and example names in doc formatter.
> * Removed spork-0.9 shim. If you're using spork-0.8.x, you'll need to upg=
rade
> =A0to 0.9.0.
>
> Bug fixes
>
> * Restore `--full_backtrace` option
> * Ensure that values passed to `config.filter_run` are respected when run=
ning
> =A0over DRb (using spork).
> * Ensure shared example groups are reset after a run (as example groups a=
re).
> * Remove `rescue false` from calls to filters represented as Procs
> * Ensure described_class gets the closest constant (pyromaniac)
> * In "autorun", don't run the specs in the at_exit hook if there was an
> =A0exception (most likely due to a SyntaxError). (sunaku)
> * Don't extend groups with modules already used to extend ancestor groups=
.
>
>
> ### rspec-expectations-2.9.0.rc1 / 2012-03-11
> [full changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.=
0...v2.9.0.rc1)
>
> Enhancements
>
> * Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pol=
lution
> =A0of RSpec::Matchers (which is included in every example).
> * Autoload files with matcher classes to improve load time.
>
> Bug fixes
>
> * Align respond_to? and method_missing in DSL-defined matchers.
> * Clear out user-defined instance variables between invocations of DSL-de=
fined
> =A0matchers.
> * Dup the instance of a DSL generated matcher so its state is not changed=
 by
> =A0subsequent invocations.
> * Treat expected args consistently across positive and negative expectati=
ons
> =A0(thanks to Ralf Kistner for the heads up)
>
>
> ### rspec-mocks-2.9.0.rc1 / 2012-03-11
> [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.0...v2.=
9.0.rc1)
>
> Enhancements
>
> * Support order constraints across objects (preethiramdev)
>
> Bug fixes
>
> * Allow a `as_null_object` to be passed to `with`
> * Pass proc to block passed to stub (Aubrey Rhodes)
> * Initialize child message expectation args to match any args (#109 -
> =A0preethiramdev)
>
>
> ### rspec-rails-2.9.0.rc1 / 2012-03-11
> [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.8.1...v2.=
9.0.rc1)
>
> Enhancments
>
> * add description method to RouteToMatcher (John Wulff)
> * Run "db:test:clone_structure" instead of "db:test:prepare" if Active Re=
cord's
> =A0schema format is ":sql". (Andrey Voronkov)
>
> Bug fixes
>
> * mock_model(XXX).as_null_object.unknown_method returns self again
> * Generated view specs use different IDs for each attribute.
>

In This Thread

Prev Next