Closed tothestar closed 10 years ago
I noticed the same thing. the forms generated don't have the error notification.
Same problem here. Would appreciate a fix. How about adding simple_form with twitter-bootstrap enabled? I am a bit hesitant to do this as I will have to rewrite ALL my forms.
+1
same problem, anybody can help us ?
https://github.com/seyhunak/twitter-bootstrap-rails#flash-helper
Add flash helper <%= bootstrap_flash %> to your layout (built-in with layout generator)
when i apply this rails g bootstrap:themed [RESOURCE_NAME] the error handler in view is removed. ??
then i have to add it back by hand?
thanks!