gem
Bundler: installing a specific .gem file
Is there a way to tell Bundler t开发者_运维技巧o install a particular .gem file I have lying around?[详细]
2023-01-31 06:18 分类:问答bundler incorrectly trying to install "development" and "test" group gems in production
I have a small web app, which uses a bunch of gems. Some of them are only used for test and development environments. Now, when I try to start unicorn on the production server using the following comm[详细]
2023-01-31 01:08 分类:问答How to list gems needed by a Rails application
While trying to produce some diagrams with Railroad on an existing Rails application, I fell into the endless cycle of receiving a \"Could not find gem GEMNAMEHERE ... \" and issuing a \"gem install G[详细]
2023-01-30 17:33 分类:问答Typus Gem Rails 3 How to set path(other than "/admin")
I have been working with the latest version of typus(3.0.3) for Ruby on Rails. Setting the path used to be set this way[详细]
2023-01-30 13:04 分类:问答How can I use the "gemspec" rule in Bundler, while still using a local checkout of a gem?
Scenario: I am developing a gem gem-foo, using Bundler. I have a dependency on gem-bar, which I have checked out locally for development. I can declare this dependency in the Gemfile as:[详细]
2023-01-30 06:51 分类:问答transactional fixtures in gem development
Can\'t I use transactional fixtures in gem (not Rails) development? I added this to my spec_helper.rb:[详细]
2023-01-30 02:28 分类:问答installing ruby-debug-ide on an offline machine
I\'m trying to install ruby-debug-ide-0.4.15.gem on an Ubuntu 10.04 machine which is not connected to the Internet, and I get the following errors:[详细]
2023-01-30 01:26 分类:问答Devise gem: add module after initial install
This may not be Devise specific but I\'m wondering how to add an additional module to a gem that has already been installed when the initial install didn\'t include said module? In the case of Devise[详细]
2023-01-30 00:00 分类:问答Rails.env undefined in Rails 2
I have an older application running Ruby on Rails 2.2, and I\'m having trouble getting a gem to work because it can\'t find the current environment with Rai开发者_Go百科ls.env:[详细]
2023-01-29 18:06 分类:问答jruby jdbcmysql adapter does not work with ssl?
I cannot seem to get jdbcmysql to run over ssl. Downloaded gems: jdbc-mysql (5.0.4) jruby-openssl (0.7.1)[详细]
2023-01-29 14:08 分类:问答