Act_as_state_machine plugin inaccessible

Seems like act_as_state_machine plugin is not accessible from

http://lunchroom.lunchboxsoftware.com/articles/2006/01/21/acts-as-state-machine

as this site is down and script/plugin discover is broken as it fails
when trying to add plugin repositories giving the message as below;

Add http://svn.northpub.com/plugins/? [Y/n] y
(eval):3:in each': undefined method []’ for nil:NilClass
(NoMethodError)
from
/usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:658:
in scrape' from /usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:632: in parse!’
from
/usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:631:
in parse!' from /usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:447: in parse!’
from
/usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:463:
in parse!' from /usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:871 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in requi
re’
from
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/
dependencies.rb:147:in `require’
from ./script/plugin:3

Is there any other way to get the plugin ?

As listed from http://agilewebdevelopment.com/plugins/
acts_as_state_machine : textdriven.com - textdriven Resources and Information.
acts_as_state_machine/


Benjamin C.
http://www.bencurtis.com/
http://www.tesly.com/ – Collaborative test case management
http://www.agilewebdevelopment.com/ – Resources for the Rails community

On Jul 3, 2006, at 10:08 PM, Navjeet C. wrote:

(NoMethodError)
/usr/lib/ruby/gems/1.8/gems/rails-1.1.3/lib/commands/plugin.rb:447:
/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/
dependencies.rb:147:in `require’
from ./script/plugin:3

Is there any other way to get the plugin ?

This is a me too post. I was trying to discover plugins and the
following happened:

bryan$ script/plugin discover -l

svn://rubyforge.org/var/svn/cartographer/plugins/
http://joshpeek.com/svn/plugins/
http://technoweenie.stikipad.com/plugins/
http://svn.northpub.com/plugins/
(eval):3:in each': undefined method []’ for nil:NilClass
(NoMethodError)
from /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/
commands/plugin.rb:658:in scrape' from /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/ commands/plugin.rb:632:in parse!’
from /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/
commands/plugin.rb:631:in parse!' from /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/ commands/plugin.rb:447:in parse!’
from /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/
commands/plugin.rb:463:in parse!' from /opt/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/ commands/plugin.rb:871 from /opt/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:21:in require’
from /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/
lib/active_support/dependencies.rb:147:in `require’
from script/plugin:3

script/plugin discover http://agilewebdevelopment.com/plugins/scrape


Benjamin C.
http://www.bencurtis.com/
http://www.tesly.com/ – Collaborative test case management
http://www.agilewebdevelopment.com/ – Resources for the Rails community