similar to: Rails Local Installation issues

Displaying 20 results from an estimated 60000 matches similar to: "Rails Local Installation issues"

2006 Apr 04
0
Local Installation issue
Hi everybody, I Have installed Ruby, I was trying to install rails frame work by issuing following comment , without an internet connection. *gem install rails --include-dependencies * ** Actually this comment fails. It gives a remote exception. It is trying to connect source forge website. Is there any way to install locally , I mean without connecting to internet. Could anybody explain the
2007 Nov 09
1
what is the difference between 2 types of rails installation
Hi, I would like to know the difference between installing the rails 1. gem install rails and 2. copying the rails package from the "http://rubyforge.org/frs/? group_id=307" For some unknown reason, in my system the command "gem install rails" taking too much time(i waited for about 2 Hours, I hope no software is taking this much time) What is the minimum system
2006 May 30
1
Error in mongrel_rails script with Cygwin/Mongrel/Rails
Hi, I am experiencing an error in the mongrel_rails script on a pc under cygwin/mongrel/rails. My installation details and error are as follows: With some guidance from various blogposts out there, I installed Cygwin on a Windows XP box followed by: Ruby 1.8.4(via cygwin setup), Gems (0.8.1 via ruby install.rb), Mongrel .3.12.4 (via gems), Rake 0.7.1(via gems, GemPlugin (via gems), Rails (via
2012 Jun 30
1
Custom provider/types and adding to puppet forge
*Note, I''m very green when it comes to ruby development.. I''ve created a couple of custom providers and types, both of which rely on a particular ruby gem in order to function. How should I go about ensuring the gem dependency on the puppet clients before puppet syncs the plugins (the broken ''require'' in the provider will cause puppet to exit during a run)? On
2006 Jan 29
1
Why am I getting "undefined local variable or method `acts_as_taggable''"?
Hello, I recently installed acts_as_taggable using the following command: gem install acts_as_taggable # output follows Attempting local installation of ''acts_as_taggable'' Local gem file not found: acts_as_taggable*.gem Attempting remote installation of ''acts_as_taggable'' Updating Gem source index for: http://gems.rubyforge.org Successfully installed
2007 Jun 26
1
Installation issues - rails non-existant...
So, I installed ruby1.8 and gems via apt-get on Debian Etch and typed the usual "gem install rails --include-dependencies". Got a success message in the process and proceeded to install the postgresql-driver to connect to the database via "gem install postgres". I had forgotten to get the development-packages, though (which yielded a lot of errors but told me that the
2006 Apr 04
4
Freezing Architecture-Dependent Gems such as Rmagick, Ferret, Unicode
A lot has been made recently about the need to freeze your gems for production deployment on a shared server so your application can depend on it''s own gem version instead of being subjected to whatever gem is installed on the server, but does this rule of thumb come with an exception? Architecture dependent gems such as RMagick, Ferret and Unicode have dependencies that cannot be
2006 Feb 08
0
subversion AND gem rails howto?
I have been using rails on Debian Sarge since May of last year. I initially gem installed rails as root and since then I have been gem updating the installation. I have had no trouble with the installation or development. Now feel that I''d like to use svn to get edgerails to be able to use nifty features such as RJS. Some of the threads on the subject talk about svn:externals in the
2009 Apr 01
0
Discussion on hosting of local user group web portals under r-project
Hi all, Driven by the success of R, a number of local R users groups have been formed in several places (London, NY, etc.). We are also currently considering setting up our own local group in Spain. We have found that setting up a web page in order to centralise the information relevant to the group members, keep a calendar of events, and other functionalities is very important as a tool to keep
2007 Mar 05
6
Using ms access 97 as local db backend for rails on windows 2000
Hi, I am on a windows 2000 machine and want to use an ms access 97 database (*.mdb) as db backend. I did a clean install: ruby, gems, rails, odbc-rails. A test rails application connecting to a local mysql server is doing fine. I can also locally connect to the odbc connection "local_odbc_name" with the aqua data studio client. But now with rails. As soon as I change the adapter to
2005 Jul 18
2
Rails installation problem
Hi there, I''m a new to Rails and to Ruby too. I hope you can help with what hopefully is a simple installation problem. I have successfully installed version: C:\>ruby -v ruby 1.8.2 (2004-12-25) [i386-mswin32] I have successfully installed gem: C:\>gem --version 0.8.11 When I try to install Rails i get the following error: C:\>gem install rails --include-dependencies
2006 Jan 30
3
Rails installation fails!
What do I need to do inorder to install rails? - Thx -ND C:\>gem install rails Attempting local installation of ''rails'' ERROR: Error installing gem rails[.gem]: rails requires rake >= 0.6.2 C:\>gem install rails-1.0.0.gem Attempting local installation of ''rails-1.0.0.gem'' ERROR: Error installing gem rails-1.0.0.gem[.gem]: rails requires rake --
2006 Jun 08
2
Does Edge Rails play well with GEM Rails?
Hi, I have the current version of GEM rails installed on my machine at the moment. I would like to put edge rails on for a project that I''m working on, but I would like to keep the Gem version, at least for the moment. Also is there any documentation about installing Edge rails? I have looked on the wiki but it was not obvious to me where it is. Cheers Daniel -------------- next part
2009 Aug 21
2
Rails installation does not work on windows
Hi, i wanted to upgrade my rails installation that worked for quite a while. So i did the obvious gem install rails but the fcgi gem fails with an error message Building native extensions. This could take a while... ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError) ERROR: Failed to build gem native extension. ruby extconf.rb install rails checking for fcgiapp.h... no
2015 Mar 18
0
[Rcpp-devel] Windows gcc toolchain for R 3.2.0
Duncan, ----- Original Message ----- > From: "Duncan Murdoch" <murdoch.duncan at gmail.com> > To: "R-devel at r-project.org" <r-devel at r-project.org>, rcpp-devel at r-forge.wu-wien.ac.at > Sent: Wednesday, March 18, 2015 6:27:26 AM > Subject: [Rcpp-devel] Windows gcc toolchain for R 3.2.0 > > To anyone following the Windows toolchain saga: >
2010 Feb 15
0
Using local system-wide gems when using gem bundler
Gem bundle is a great tool, but I''m breaking my head here to try to solve what seems to be a simple issue. Right now, we follow a very minimalist philosophy - if it is not needed, then don''t install it. For example, I use mongrel locally for development, while my co-worker uses unicorn. In theory, gem bundle would include only the gems necessary for production, and any local
2008 Nov 30
1
HOWTO install a download gem from a local directory.
Aloha All, I have downloaded many gems in .gem and .tar format from Rubyforge to my dir /usr/local/src/gems/. However, I got the following error below when executing "gem install mongrel-1.1.5.gem" or any other gems from the dir above. "ERROR: could not find gem mongrel-1.1.5.gem locally or in a repository" I''ve notice that within the .gem folder there are two
2012 Jun 18
4
How to create local puppet forge repositories
Hi, was just wondering if there''s a way to create a local forge repositories to host our local modules? Has anyone done that? I found this post, http://projects.puppetlabs.com/issues/5033. that was one year ago. Wondering if there''s a way to do it now? Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
2006 Feb 07
1
habtm :uniq causing duplicate inserts? How to update Rails?
Hello *Gem* experts, Sorry for asking multiple questions in one post but they are both related to one problem. So far I have the following code: class Member < ActiveRecord::Base has_and_belongs_to_many :blogs, :uniq=>true ..... end class Blog < ActiveRecord::Base has_and_belongs_to_many :members, :uniq=>true ... end The issue is that
2006 Aug 08
0
Error updating Rails
On updating rails (sudo gem update rails), I received the following error: ... Successfully installed actionwebservice-1.1.4 Installing RDoc documentation for activerecord-1.14.3... SLex::Detail: op3: ERROR: While executing gem ... (NoMethodError) undefined method `text'' for -517611318:Fixnum > I don''t have enough experience to get through this. Would someone please