Setup MacOS 10.13 High Sierra Discussion
I am facing the below error while trying to install rails :
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.
Hi. I am trying to follow these directions but get the error
error: error reading '/dev/fd/9'
1 error generated.
clang: error: unable to remove file: Operation not permitted
dtrace: failed to compile script probes.d: Preprocessor failed to process input program
I am running OSX 10.13.3.
I found a recommended work around here: https://github.com/rbenv/ru..., but it doesn't seem work fix the problem for me.
while after I run 'bundle install', it shows that below:
So I followed these directions to a T, and when I try to go to the site (localhost:3000) causes rails server to stop, and spits out an generic error Abort trap: 6. I go to the log file and there is no file, but there is a ton of text above the error. What gives?
I was able to get everything working with the exception of connection to my GITHUB account. I am receiving the following error when connecting... Permission denied (publickey). Any ideas on how to resolve?
Hi when i run the 'Final steps' which starts with rails new my app . i get in red conflict .gitignore on the terminal. also when i run the local host 3000 link on safari it says safari can't connect to the server.
rails new myapp -d mysql
If you want to use Postgres
Note you will need to change config/database.yml's username to be
the same as your OSX user account. (for example, mine is 'chris')
rails new myapp -d postgresql
Move into the application directory
cd myapp
If you setup MySQL or Postgres with a username/password, modify the
config/database.yml file to contain the username/password that you specified
Create the database
rake db:create
rails server
exist
identical README.md
identical Rakefile
identical .ruby-version
identical config.ru
conflict .gitignore
Overwrite /Users/owner/myapp/.gitignore? (enter "h" for help) [Ynaqdhm]