Skip to content

Instantly share code, notes, and snippets.

@amatsuda
Created August 5, 2015 08:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amatsuda/6ecaf3a106a4d52cce6f to your computer and use it in GitHub Desktop.
Save amatsuda/6ecaf3a106a4d52cce6f to your computer and use it in GitHub Desktop.
% 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