Created
August 5, 2015 08:25
-
-
Save amatsuda/6ecaf3a106a4d52cce6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% rails g model m `ruby -e "801.times {|i| print %(c#{i} )}"` && rake db:migrate | |
% rails r 'p M.new.methods.length' | |
#=> 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment