Steve Schwartz

Results 147 comments of Steve Schwartz

In case anyone comes across this (as I just did myself once again while trying to use an updated version of the rails_apps_composer gem), to clarify above, you cannot use...

May consider adding something about not using bundler to the "hacking the gem" wiki, if using the project-specific rvm gemset (or I can add it if you'd like).

Probably partially because I've been trying to explain it from a conceptual point of view. From a programmatic point of view, the issue is with [this line](https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/extras.rb#L48): ``` ruby RVM.gemset_use!...

> What exactly are you doing with the gem that is different from a typical use case? To answer your question directly, I was trying to generate a new rails...

I don't think the issue is directly from typing `bundle exec` in your terminal, it's from the fixation of the `GEM_PATH` that Bundler does to load the correct versions of...

In other words, let's say I have a gemset for my rails_apps_composer development, and in that gemset, I have the rails_apps_composer gem installed from rubygems.org. Now, I want to instead...

Yeah, I had missed that when I first started working with the gem, but that's what I was getting at. The bigger point is that the issue described here isn't...

Ah yes, this https://github.com/RailsApps/rails_apps_composer/issues/114#issuecomment-14509045 was almost certainly caused by the gemset not being switched. That's the "more cryptic errors later" I was getting, which I was referring to in my...

Thanks for this. Worked for me.

@KeithHenry I didn't even notice that this wasn't actually detecting a needed feature, I had just skimmed right over it. But I agree. Since this line is already checking for...