This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 6095f6702279b85bd5de278fbb5d2cf02d088f7b Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Sun, 15 Aug 2010 16:48:12 +0200 | |
Subject: [PATCH] Fixed RSpec deprecation warning. | |
--- | |
lib/cancan/matchers.rb | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/lib/cancan/matchers.rb b/lib/cancan/matchers.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 2e8330b63bcf811463e620d459218c5581d0dca0 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Thu, 26 Aug 2010 21:36:34 +0200 | |
Subject: [PATCH] Start the process detached from console. | |
--- | |
lib/redcar/runner.rb | 3 ++- | |
1 files changed, 2 insertions(+), 1 deletions(-) | |
diff --git a/lib/redcar/runner.rb b/lib/redcar/runner.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem.pre_install do |gem_installer| | |
unless gem_installer.spec.extensions.empty? | |
require 'rubygems/defaults/which' | |
unless Which::Gcc.exe | |
raise Gem::InstallError, | |
"#{gem_installer.spec.name} requires installed build tools to build native extension." + | |
"Please update your path to include them or download DevKit from " + | |
"http://github.com/downloads/oneclick/rubyinstaller/DevKit-4.5.0-20100819-1536-sfx.exe " + | |
"and follow the instructions http://wiki.github.com/oneclick/rubyinstaller/development-kit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c3392a1440b4a341879b3f2665a8bf63eebeeb77 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Mon, 18 Oct 2010 19:18:01 +0200 | |
Subject: [PATCH] Pass parameters into contstructor. This should play better with default scaffolded RSpec test. | |
--- | |
lib/cancan/controller_resource.rb | 9 +++------ | |
1 files changed, 3 insertions(+), 6 deletions(-) | |
mode change 100644 => 100755 lib/cancan/controller_resource.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From b0031ca74fdcf66f598a396751aabd68854646c0 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Thu, 21 Oct 2010 01:34:19 +0200 | |
Subject: [PATCH] Fixed spoon for Ruby 1.8. | |
--- | |
lib/spoon.rb | 5 +++-- | |
1 files changed, 3 insertions(+), 2 deletions(-) | |
diff --git a/lib/spoon.rb b/lib/spoon.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c755c3fad82b108703985e1b5dc01ce50339e05c Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Thu, 21 Oct 2010 01:31:46 +0200 | |
Subject: [PATCH] Fixed spoon for Ruby 1.9. | |
--- | |
lib/spoon.rb | 5 +++-- | |
1 files changed, 3 insertions(+), 2 deletions(-) | |
diff --git a/lib/spoon.rb b/lib/spoon.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From dba0f7e2b6f99d292f47cd3cb6fc8e12b8225491 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Wed, 27 Oct 2010 17:39:26 +0200 | |
Subject: [PATCH] Bring spoon alive. | |
--- | |
lib/redcar.rb | 2 +- | |
lib/redcar/runner.rb | 4 ++-- | |
2 files changed, 3 insertions(+), 3 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 209aa3bcc57cf5ead57a179a8045d50e41a8d63d Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Sat, 6 Nov 2010 17:09:47 +0100 | |
Subject: [PATCH] Make accessible_by play better with default scaffolded RSpec. | |
--- | |
lib/cancan/active_record_additions.rb | 4 ++-- | |
1 files changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/lib/cancan/active_record_additions.rb b/lib/cancan/active_record_additions.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 04a56c44f8f684aa45fe89a0a6f2c13aecbb5775 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <[email protected]> | |
Date: Thu, 16 Dec 2010 10:36:41 +0100 | |
Subject: [PATCH] Fixed RSpec 1 compatibilty | |
--- | |
spec/spec_helper.rb | 1 + | |
1 files changed, 1 insertions(+), 0 deletions(-) | |
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle exec bin/rspec spec/autotest | |
No examples were matched by {:focus=>true}, running all | |
FF................ | |
Failures: | |
1) failed_results_re for autotest output does not have color enabled matches a failure | |
Failure/Error: example_output[re, 2].should == __FILE__.sub(File.expand_path('.'),'.') | |
expected: "./spec/autotest/failed_results_re_spec.rb" | |
got: "bin/rspec" (using ==) |
OlderNewer