Getting Active_Scaffold to Work With Rails 2.3.2

If you’re using Active_Scaffold and upgrading to Rails 2.3.2, here’s what worked for me.

  1. Update Rails to 2.3.2 (sudo gem update)
  2. Update Active_Scaffold to the latest version (script/plugin install –force git://github.com/activescaffold/active_scaffold.git)
  3. Install render_component plugin (script/plugin install git://github.com/lackac/render_component.git -r rails-edge)
  4. Start your application

Here are the resources which helped me:

Good luck!

Share and Enjoy:

  • Twitter
  • Facebook
  • StumbleUpon
  • del.icio.us
  • Digg
  • Google Bookmarks
  • FriendFeed
  • NewsVine
  • Print
  • email

Tags: ,

    blog comments powered by Disqus