I recently tried to update the active scaffold to the master version under rails 2.3.5, ruby 1.8. I also added :active_scaffold => true, in my routes.rb, for the resource that I needed.
The scaffold works in the sense that it displays the first page but other needed functionalities are non-responsive: sorting, search, pagination.
I tried to remove other javascripts, to see if there is some conflicts maybe .. tried reinstalling and other usual routines.
Maybe someone with more experience could tell me what my approach should be in trying to fix this problem? Thanks.