新しい本番サーバーを稼働させようとしていますが、非常に近いです。実行すると
Rails_ENV=production rake assets:precompile
このエラーが返されます
undefined method `[]' for nil:NilClass
--traceを指定して実行すると、これは再調整されます
$Rails_ENV=production rake assets:precompile --trace
** Invoke assets:precompile (first_time)
** Execute assets:precompile
rake aborted!
undefined method `[]' for nil:NilClass
(in /home/deploy/pm/app/assets/stylesheets/jquery-ui-1.8.16.custom.css.scss)
Tasks: TOP => assets:precompile
(See full trace by running task with --trace)
誰もが提供できる助け、アイデアなどに感謝します。
これがGemfileとバンドルリストです
source 'http://rubygems.org'
gem 'cancan'
gem 'client_side_validations'
gem 'devise', '~> 1.5.3'
gem 'execjs'
gem 'haml'
gem 'httparty'
gem 'jquery-Rails'
gem 'mysql2'
gem 'Paperclip', "~> 2.4"
gem 'Rails', '3.1.0'
gem 'Rails3-jquery-autocomplete'
gem 'rake', '0.9.2'
gem 'remotipart', "~> 1.0"
gem 'simple_datatables'
gem 'therubyracer'
gem 'validates_timeliness', '~> 3.0.2'
gem 'will_paginate', '~> 3.0'
gem 'geocoder', '~> 1.1.2'
#temp for pm.onlinetherapy.com
gem 'faker'
group :test do
gem 'capybara'
gem 'cucumber-Rails', :require => false
gem 'database_cleaner'
gem 'factory_girl_Rails'
gem 'faker'
gem 'guard-rspec'
gem 'Selenium-webdriver', '2.7.0'
gem 'webrat'
end
group :development, :test do
gem 'faker'
gem 'haml-Rails'
gem 'hpricot'
gem 'rspec-Rails'
gem 'Ruby_parser'
gem 'web-app-theme', '~> 0.8.0'
end
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sprockets'
gem 'sass', '3.1.20'
gem 'sass-Rails', '3.1.4' # downgraded to 3.1.4 to avoid a stack overflow error in rake assets:precompile
gem 'coffee-Rails', "~> 3.1.0"
gem 'uglifier'
end
# Use Unicorn as the web server
# gem 'Unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# bundle install has a problem installing linecache19, a dependency of Ruby-debug19
# try 'Sudo gem install linecache19' to fix the problem, and then do bundle install again
gem 'Ruby-debug19', :require => 'Ruby-debug'
そしてその bundle list
与える
Gems included by the bundle:
* actionmailer (3.1.0)
* actionpack (3.1.0)
* activemodel (3.1.0)
* activerecord (3.1.0)
* activeresource (3.1.0)
* activesupport (3.1.0)
* archive-tar-minitar (0.5.2)
* arel (2.2.3)
* bcrypt-Ruby (3.0.1)
* builder (3.0.2)
* bundler (1.2.0)
* cancan (1.6.8)
* capybara (1.1.2)
* childprocess (0.3.5)
* client_side_validations (3.1.4)
* cocaine (0.3.0)
* coffee-Rails (3.1.1)
* coffee-script (2.2.0)
* coffee-script-source (1.3.3)
* columnize (0.3.6)
* cucumber (1.2.1)
* cucumber-Rails (1.3.0)
* database_cleaner (0.8.0)
* devise (1.5.3)
* diff-lcs (1.1.3)
* erubis (2.7.0)
* execjs (1.4.0)
* factory_girl (4.0.0)
* factory_girl_Rails (4.0.0)
* faker (1.0.1)
* ffi (1.1.5)
* geocoder (1.1.3)
* gherkin (2.11.2)
* guard (1.3.2)
* guard-rspec (1.2.1)
* haml (3.1.7)
* haml-Rails (0.3.4)
* hike (1.2.1)
* hpricot (0.8.6)
* httparty (0.8.3)
* i18n (0.6.1)
* jquery-Rails (2.1.2)
* json (1.7.5)
* json_pure (1.7.5)
* jsonify (0.3.1)
* jsonify-Rails (0.3.2)
* libv8 (3.3.10.4)
* linecache19 (0.5.12)
* listen (0.5.0)
* mail (2.3.3)
* meta_search (1.1.3)
* mime-types (1.19)
* multi_json (1.3.6)
* multi_xml (0.5.1)
* mysql2 (0.3.11)
* nokogiri (1.5.5)
* orm_adapter (0.0.7)
* Paperclip (2.7.0)
* polyamorous (0.5.0)
* polyglot (0.3.3)
* rack (1.3.6)
* rack-cache (1.0.3)
* rack-mount (0.8.3)
* rack-ssl (1.3.2)
* rack-test (0.6.1)
* Rails (3.1.0)
* Rails3-jquery-autocomplete (1.0.9)
* railties (3.1.0)
* rake (0.9.2)
* rdoc (3.12)
* remotipart (1.0.2)
* rspec (2.11.0)
* rspec-core (2.11.1)
* rspec-expectations (2.11.3)
* rspec-mocks (2.11.2)
* rspec-Rails (2.11.0)
* Ruby-debug-base19 (0.11.25)
* Ruby-debug19 (0.11.6)
* Ruby_core_source (0.1.5)
* Ruby_parser (2.3.1)
* rubyzip (0.9.9)
* sass (3.1.20)
* sass-Rails (3.1.4)
* Selenium-webdriver (2.7.0)
* sexp_processor (3.2.0)
* simple_datatables (0.2.1)
* sprockets (2.0.4)
* therubyracer (0.10.2)
* thor (0.14.6)
* tilt (1.3.3)
* timeliness (0.3.6)
* treetop (1.4.10)
* tzinfo (0.3.33)
* uglifier (1.3.0)
* validates_timeliness (3.0.14)
* warden (1.2.1)
* web-app-theme (0.8.0)
* webrat (0.7.3)
* will_paginate (3.0.3)
* xpath (0.1.4)
私の場合、_apps/assets/stylesheet/fonts.css
_でファイルを作成した後にエラーが発生しました。このファイルには次のようなfont-url()
が呼び出されました。
_@font-face {
font-family: 'museo-slab';
src: font-url('museo_slab_500-webfont.eot');
src: font-url('museo_slab_500-webfont.eot?#iefix') format('embedded-opentype'),
font-url('museo_slab_500-webfont.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
_
このファイルの名前を_font.scss
_に変更すると、エラー_undefined method '[]' for nil:NilClass
_が消えました。
私はクリスティアムと同じような問題を抱えていました。 Rails 4.0を使用していて、_.css
_ファイルでimage-url()
を呼び出しました。
_#pullrefresh .icon.loading {
background: image-url('spinner.png') no-repeat;
width: 19px;
height: 19px;
background-size: 100%;
bottom: 0;
animation: rotate 1s linear infinite;
-o-animation: rotate 1s linear infinite;
-ms-animation: rotate 1s linear infinite;
-moz-animation: rotate 1s linear infinite;
-webkit-animation: rotate 1s linear infinite;
}
_
ファイルの名前を_<filename>.scss
_に変更するだけで、私にとっても問題なく機能しました。
Rails 4.2.8を使用しており、この問題を次の方法で修正しています。
キー:asset-urlを使用してすべてのプロジェクトを検索します。
Cssにこれがあるファイルがある場合は、scssに変更してください。
コミット->デプロイ。それは働いています。
Rails 3.2.16にアップグレードすると、これが壊れた可能性があると思います。これを修正するには、sass-Railsgemを更新する必要がありました。
bundle update sass-Rails
同じ問題が発生し、次の方法で解決します。
.css
ファイルの名前を@
のようなSCSS変数またはパターンを含む名前に変更します。 @font-face
から.scss
.css.map
ファイルの削除(ある場合).css.map
によって生成されたファイルを削除しますこれが、スタイルシートに関連するアセットのコンパイル前の問題をデバッグする貴重な時間を節約するのに役立つことを願っています。