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

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -