In rails 3 you can us开发者_如何学JAVAe bleeding edge gems like: gem \"devise\", :git => \"git://github.com/plataformatec/devise.git\". How do you do that with config.gem in rails 2.3.x?For that sp
I have a gem installed in my home directory on a laptop (eg not THE server). I have installed ruby 1.9.1 and also some other gems, notably right_aws - which allows access to s3, etc with ruby.
I love RVM. I realize that the main use case for it is letting different 开发者_开发知识库users switch between different versions of Ruby. But let\'s say I\'m deploying a Rails app to a server and I j
I\'m attempting to upgrade the friendly_id gem in a rails project. I have removed the old gem from the vendor directory, installed the new gem from rubygems.org. When I type:
deltrem@deltrem-desktop:~/ramaze web/app/blog$ ruby start.rb I [2010-06-10 14:53:33 $1886]INFO | : activating sequel
I am writing a gem which provides helpers for views. The HTML I want to insert via the helper is complex enough that I\'d rather write it in a _partial.html.erb file. How do I get the gem\'s view path
I hope someone can assist me. I have RubyMine 2.0.2 installed on Windows 7 32 bit computer. Since a week ago (I presume it must have been after I have update some gems) I cant seem to debug form the I
I\'m looking into building a group work app for my final year project next year. One of the core parts is organising group meetings. I plan to开发者_StackOverflow社区 make this as powerful as possible
We\'re us开发者_C百科ing gems:unpack to ensure gem version consistency across environments. However, we\'re running into:
Is it possible to check the gem version of the currently loaded gem in a ruby/rails app? During debugging, I would like to be able to do something like: