This file contains hidden or 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
~/my_app/current$ bundle exec rails c | |
Usage: | |
rails new APP_PATH [options] | |
Options: | |
-r, [--ruby=PATH] # Path to the Ruby binary of your choice | |
# Default: /home/deploy/.rvm/rubies/ruby-2.3.3/bin/ruby | |
-m, [--template=TEMPLATE] # Path to some application template (can be a filesystem path or URL) | |
-d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc) | |
# Default: sqlite3 |
This file contains hidden or 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
In trying to deploy my rails 5 app with capistrano: | |
I am running $ cap production deploy --trace | |
and getting the following error below. Any help would be appreciated. See comment below for more details of different things I've tried | |
00:07 deploy:assets:precompile | |
01 ~/.rvm/bin/rvm ruby-2.3.1 do bundle exec rake assets:precompile | |
01 rake aborted! |