Answer the question
In order to leave comments, you need to log in
Site on ruby on rails, you need to make changes to the css file, guide me how to proceed step by step?
Site on ruby on rails. There is access to ftp, you need to make changes to the css file. Naturally, when you make changes to the CSS file and replace it on the server, nothing is displayed in the release.
Advise how, having access to files on the server, deploy on your local area, rebuild the site, make changes to the Css file and upload the already edited site to the server
Answer the question
In order to leave comments, you need to log in
curl -sSL https://get.rvm.io | bash -s stable --ruby
rvm install 2.1.1
rvm use 2.1.1
gem install bundler
bundler install
RAILS_ENV=production rails assets:precompile
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question