我从他们的文档中读到了这篇文章https://pub.dev/help/scoring
受欢迎程度:
它衡量有多少开发人员使用某个包,从而可以深入了解其他开发人员正在使用的内容。
流行度衡量过去 60 天内依赖某个软件包的应用程序数量。我们以从 100%(最常用的包)到 0%(最少使用的包)的标准化范围来显示这一点,但正在研究是否可以在未来版本中提供绝对使用计数。
尽管此分数基于实际下载计数,但它补偿了自动化工具,例如根据每个更改请求获取包的连续构建。
但我想知道 60 天之后,旧的下载计数是否会丢失。如果是这样,那就意味着人气也会下降。我可以这么说吗?
我的操作系统是Windows 7.
我的问题是,当我尝试运行时rails server
,会发生错误.我已经安装了sqlite3
宝石,甚至sqlite-ruby
宝石,但仍然没有.
我已经不知道该怎么做了.
如果有人需要任何其他信息,请求它,我会把它提出来.
完整的错误是:
C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.3-x86-mingw32/lib/sqlite3.rb:6:in `require': no such file to load -- sqlite3/sqlite3_native (LoadError)
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.3-x86-mingw32/lib/sqlite3.rb:6:in `rescue in <top (required)>'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/sqlite3-1.3.3-x86-mingw32/lib/sqlite3.rb:2:in `<top (required)>'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/runtime.rb:68:in `require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/runtime.rb:66:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/runtime.rb:66:in `block in require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/runtime.rb:55:in `each'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/runtime.rb:55:in `require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler.rb:120:in `require'
from C:/Users/JorWan/Desktop/JorWan/ASCENDSTUDIO/RoR/intento2/config/application.rb:7:in `<top (required)>'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/commands.rb:28:in `require'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/commands.rb:28:in `block in <top (required)>'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/commands.rb:27:in `tap'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/railties-3.0.7/lib/rails/commands.rb:27:in `<top (required)>' …
Run Code Online (Sandbox Code Playgroud)