We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96be0aa commit ca7dd33Copy full SHA for ca7dd33
bin/git_rails
@@ -43,9 +43,3 @@ if [ ! -z "$old_ref" ]; then
43
bundle exec rake db:migrate db:test:prepare
44
git checkout $new_ref -- db/schema.rb
45
fi
46
-
47
-# CHECK IF ENVIRONMENT HAS CHANGED
48
-env_erb_changed=`echo "$files_changed" | egrep 'M\t(.env.erb|bin/setup)'`
49
-if [ ! -z "$env_erb_changed" ]; then
50
- echo 'Environment stuff has changed, you should run ./bin/setup!!'
51
-fi
0 commit comments