Reputation: 1368
I am going to develop a Rails app pretty soon. Currently I have nothing but an idea + few wireframes. I would like to know how shall I proceed?
At what stage should I implement/write the following
What gems/plugins do you use? [ For common tasks ]
Upvotes: 3
Views: 107
Reputation: 3347
If you're going to be using Cucumber, you should:
From my understanding, the Cucumber framework isn't really meant to test existing code, but is more a part of the development process. So I suppose the overall workflow should probably be something like:
Edit: As for gems/plugins, it really depends on what your app is going to be doing.
Upvotes: 1