Skip to content

Instantly share code, notes, and snippets.

@ethagnawl
Created June 25, 2014 18:25
Show Gist options
  • Save ethagnawl/0486850a491e81ed4bc3 to your computer and use it in GitHub Desktop.
Save ethagnawl/0486850a491e81ed4bc3 to your computer and use it in GitHub Desktop.
Reproduce Rails Destroy Bug
export app_name="reproduce_rails_routing_bug"
echo $app_name
rails new ${app_name}
cd ${app_name}
rails g scaffold foo
cd config
sed -i '/^$/d' routes.rb
sed -i '/#/d' routes.rb
cd ..
rails destroy scaffold foo
cat config/routes.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment