I\'ve copied and pasted the example code from twitter bootstrap to create a basic modal window in my Rails 3.2 app:
As Paula, I had the same problem, my modal was not showing, and I realized that my button was in a '< form >' tag ... :
Delete
I just replaced < button > by < a >, and my modal worked well