Hello,

I've a problem with AS rails 3.0 compatible version.
My AS table is loading fine, but when i attend to do any ajax action 
(search, click on pagination etc.) the request is sent, but the server 
answer the request by sending back an entire view (not only the partial), 
then nothing is rendered... (i used firebug to find out).

Here is me gem list :

gem 'active_scaffold_vho', :git => 
'git://github.com/vhochstein/active_scaffold.git', :branch => 'rails-3.0'
gem 'active_scaffold_export_vho'
gem 'render_component_vho'


Then in my AS layout i use :

<html>
...
<%= stylesheet_link_tag 'administration.css'%>
<%= javascript_include_tag 
'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js', 'jquery-ui', 
'jquery_ujs' %>
<%= csrf_meta_tag %>
<%= active_scaffold_includes %>
...
<%= yield %>
...
</html>

and i ve a sample AS controller where i do :

class Admin::VideoController < ApplicationController
  layout "activescaffold"
  active_scaffold :videos do |config|
  end        
end


Any help will be greatly appreciated !

thank you,

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/activescaffold/-/10A1ji06jE8J.
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