Running debian linux.  Git is installed.
attempted script/plugin install 
git://github.com/activescaffold/active_scaffold.git
recieved a socket timeout
and unable to connect a socket error
did script/plugin install http://github.com/activescaffold/active_scaffold.git
and was able to install plugin

Now I'm getting this error:
 ActionController::RoutingError in Departments#index

Showing vendor/plugins/active_scaffold/frontends/default/views/
_list_header.html.erb where line #8 raised:

No route matches
{:_method=>:get, :action=>"show_search", :controller=>"departments"}

Extracted source (around line #8):

5:       <% next if controller.respond_to? link.security_method and !
controller.send(link.security_method) -%>
6:        <% next if link.action == 'new' && params[:nested].nil? &&
active_scaffold_config.list.always_show_create %>
7:        <% next if link.action == 'show_search' &&
active_scaffold_config.list.always_show_search %>
8:       <%= render_action_link(link, new_params) -%>
9:     <% end -%>
10:
11:     <%= loading_indicator_tag(:action => :table) %>

Trace of template inclusion: vendor/plugins/active_scaffold/frontends/
default/views/list.html.erb

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to