Rails generate scaffold is auto populating records -


i ran generate scaffold , 12 records on view filled 'mystring' data. how can stop generator auto populating records?

id account name created @ 1 mystring 2 mystring 3 mystring 4 mystring ... 12 mystring

delete fixtures, if @ these files more closely have "mystrings" in them. and/or delete in testhelper fixtures.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

double exclamation marks in haskell -