gem
Why does Ruby find all of my classes except for one named Config?
I have a Ruby program that runs fine on Linux. I\'m trying it out on Windows 7 right now, and it should be fine since it only uses two libraries that installed without issues.[详细]
2023-01-26 19:01 分类:问答Gem dependencies with Rails 3 engine fail in initializer
tldr; When I run a rake task in a test app which uses an Engine, the Engine dependencies don\'t seem to be respected. I have to (-D)RY by specifying the dependency in the test app\'s Gemfile[详细]
2023-01-26 16:31 分类:问答nifty_generators gem appears installed but still can't use generators
I\'m running Ruby 1.9.2 and Rails 3.0.0 in WinXP. I ran gem install nifty-generators from inside a new project directory. It said the gem, version 0.4.2, was successfully installed but there was an er[详细]
2023-01-26 13:21 分类:问答Where are the GEMs when Ruby compiled manually in Mac OS X 10.6.8?
I manually built Ruby 1.9.2 on Snow Leopard. Now I can’t find my old GEM files. I’m guessing they\'re in a different path now or something. So I have three questions:[详细]
2023-01-26 05:52 分类:问答Rails 3: define plugin gem dependency
I wrote a plugin that r开发者_运维知识库equires a gem as a dependency. Where do I have to define this dependency?[详细]
2023-01-25 23:49 分类:问答Formtastic alternative that works well with mongoid
Do you know any \"semantic\" rails gems for form generation w开发者_JS百科hich integrates well with the mongoid gem ? By integration I mean, correct automatic association based on the rules in the mod[详细]
2023-01-25 22:53 分类:问答I want to extend existing Ruby gem. How can I patch it locally?
There is a open source gem hosted on git开发者_运维百科hub. I have found a bug and want to fix it and send pull request back.[详细]
2023-01-25 22:02 分类:问答Customizing/Overriding Rails SimpleForm Gem
I\'m using the Rails gem SimpleForm, but I think my question may be applicable to any gem. https://github.com/plataformatec/simple_form[详细]
2023-01-25 14:59 分类:问答Get list of gems being used by a Bundler project
Is there a way to get the list of gems or开发者_Python百科 paths to gems that are being loaded for the current project by Bundler (it\'s a Rails 3) project.[详细]
2023-01-25 14:49 分类:问答Ruby Gem - LoadError
Ruby newbie here trying to figure out how to use a Gem and thus far the experience is not that great.[详细]
2023-01-25 07:25 分类:问答