ruby on rails - ActiveRecord Migration -
ive set database through active migrations before. when go setup new 1 on project doesn't seem right. typing command line bin/rails generate migration database date:date endpoint:text user:string domain:string however output this(snippet brevity) : bundler using binstub created different gem. deprecated, in future versions may need `bundle binstub rails` work around system/bundle conflict. usage: rails new app_path [options] options: -r, [--ruby=path] # path ruby binary of choice # default: /users/alexbozanic/.rvm/rubies/ruby-2.2.1/bin/ruby -m, [--template=template] # path application template (can filesystem path or url) [--skip-gemfile], [--no-skip-gemfile] # don't create gemfile -b, [--skip-bundle], [--no-skip-bundle] # don't run bundle install -g, [--skip-git], [--no-skip-git]