Sign in through GitHub

Andrey's Profile

GitHub User: 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?