Tag: zurb joyride

无法获得兜风工作 – 它显示一个列表

我确信这是非常愚蠢的,关于放置文件的位置,但是这里是: 我正在尝试使用gem(zurb-foundation),rails 3,ruby 1.9.3的Foundation 4,我正在尝试使用joyridefunction。 这是我到目前为止: Listing products Some awesome part of your site! Name Price Hello and welcome to the Joyride documentation page. Stop #1 You can control all the details for you tour stop. Any valid HTML will work inside of Joyride. Stop #2 Get the details right by styling Joyride with a […]

安装gem“joyride-rails”时的依赖性错误

我的rails版本是3.2.12 。 我正在尝试在我的应用程序中实现gem “joyride-rails”, “~> 0.0.14” ,但它与我的其他一些gem发生冲突。 已经在我的Gemfile中了: gem “haml-rails”, “>= 0.4” gem ‘activeadmin-mongoid’, github: ‘elia/activeadmin-mongoid’, branch: ‘active-admin-spec-suite’ 当我运行bundle命令时,我收到此错误: Bundler could not find compatible versions for gem “haml”: In Gemfile: joyride-rails (~> 0.0.14) ruby depends on haml (~> 3.1) ruby haml-rails (>= 0.4) ruby depends on haml (4.0.3) 所以,如果我添加gem “haml”, “~> 4.0.3” ,新的捆绑冲突是: Bundler could […]