activesupport

URL
http://www.rubyonrails.org
Author(s)
David Heinemeier Hansson
Summary
Utility library which carries commonly used classes and goodies from the Rails framework

Add your comment ↓

Comments

activesupport is Working
for CleleryCaritalo (Mac OSX, 3 months ago)

activesupport is Working
for CleleryCaritalo (Mac OSX, 3 months ago)

activesupport is Working
for Inquild (Mac OSX, 3 months ago)

activesupport (3.1) is Working
for Chrsitof Spies (GNU/Linux, 7 months ago)

works

activesupport (1.9.2-p136) is Failing
for Inanc Gumus (Mac OSX, about 1 year ago)

Maybe it's cucumber gem problem but I don't think so. Setting Encoding.default_internal/external switch is not changing the result either.

ActiveSupport files are encoded in ASCII but my paths.rb file encoded in UTF-8 because it contains non-ASCII characters.

$> cucumber --guess -f pretty
Using the default profile...
features/support/paths.rb:25: invalid multibyte char (US-ASCII)
features/support/paths.rb:25: invalid multibyte char (US-ASCII)
features/support/paths.rb:25: syntax error, unexpected $end, expecting keyword_end
page_name =~ /(.*) sayfasına/
^ (SyntaxError)
gems/activesupport-3.0.4/lib/active_support/dependencies.rb:235:in `load'

activesupport (2.3.5) is Working
for Tom (GNU/Linux, over 2 years ago)

I take back my previous fail - the failure was in attachment_fu, much further down the stack.

Activesupport does seem to work with 1.9.1

activesupport (2.3.5) is Failing
for Tom (GNU/Linux, over 2 years ago)

Using ruby 1.9.1p376

...
/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:156:in `require':MissingSourceFile: no such file to load -- ftools

activesupport (2.3.4) is Working
for Jones Lee (GNU/Linux, over 2 years ago)

Gem works

activesupport (2.3.3) is Failing
for evaryont (GNU/Linux, over 2 years ago)

After fixing Mongrel, get an error about requiring ftools, which was removed in 1.9.1 (replaced by FileUtils)

activesupport (2.3.2) is Failing
for Makoto (Mac OSX, over 3 years ago)

Getting errors like this.

<internal:gem_prelude>:249:in `push_gem_version_on_load_path': undefined method `<=>' for nil:NilClass (NoMethodError)
from <internal:gem_prelude>:14:in `gem'
from /usr/local/ruby-1.9.1/lib/ruby1.9/gems/1.9.1/gems/activesupport-2.3.2/lib/active_support/vendor.rb:12:in `<top (required)>'
from /usr/local/ruby-1.9.1/lib/ruby1.9/gems/1.9.1/gems/activesupport-2.3.2/lib/active_support.rb:54:in `require'

activesupport (2.2.2) is Failing
for Thomas Preymesser (GNU/Linux, over 3 years ago)

$ ruby script/server
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require': no such file to load -- test/unit/error (MissingSourceFile)
from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `block in require'
from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'...

activesupport (2.2.2) is Working
for Konstantin Haase (GNU/Linux, over 3 years ago)

Gem works.

Add your comment




Yes No