LoginSignup
7
7

More than 5 years have passed since last update.

rails newの-mオプションを使うと捗る

Posted at

ruby 1.9.3
rails 3.2
に依存するが

$ rails new appname -m https://raw.github.com/RailsApps/rails3-application-templates/master/rails3-devise-rspec-cucumber-template.rb -T

を実行してみるといろいろやってくれる。これからrailsアプリを開始する人は是非とも使ってみるべし。

mysqlを使う場合は

$ rails new appname -m https://raw.github.com/RailsApps/rails3-application-templates/master/rails3-devise-rspec-cucumber-template.rb -T  -d mysql

を実行する前に appname_development というデータベースを自分で先に作っておかないとエラーが出る。

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7