RE: Install RoR2.3.5 without internet connection ยป forum.txt
1 |
A google search with "filetype:gem" helped me to discover it. |
---|---|
2 |
Here a list of all gems you need for an offline installation of Ruby on Rails: |
3 |
|
4 |
http://rubygems.org/downloads/rails-2.3.5.gem |
5 |
http://rubygems.org/downloads/activesupport-2.3.5.gem |
6 |
http://rubygems.org/downloads/activerecord-2.3.5.gem |
7 |
http://rubygems.org/downloads/actionpack-2.3.5.gem |
8 |
http://rubygems.org/downloads/actionmailer-2.3.5.gem |
9 |
http://rubygems.org/downloads/activeresource-2.3.5.gem |
10 |
|
11 |
If you use mysql better also download these: |
12 |
http://rubygems.org/downloads/mysql-2.8.1.gem |
13 |
http://instantrails.rubyforge.org/svn/trunk/InstantRails-win/InstantRails/mysql/bin/libmySQL.dll |
14 |
|
15 |
Hope this helps someone else to avoid switching a memory stick back and forth for every dependency ;) |
16 |
|
17 |
|
18 |
|