I\'ve copied and pasted the example code from twitter bootstrap to create a basic modal window in my Rails 3.2 app:
I had the same issue and I realized that my had a type="submit"when Bootstrap states that it needs to be type="button"
type="submit"
type="button"