Skip to content

Instantly share code, notes, and snippets.

@puzzeljp
Last active October 6, 2015 10:22
Show Gist options
  • Save puzzeljp/991fe52bcfd4d7471234 to your computer and use it in GitHub Desktop.
Save puzzeljp/991fe52bcfd4d7471234 to your computer and use it in GitHub Desktop.
アップデートした El Capitan で Library not loaded: libmysqlclient.18.dylib (LoadError) と出る ref: http://qiita.com/puzzel/items/8768324d6c60417f4d6c
bin/rails:6: warning: already initialized constant APP_PATH
***/bin/rails:6: warning: previous
definition of APP_PATH was here Usage: rails COMMAND [ARGS]
The most common rails commands are: generate Generate new code
(short-cut alias: "g") console Start the Rails console (short-cut
alias: "c") server Start the Rails server (short-cut alias: "s")
dbconsole Start a console for the database specified in
config/database.yml
(short-cut alias: "db") new Create a new Rails application. "rails new my_app" creates a
new application called MyApp in "./my_app"
In addition to those, there are: application Generate the Rails
application code destroy Undo code generated with "generate"
(short-cut alias: "d") plugin new Generates skeleton for developing
a Rails plugin runner Run a piece of code in the application
environment (short-cut alias: "r")
All commands can be run with -h (or --help) for more information.
sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/local/lib/libmysqlclient.18.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment