If you’re using Active_Scaffold and upgrading to Rails 2.3.2, here’s what worked for me.
- Update Rails to 2.3.2 (sudo gem update)
- Update Active_Scaffold to the latest version (script/plugin install –force git://github.com/activescaffold/active_scaffold.git)
- Install render_component plugin (script/plugin install git://github.com/lackac/render_component.git -r rails-edge)
- Start your application
Here are the resources which helped me:
- Active_Scaffold: http://wiki.github.com/activescaffold/active_scaffold/getting-started
- Render_Component: http://github.com/lackac/render_component/tree/master
- Active_Scaffold Google Group Thread: http://groups.google.com/group/activescaffold/browse_thread/thread/2f11c4ec418596a4/06e853cd0c1d74a5?lnk=gst&q=embedded++2.3.2#06e853cd0c1d74a5
Good luck!