- xml - AJAX/Jquery XML 解析
- 具有多重继承的 XML 模式
- .net - 枚举序列化 Json 与 XML
- XML 简单类型、简单内容、复杂类型、复杂内容
在我的电脑上一切正常,但我无法推送到 Heroku。
我正在做名为“Ruby on Rails 教程(第 3 版)”,他们希望我在 Gemfile 中有一行
gem 'sass-rails', '5.0.1'
如果没有那一行,我在推送时没有问题,但如果添加这一行,我会得到:
->git push heroku master
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 321 bytes | 0 bytes/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.2.1
remote: -----> Installing dependencies using 1.7.12
remote: Ruby version change detected. Clearing bundler cache.
remote: Old: ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
remote: New: ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
remote: Fetching gem metadata from https://rubygems.org/...........
remote: Using rake 10.4.2
remote: Installing minitest 5.5.1
remote: Installing i18n 0.7.0
remote: Installing thread_safe 0.3.5
remote: Installing builder 3.2.2
remote: Installing mini_portile 0.6.2
remote: Installing erubis 2.7.0
remote: Installing rack 1.6.0
remote: Installing mime-types 2.4.3
remote: Installing coffee-script-source 1.9.1.1
remote: Installing arel 6.0.0
remote: Installing execjs 2.5.2
remote: Installing thor 0.19.1
remote: Installing json 1.8.2
remote: Using bundler 1.7.12
remote: Installing multi_json 1.11.0
remote: Installing rails_stdout_logging 0.0.3
remote: Using rdoc 4.2.0
remote: Installing rails_serve_static_assets 0.0.4
remote: Installing tilt 1.4.1
remote: Installing sass 3.4.13
remote: Installing tzinfo 1.2.2
remote: Installing rack-test 0.6.3
remote: Installing sprockets 3.0.0
remote: Installing mail 2.6.3
remote: Installing coffee-script 2.4.1
remote: Installing uglifier 2.5.3
remote: Installing sdoc 0.4.0
remote: Installing rails_12factor 0.0.2
remote: Installing activesupport 4.2.0
remote: Installing rails-deprecated_sanitizer 1.0.3
remote: Installing globalid 0.3.5
remote: Installing activemodel 4.2.0
remote: Installing jbuilder 2.2.3
remote: Installing activejob 4.2.0
remote: Installing activerecord 4.2.0
remote: Installing pg 0.17.1
remote: Installing nokogiri 1.6.6.2
remote: Installing rails-dom-testing 1.0.6
remote: Installing loofah 2.0.1
remote: Installing rails-html-sanitizer 1.0.2
remote: Installing actionview 4.2.0
remote: Installing actionpack 4.2.0
remote: Installing actionmailer 4.2.0
remote: Installing sprockets-rails 2.2.4
remote: Installing railties 4.2.0
remote: Installing coffee-rails 4.1.0
remote: Installing jquery-rails 4.0.3
remote: Installing rails 4.2.0
remote: Installing sass-rails 5.0.1
remote: Installing turbolinks 2.3.0
remote: Your bundle is complete!
remote: Gems in the groups development and test were not installed.
remote: It was installed into ./vendor/bundle
remote: Bundle completed (31.90s)
remote: Cleaning up the bundler cache.
remote: Could not detect rake tasks
remote: ensure you can run `$ bundle exec rake -P` against your app with no environment variables present
remote: and using the production group of your Gemfile.
remote: This may be intentional, if you expected rake tasks to be run
remote: cancel the build (CTRL+C) and fix the error then commit the fix:
remote: rake aborted!
remote: NameError: uninitialized constant Sass::Script
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/helpers.rb:11:in `<top (required)>'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails.rb:8:in `require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails.rb:8:in `<top (required)>'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass-rails.rb:1:in `require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass-rails.rb:1:in `<top (required)>'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:76:in `require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:72:in `each'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:72:in `block in require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:61:in `each'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:61:in `require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler.rb:134:in `require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/config/application.rb:7:in `<top (required)>'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/Rakefile:4:in `require'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/Rakefile:4:in `<top (required)>'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/rake_module.rb:28:in `load_rakefile'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:689:in `raw_load_rakefile'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:94:in `block in load_rakefile'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:93:in `load_rakefile'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:77:in `block in run'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/2.2.0/rake/application.rb:75:in `run'
remote: /tmp/build_c3f0fc873b0d5baf26f3fbbfb448e8a1/vendor/ruby-2.2.1/lib/ruby/gems/2.2.0/gems/rake-10.4.2/bin/rake:33:in `<top (required)>'
remote: vendor/bundle/bin/rake:16:in `load'
remote: vendor/bundle/bin/rake:16:in `<main>'
remote:
remote: ###### WARNING:
remote: No Procfile detected, using the default web server (webrick)
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for Ruby -> console, rake, web, worker
remote:
remote: -----> Compressing... done, 29.0MB
remote: -----> Launching... done, v8
remote: https://warm-bayou-7787.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/warm-bayou-7787.git
7b733ac..a4a374f master -> master
但是当我跑的时候,如他们所愿
->heroku run -a warm-bayou-7787 bundle exec rake -P
我明白了
Running `bundle exec rake -P` attached to terminal... up, run.4029
rake aborted!
NameError: uninitialized constant Sass::Script
/app/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails/helpers.rb:11:in `<top (required)>'
/app/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails.rb:8:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass/rails.rb:8:in `<top (required)>'
/app/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass-rails.rb:1:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/sass-rails-5.0.1/lib/sass-rails.rb:1:in `<top (required)>'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:76:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:72:in `each'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:72:in `block in require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:61:in `each'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler/runtime.rb:61:in `require'
/app/vendor/bundle/ruby/2.2.0/gems/bundler-1.7.12/lib/bundler.rb:134:in `require'
/app/config/application.rb:7:in `<top (required)>'
/app/Rakefile:4:in `require'
/app/Rakefile:4:in `<top (required)>'
(See full trace by running task with --trace)
WARNING: Toolbelt v3.31.3 update available.
我该怎么办?我有一种感觉,就像之前一直在做那个教程一样,我从来没有遇到任何问题,一切都很好。
如果我删除 sass 并再次推送一次一切正常
最佳答案
我刚刚在 Cloud9 路由上遇到了同样的错误,并通过在 gemfiles 中使用 5.0.2+ 版本修复了它。
关于ruby-on-rails - ruby sass-rails gem 和 heroku 推送错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29593765/
我正在尝试使用 Heroku Scheduler 在已部署的 Heroku 应用程序中调用 HTTP 端点,它基本上以固定速率在 Heroku bash 上运行命令。 当我运行 $ heroku ru
我有一个在 Heroku 上运行的应用程序,其中有一些我想不时更改的设置,并且我想使用 Heroku 配置变量来存储这些设置,以便它们持久存在。 我知道我可以从 Heroku 仪表板或 Heroku
我从模板 reagent-frontend 创建了一个 ClojureScript Reagent 应用程序。如何将生产应用程序部署到 Heroku?在为生产构建后(lein package/lein
我正在尝试在 heroku 上添加信用卡,然后消息显示“无法验证您的卡,请稍后再试或联系您的金融机构寻求帮助” 最佳答案 这是因为您的银行拒绝付款。 检查您是否输入了所有正确的详细信息 查看您银行的最
首先为我的英语感到抱歉,因为它不是我的母语,我不习惯它,它可能很难理解。 我正在尝试将我的 spike 应用程序连接到 heroku 以获取长期葡萄糖数据。 我在没有“部署分支”步骤的情况下成功完成了
Ec2 实例小时按小时计算。如果你只是启动和关闭一个实例,它仍然算作一小时。 Heroku 如何处理这个?按分钟还是按小时? 让我们假设我的应用程序使用超过 750 免费 Dyno 小时限制 最佳答案
好奇 heroku 如何创建应用程序名称。应用程序名称通常是英文单词,例如bloom-peaks 或formal-trail。一家大公司的 IT 部门也是如此。是否有用于名称生成的 unix 库? 最
有没有人在 Heroku 上成功使用过 docsplit?它有许多二进制依赖项。我已经搜索过,但没有找到任何人这样做。教程会很棒,但我真的很好奇其他人是否成功。 最佳答案 我的搜索没有找到任何做过这件
我想将一个应用程序部署到需要能够生成加密安全随机数的 heroku。我可以使用哪些熵源? 最佳答案 你的 Heroku dyno 基本上是一个 Ubuntu 服务器虚拟机,所以你应该可以访问 /dev
Heroku 可以显示自定义维护页面: heroku config:set MAINTENANCE_PAGE_URL=http://some_server/my_page.html 这需要某些网站的存
我正在开始使用 Heroku,并担心它是否会因我犯的错误而向我收费。例如,填充数据库超过 5MB。 那么,有没有办法为 Heroku 或通知系统设置计费限制,以便在我超过价格限制时发送通知? 先感谢您
如何更新我的 Heroku ,我的 Windows 终端显示以下内容: » Warning: heroku update available from 7.47.7 to 7.52.0. 请帮忙
我在免费的 Dyno 上运行基于 NodeJS 的应用程序,连接到 mongohq-MongoDB。我想迁移它以使用爱好 Dyno,这样做的动机不仅是避免 sleep 时间,而且是为了实现更高的 HT
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 9年前关闭。 Improve this q
如何将我的生产数据库拉到 heroku 上的暂存服务器? 我有两个 Remote ,production 和 staging。 来自documentation看来我想运行 heroku pg:copy
我有一个域example.com,我想将它用于位于example.herokuapp.com 的rails-app,我很困惑如何去做。 Heroku says "Zone apex domains (
我有一个 sinatra 应用程序,其中有一个 yml 文件来设置环境变量,我使用此方法调用它们 module MyConfig def config environment = ENV["RA
根据各种因素,一整天中,我的应用程序的负载可能会出现非常极端的增加。 那时,我想自动增加测功机的数量。 我想增加加载时间。因此,如果加载页面需要X倍的时间,请增加测功力。否则,请往下走。 这样的东西存
我想知道使用heroku工具栏在heroku帐户之间进行切换的最佳方法是什么。 我曾经有一个个人的heroku帐户,它是我所有职业性的heroku应用程序的协作者。问题是当我想进行一些对财务有影响的更
是否可以停止部署到当前正在构建的 Heroku ( git push heroku )? 类似 heroku run stopit! 顺便提一句。成功部署后回滚不是我想要的。 最佳答案 首先,安装He
我是一名优秀的程序员,十分优秀!