Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2092
| From | Brian Candler <b.candler@pobox.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Sinatra and Shotgun Gems |
| Date | Fri, 1 Apr 2011 03:14:51 -0500 |
| Organization | Service de news de lacave.net |
| Lines | 25 |
| Message-ID | <5d0d4571591430bbbfe6e58b941aff7a@ruby-forum.com> (permalink) |
| References | <c2905e8d5acb8fb1db641492aab6064b@ruby-forum.com> |
| NNTP-Posting-Host | bristol.highgroove.com |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | talisker.lacave.net 1301645718 85111 65.111.164.187 (1 Apr 2011 08:15:18 GMT) |
| X-Complaints-To | abuse@lacave.net |
| NNTP-Posting-Date | Fri, 1 Apr 2011 08:15:18 +0000 (UTC) |
| In-Reply-To | <c2905e8d5acb8fb1db641492aab6064b@ruby-forum.com> |
| X-Received-From | This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway |
| X-Mail-Count | 380738 |
| X-Ml-Name | ruby-talk |
| X-Rubymirror | Yes |
| X-Ruby-Talk | <5d0d4571591430bbbfe6e58b941aff7a@ruby-forum.com> |
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!talisker.lacave.net!lacave.net!not-for-mail |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.ruby:2092 |
Show key headers only | View raw
Ryan C. wrote in post #990276: > I have tried editing my gem paths, but that shouldn't be it since > sinatra works, right? How did you install sinatra? You might be using the native Debian package rather than the gem: $ apt-cache search sinatra libsinatra-ruby - Ruby web-development dressed in a DSL (Ruby 1.8 package) libsinatra-ruby-doc - Ruby web-development dressed in a DSL (documentation) libsinatra-ruby1.8 - Ruby web-development dressed in a DSL libsinatra-ruby1.9.1 - Ruby web-development dressed in a DSL in which case the gems dir may not in fact be on your search path. I suggest you try the following: export PATH=/var/lib/gems/1.8/bin:$PATH shotgun ...blah blah... -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Sinatra and Shotgun Gems "Ryan C." <rclark.sf@gmail.com> - 2011-03-31 18:13 -0500 Re: Sinatra and Shotgun Gems prasad <gdprasad@gmail.com> - 2011-03-31 23:31 -0500 Re: Sinatra and Shotgun Gems Brian Candler <b.candler@pobox.com> - 2011-04-01 03:14 -0500 Re: Sinatra and Shotgun Gems "Ryan C." <rclark.sf@gmail.com> - 2011-04-04 13:01 -0500
csiph-web