This gem seems too good to be true. It's like the ultimate time-saver.

Have you guys run into any problems or limitations that I should be aware of before I commit to using it?

How is the performance? So much reflection on your models seems a bit scary, even though I admit it saves so much time ;)

I'm just curious if any problems that might result from using it before I charge ahead.

link|improve this question

74% accept rate
feedback

2 Answers

up vote 3 down vote accepted

It is a great library but it does generate a lot of markup. Before diving into any one technology be sure to check out the alternatives. The latest hot one I've seen is Simple Form.

link|improve this answer
Oh, I didn't even know about the alternative. I'm going to check that one out too. Thanks! – egervari May 2 '11 at 20:31
feedback

The only possible limitation i can think off is that the markup of formtastic is fixed. Mind you: if you don't mind, it is fantastic. It is really awesome to get started with.

The advantage of simple_form over formtastic is that you can modify the markup to your needs. This can be handy if your designer likes your fields to be grouped inside div instead of li. The downside of simple_form is that it doesn come with any standard layout (css). That makes formtastic much easier to start off with. Because the API is nearly identical, if needed, you can very easily switch to simple_form if needed.

I have not encountered any negative impact on performance, with either.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.