RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: peresleguine
Site: http://brainstorage.me/peresleguine
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
What's the easiest way to uninstall simple form from rails3 project?
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
What's the easiest way to uninstall simple form from rails3 project?