RailsCasts Pro episodes are now free!

Learn more or hide this

Andrey's Profile

GitHub User: peresleguine

Site: http://brainstorage.me/peresleguine

Comments by Andrey

Avatar

FYI.
To uninstall simple_form from your project, comment gem 'simple_form' in your Gemfile and run this commands:
rails destroy simple_form:install
bundle

Avatar

What's the easiest way to uninstall simple form from rails3 project?