similar to: Offline installation of ruby gems and rails

Displaying 20 results from an estimated 60000 matches similar to: "Offline installation of ruby gems and rails"

2006 May 25
2
How to install Ruby on Rails from Stand alone package?
I need to instal RoR on server which is not connected to internet and which can''t be connected to internet coz of security reason. There is no other ways to connect server to internet. I know every tutorial say run gem install rails, but in this case I need to install rails from stand alone package. So, my problem is where to install files which I downloaded from
2007 Jul 12
15
Ruby Gems and Rails
Hi, I think this has been discussed previously on the list, so apologies if I''m covering old ground but I''ve been using puppet to manage a few Rails applications which have dependencies on quite a few gems, so it''s getting to be a bit of an onerous task to manage them. It looks like the command line interface to gems doesn''t really support automated
2009 Nov 02
4
Ruby Gems version issue
Hi, When I try to launch my ruby on rails server, it says my ruby gems version is not up to date. However it is. I''ve even tried reinstalling ruby gems to the latest version, but it still says I have an old version. Does anyone know how to fix this issue? I''d be deeply grateful. Here is some code directly from my terminal (I''m on an ubuntu system):
2007 Apr 23
3
Troubles with using gems in Rails
Hi! I''m observing some problems using gem inside Rails. My understanding is that after following sequence in irb: $ irb irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''active_record'' => true irb(main):003:0> gem ''acts_as_taggable'' => true I should have access to acts_as_tagable mixins, like:
2012 Nov 07
12
Develop using Rails in offline mode
I''m very new to Rails and I''m quite confused if I can practice Rails in offline mode? I''m following the Ruby on Rails Tutorail by Michael Hartl and I noticed that after generating a new app through the command "rails new app_name", "bundle install" is then called to download the gems specified in the Gemfile. What if I don''t have an
2011 Aug 24
3
How to connect Ruby with MySQL (XAMPP)?
*Dear All:* I need your help on following points. 1. Can I connect Ruby with MySQL in XAMPP server? 2. Could someone tell me that how to connect MySQL with Ruby? I have XAMPP server installed and want to connect with ruby. I am using Ruby1.8.7. I tried following code: require ''rubygems'' require ''mysql'' begin # connect to the MySQL server
2007 Sep 19
3
Rails cannot connect error after updating using ruby and rails to slightly newer versions
I am on a mac. Have been developing using a manually installed (according to the hivelogic instructions) ruby, rails, gems, mongrel setup. Life was good. When I noticed that my ruby version was out of date, I decided to switch to using macports to maintain the software on my mac. I used it to install a new ruby and gems, and then used gems to get the latest rails. Life seemed to be good. Next I
2009 Aug 31
7
"Missing these required gems: rspec-rails" in ruby 1.9
i get the above error when running rake. I tried switching rails 2.3.3 with 2.3.2 but it didn''t help. here are my gems: actionmailer (2.3.2) actionpack (2.3.2) activerecord (2.3.2) activeresource (2.3.2) activesupport (2.3.2) builder (2.1.2) cucumber (0.3.98) diff-lcs (1.1.2) hoe (2.3.3) nokogiri (1.3.3) polyglot (0.2.8) rack (1.0.0) rails (2.3.2) rake (0.8.7) rspec (1.2.8) rspec-rails
2005 Jan 27
3
Installing rails without gems
After reading the article about rails in OnLamp, I''ve decided to give it a try. In many way it resembles a product that I used to work several years ago, but based on Tcl. So I this might just be what a Pythonier as me needs to try out Ruby. :) Now the problem is, right now the computer where I want to play around with rails doesn''t have net access. I already downloaded the
2009 Sep 23
6
Dreamhost launch issues. What gems are used in my rails app?
Hi guys, I made a quick app for a family member to be deployed on Dreamhost (low budget). It''s my first time deploying on DH so I''m not familiar with the restrictions. I''m having an issue where I''ve been able to get git on both systems and used capistrano to deploy the app. However migrations fail. I also tried exporting my local staging mysql schema and
2007 Mar 13
6
Problem Managing Ruby Gems
I''m trying to have puppet install a bunch of ruby gems for me, but I''m running into problems with a few of them. This is on CentOS 4.4, ruby 1.8.5 (2006-08-25) [x86_64-linux] and the latest puppet from svn as of yesterday afternoon. I have: package { fastthread: ensure => "0.6.4.1", provider => gem, require =>
2005 Dec 16
7
offline copy of the api site ?
Hi, Is there a archive off http://api.rubyonrails.org/ so that I can view it without net access? Kind Regards, Herbert _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2010 Jun 25
5
Error installing gems for Rails 3.0.0.beta4 on MacOSx
I tried to install Rails 3 Beta in my snow.leopard machine using the command below: (w/ sudo if it requires) gem install tzinfo builder memcache-client rack rack-test rack-mount erubis mail text-format thor bundler i18n unfortunately after 12 gems installed i got an error regarding builder-2.1.2 12 gems installed Installing ri documentation for tzinfo-0.3.22... Installing ri documentation for
2005 Oct 18
1
rails gem update
hi all, i just did a ''gem update --source gems.rubyonrails.org'' and then a ''gem cleanup'' and all appeared to run smoothly but now when i start up a webrick server i get the following: /usr/local/lib/site_ruby/1.8/rubygems.rb:204:in `report_activate_error'': RubyGem version error: activesupport(1.2.0 not = 1.1.1) (Gem::LoadError) from
2010 Apr 29
10
How to install rails gems 2.3.5 on windows
Hi, When I try to add generator to controller, I got error as "Missing the Rails 2.3.5 gem. Please `gem install -v=2.3.5 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed." Can somebody please let me know how to install rails gem 2.3.5 successfully on a
2006 Aug 10
8
Problem installing rails with gems
I have ruby 1.8.4 and gem 0.8.11 installed on Ubuntu Dapper. Now I wanted to use gem to install rails (as documented in the wiki). That worked fine, but afterwards, the command rails is not found. It seems that the gem install command does not place the binaries in the apropriate directory. The instruction pages at the Rails websites show that one cun simply type "rails" after the gem
2007 Nov 21
3
Cannot freeze gems
Running rake rails:freeze:gems I got the following error: [root@WiNN-Mesh web_interface]# /usr/local/bin/rake rails:freeze:gems --trace (in /usr/sbin/web_interface) ** Invoke rails:freeze:gems (first_time) ** Execute rails:freeze:gems Freezing to the gems for Rails 1.2.5 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails rake aborted! uninitialized constant Gem::GemRunner
2006 Apr 13
4
Installation of Rails without ''gem install rails''
I am wondering if anyone has any procedural documentation for installing and using Rails from the standalone packages rather then via ''gem install''. It seems there should be some steps outside of simply unpacking the tar ball in order to integate it with your Ruby installation. Seems every bit of installation documentation I can find has ''gem install
2006 Feb 24
3
Offline Installation
Hi I want to install Rails in my windows laptop but I don''t have internet conecction at home, so I''m saving in a usb drive the ruby installer (ruby182-15.exe) and the gems package (rubygems-0.8.11.zip) , could anyone point me what other files do I''ve to take home.
2008 Jun 24
1
Rails 'rake gems:install' error in windows
I am developing with rails at three platform mac, windows, linux. until Rails 2.1, we can describe gem dependencies in environment.rb. ( this one ~ http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies ) so I write environment.rb like below for using will_paginate ... config.gem ''capistrano'' config.gem