Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

way to run it in rails 3 without modifying Gemfile #12

Closed
phocke opened this issue Jul 7, 2011 · 5 comments
Closed

way to run it in rails 3 without modifying Gemfile #12

phocke opened this issue Jul 7, 2011 · 5 comments

Comments

@phocke
Copy link

phocke commented Jul 7, 2011

Is that possible?
I'd like to avoid introducing any unnecessary dependencies in my projects.

Thanks

@janlelis
Copy link
Owner

janlelis commented Jul 8, 2011

It's probably somehow possible and I'll investigate it, when I have time. Please note, however, there are several workarounds available like putting it in a "development" group or using a separate Gemfile).

@aantix
Copy link

aantix commented Aug 9, 2011

@janielis - How do you use a separate Gemfile without having to have it required from the primary Gemfile?

@janlelis
Copy link
Owner

@aanitx

Just do bundle install --gemfile path/to/gemfile_with_irbtools :)

@halan
Copy link
Contributor

halan commented Oct 9, 2011

I put it in my .irbrc https://github.com/halan/dotfiles/blob/master/irbrc#L57

You also can put it in :test, :development groups.

@janlelis
Copy link
Owner

thanks all, now solved with #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants