現在 Heroku にアプリをデプロイしていますが、基本バージョンとしてアップロードしています。CSS、HTML、およびその他のカスタマイズによって行った変更が表示されません。また、ここで同様の質問をいくつか検索しましたが、適切な解決策が見つからないようです。
アプリをプリコンパイルしましたが、役に立ちません。デプロイするとこうなります。どうすればよいか教えてください。ありがとうございました!
C:\Sites\LaunchPage>git push heroku master
Everything up-to-date
C:\Sites\LaunchPage>heroku run rake db:migrate
Running `rake db:migrate` attached to terminal... up, run.3644
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support
for these plugins will be removed in Rails 4.0. Move them out and bundle them i
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required
)> at /app/Rakefile:7)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support
for these plugins will be removed in Rails 4.0. Move them out and bundle them i
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required
)> at /app/Rakefile:7)
Connecting to database specified by DATABASE_URL
Migrating to CreateUsers (20130821031443)
C:\Sites\LaunchPage>rake assets:precompile
←[31mBundler could not find compatible versions for gem "sprockets":
In snapshot (Gemfile.lock):
sprockets (2.1.3)
In Gemfile:
sass-rails (= 3.1.4) x86-mingw32 depends on
sprockets (~> 2.0.0) x86-mingw32
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
←[0m
C:\Sites\LaunchPage>