Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rails3.2でライブラリ管理アプリを作っています。テスト目的で本の名前を生成しようとしています。faker gem を使用してそのような本の名前を生成することは可能ですか?
答えとして投稿しましょう:
Faker::Lorem.words(number_of_words)
number_of_wordsあなたが望むものに調整します。
number_of_words