similar to: Gems in ~/.gem vs in the Library

Displaying 20 results from an estimated 10000 matches similar to: "Gems in ~/.gem vs in the Library"

2008 Apr 15
4
Version Control (and gems)
1. Full version control of a web app would include the constellation of gems actually used. I can do ''gem list'' and put that into a file in version control but that could include unused gems. That is, it could include gems use by other projects. And putting the whole gem in version control seem like overkill since the authors do that. But it might be safer. Do we have a
2010 May 31
2
Freezing non-rails gems
Hello, What is the 2010 way to get my non-rails gems frozen into my app? TIA! a. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2005 Dec 18
2
EdgeRails with other Gems like RMagick
I am using EdgeRails, and have some of the plugin''s using gems such as Rmagick which are included through a command similar to "require_gems ''rmagick''". Curious how to handle such attempts at inclusion when I am no longer bound to the system gems and am using the code strictly within vendor/rails and such. Is there a way to point require_gems to another
2009 Jul 29
3
Use of Ruby Gem and Plugin
Hi, I need to know what should we use in ROR application gems or plugins. Which is the best for any ROR application? Can anyone brief me about this. Thanks -- Posted via http://www.ruby-forum.com/.
2006 May 05
3
Cannot find gem for Rails =1.1.2
First post here: The error is below and i''m sure folks have posted it before, but perhaps i''ve missed the solution: I''m using apache because i first need to see if rails can work with apache. Some particulars: gem -v 0.8.11 ruby -v ruby 1.8.4 (2005-12-24) [i686-linux] rails -v Rails 1.1.2 rails-1.1.2 is installed (via gem) and environment.rb''s
2009 Sep 09
5
Newbie question: undefined method 'number_with_delimiter'(probably configuration problem)
Hi all: i am using gem to insall rails 2.3.3 and using $rails myapp to generate my application, but strangely i can''t use the number_helper below is my env: export RUBY_HOME=$HOME/ruby export GEM_HOME=$HOME/gems export RUBYLIB=$RUBY_HOME/lib:$RUBY_HOME/lib/ruby:$RUBY_HOME/lib/ site_ruby/1.8 export PATH=$HOME/gems/bin:$HOME/ruby/bin: and: $ locate number_helper.rb
2005 Dec 19
5
gem update fails with "checking for fcgiapp.h... no"
Hello, Trying to do gem update on my existing system that''s been working fine for a couple of months. This is what I get: ===================================== bash-2.05b# gem update Upgrading installed gems... Attempting remote upgrade of fcgi Attempting remote installation of ''fcgi'' Building native extensions. This could take a while... ERROR: While executing gem
2009 Jan 14
2
[LLVMdev] Memory Dependence Analysis
Back in August, several of us participated in a discussion about getting a more robust memory dependence analysis framework into LLVM. Wojtek Matyjewicz has done some work on this and he attached a patch to an e-mail at the time that built against an older version of LLVM. Wojtek, what's the status of this patch? Does it build against HEAD? Do you plan to check it in any time soon?
2009 Feb 25
2
gem install mysql --> Error
Hi, When I try to install "gem install mysql" it throwing error. For your ref, bash-2.05b$ gem install mysql -- --with-mysql-dir=/opt/etrade/p6/share/mysql5 ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem mysql locally or in a repository bash-2.05b$ gem install mysql -- --with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2007 Mar 25
1
http://wiki.centos.org/TipsAndTricks/CDtoDVDMedia
Hi, I am Wojtek Pilorz (username "Wojtek Pilorz"). I would like to discuss whether my method of creating Centos DVD image from CD images and the other way would be appropriate to be placed in tip named in subject; Would it be appropriate if I send scripts I use with method description a mail to the list for consideration? What I have is method for recreating bit-for-bit identical
2002 Aug 22
1
Samba 2.2.5 DC: problem with groups
Hello, I wondered how domain groups are handled with Samba (2.2.5): I set up a Samba DC and have serveral XP clients. On the Samba machine I greated a group named "ntadmins" and put the following line in my smb.conf: domain admin group = @ntadmins On of my domain admins is user "wojtek" which has the primary group "user" but is also memeber of the
2006 Apr 21
28
Ruby, Rails & Linux - Which distro ??
Hi, I''ve been doing most of my initial playing with rails on a windows system - but wish to switch to a dedicated linux box for this. Are there any particular distro''s to avoid / recommend. I prefer debian for my other stuff, but thought i''d ask before going ahead. :) Cheers -- Posted via http://www.ruby-forum.com/.
2012 Nov 10
0
[LLVMdev] llvm-config --libs failed
If anyone is interested in this topic, I filled a bug here: http://llvm.org/bugs/post_bug.cgi 2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > I have noticed that I was installing LLVM according to: > http://llvm.org/docs/GettingStarted.html#getting-started > so it was no the 3.1 but the 3.2 version from svn (trunk 167573). > Maybe in the svn, not stable version,
2010 Jun 09
3
rake tells me to install gems that are already there
Hi, I''ve on hostmonster.com and i''ve run into a small problem that I just can''t get. When I push my application into my hosting environment and try to run rake db:migrate, I get an error message from rake telling me to install the missing gem my environment.rb file has: config.gem "formtastic" config.gem "authlogic" So I installed them but I still
2008 Aug 21
0
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
> Wojtek, > > Please see David's message below. Have you or can you check in your > code, perhaps as a project for now? That will allow us to start > looking at it and perhaps collaborating on it. Sure. For now, I am posting it as an attachment, because it does not build against the current SVN version. It is really basic (for example, it cannot produce distance vectors,
2009 Jan 16
0
[LLVMdev] Memory Dependence Analysis
On Jan 14, 2009, at 9:37 AM, David Greene wrote: > Back in August, several of us participated in a discussion about > getting a > more robust memory dependence analysis framework into LLVM. Wojtek > Matyjewicz has done some work on this and he attached a patch to an > e-mail at > the time that built against an older version of LLVM. > > Wojtek, what's the status
2019 Dec 16
2
slow logins over login_trusted_network
>> how to disable throttling (or better - put other limits) for 127.0.0.1? > > https://wiki2.dovecot.org/Upgrading/2.3 - look for "Localhost Auth Penalty" > that's certainly this. but i am not an expert in this passdb system my current config is passdb { driver=passwd-file args= username_format=%Lu /usr/local/etc/dovecot/aliasy } passdb { driver = pam #
2012 Nov 09
2
[LLVMdev] llvm-config --libs failed
I have noticed that I was installing LLVM according to: http://llvm.org/docs/GettingStarted.html#getting-started so it was no the 3.1 but the 3.2 version from svn (trunk 167573). Maybe in the svn, not stable version, there is a bug? 2012/11/9 Wojciech Daniło <wojtek.danilo.ml at gmail.com> > Does anybody have Idea why I get such error? The LLVM is compiled from > source - is is the
2008 Aug 20
4
[LLVMdev] Dependence Analysis [was: Flow-Sensitive AA]
Wojtek, Please see David's message below. Have you or can you check in your code, perhaps as a project for now? That will allow us to start looking at it and perhaps collaborating on it. --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Aug 20, 2008, at 3:05 PM, David Greene wrote: > On Wednesday 20 August 2008
2010 May 12
3
Best Gem For Threaded Comment Storage?
Dear List, Given that I am developing a rails 2.3.5 site, When it comes to storing threaded comments in a blog or forum, Then which plugin/gem should be considered "State of the Art"? I''m starting with these URLs: http://github.com/rails/acts_as_tree http://github.com/rails/acts_as_nested_set http://github.com/collectiveidea/awesome_nested_set