similar to: Installing Instant Rails over existing Ruby Installation

Displaying 20 results from an estimated 100000 matches similar to: "Installing Instant Rails over existing Ruby Installation"

2008 Jun 23
2
From Instant Rails 2.0 to Rails 2.1.0 - cache problem
i''m trying to update to rails 2.1 using instant rails, so i can use the new cache features, but when i try to use the method "Rails.cache.write" in my controller, i get the message "undefined method `cache'' for Rails:Module (NoMethodError)" and if i try to set the cache store ("ActionController::Base.cache_store = :memory_store") in a conf file, i
2006 Oct 25
4
Instant Rails
I''m having a newbie problem getting Instant Rails to start WEBrick. I''ve created a demo project by type Rails Demo at the InstantRails command prompt. This worked fine. I then navigate to the Demo directory and type ruby script/server. I get the following errors... C:\InstantRails\InstantRails\rails_apps\demo>ruby script/server => Booting WEBrick... => Rails
2007 Nov 22
7
Problem Installing RMagick with Instant Rails on Windows
I''m running Instant Rails 1.4 on Windows XP with SP2. I have downloaded the Windows binary version of RMagick from the RubyForge page. Specifically, I have downloaded: 1.14.1 binary gem for Ruby 1.8.5 (fixed for RubyGems 0.9.4) RMagick-1.14.1_IM-6.3.0-7-Q8-2.zip I have removed any older versions of RMagick using: gem uninstall RMagick I have updated my version of rubygems. I
2006 Feb 03
1
Rolling with Ruby on *Instant* Rails - "New" Tutorial
Greetings! The original version of this tutorial was written by Curt Hibbs and published on ONLamp.com. It served as my introduction to both Ruby and Rails. Unfortunately, I experienced some frustration working through it. This was due first to the fact that I was using Instant Rails, not Rails, and second, to the fact that Rails itself has grown since Curt wrote the article. Despite my
2007 Mar 25
0
Instant Rails 1.7 has been released!
Instant Rails 1.7 contains the following major changes: * Upgrades Ruby to version 1.8.6 * Upgrades Rails to 1.2.3 * Upgrades phpMyAdmin to version 2.10.0.2 Many thanks to Jirka Pech who made the phpMyAdmin upgrade possible. You can download Instant Rails here: http://rubyforge.org/frs/?group_id=904 You can read the complete release notes here:
2008 Jan 15
2
Installing Ruby on Rails - missing the "Components" folder.
Hi, I''m trying to get up and running on rails. I''m on Vista 32 and have installed instant rails on C:\InstantRails from: http://instantrails.rubyforge.org/wiki/wiki.pl I''ve done the "gem update --system" and "gem install rails --include- dependencies" When I run the "rails music_library" command from rails_apps directory I get the default
2007 Oct 06
6
Instant Rails mySQL Error
I have tried everything in my power to get this program up and running and it is not working for me. I have installed RoR on my Windows XP machine. I have Instant Rails and Ruby on Rails and I am using Instant Rails to connect the mySQL database to Ruby on Rails. It is not working. Everything works fine except when I create a scaffold it gives me an error in mySQL. The error reads, ">
2007 Sep 18
1
Where is the interpreter (in Instant Rails)?
Hello, I just installed Instant Rails on my Windows XP box. I would like to test out the Ruby interpreter on the command line. However, when I run C:\InstantRails\ruby\bin\ruby.exe from the Windows command prompt, it hangs. Any ideas on how I can get a Ruby command line? Thanks, Rex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2008 Jun 23
12
From Instant Rails 2.0 to Rails 2.1.0
hi, I have installed Instant Rails 2.0 on my machine which comes with Rails 2.0.2. Now I want to update my Rails to version 2.1.0. So I do gem update rails and It seems to be fine. But when I check the version of my Rails I get the following message: >rails -v C:/RoR/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error'': RubyGem version error: activesupport(2.0.2 not
2007 Mar 20
1
Vista / Instant Rails (Apache) startup error
I have instant rails (1.4) on an XP machine, the contents of which (i.e. C:\InstantRails and everything under it) I copied over to a new Vista machine. Everything fies up nicely EXCEPT Apache, which fails with: "Error in Apache Configuration File: Syntax Error on line 74 of c:/instantrails/apache/conf/httpd.conf ServerRoot must be a valid directory" Except this is a valid directory on
2007 May 24
0
Virtual host using Instant Rails 1.7
I have developed an application called demo using Instant Rails 1.7. How do I host this application say in development mode (as a virtual host)? I already ran the two examples cookbook and typo packaged in the zip file that are virtual hosts running on Mongrel and served by apache. I just want to add my application (demo) as the third virtual host. Really appreciate any help. Thanks Udai --
2006 Apr 08
0
Typo and Instant Rails 1.2
Instant Rails is at 1.2 and I have installed Typo SVN Revsion 1000. The sidebar changes stall with the spinner running even after the *publish* button is clicked. The changes, themselves, do appear in the actual blog. When the *Sort Alphabetically* is clicked under categories an error occurrred. I changed the code as follows:
2006 Mar 08
4
RMagick Instant Rails install problem
Anyone help with this? Am running Instant Rails on Win XP Sp2. Have downloaded the RMagick-win32-1.9.2 files into c:\Instant-Rails-1.0\temp from the rubyforge site. Running "Gem install RMagick-win32-1.9.2-mswin32.gem" from the temp directory seems to work giving me a "Successfully installed RMagick-win32, version 1.9.2" message. However, when I then try and go
2007 Nov 22
0
Problem Installing RMagick with Instant Rails on Windows
I''m running Instant Rails 1.4 on Windows XP with SP2. I have downloaded the Windows binary version of RMagick from the RubyForge page. Specifically, I have downloaded: 1.14.1 binary gem for Ruby 1.8.5 (fixed for RubyGems 0.9.4) RMagick-1.14.1_IM-6.3.0-7-Q8-2.zip I have removed any older versions of RMagick using: gem uninstall RMagick I have updated my version of rubygems. I
2006 Dec 11
5
Instant Rails on XP sp1 setup issue
I recently downloaded and extracted Instant Rails v1.4 on my Win XP sp1 machine. After changing and saving the windows host file and starting the cookbook app with Mongrel, browsing to www.mycookbook.com does not work. With Mozilla it displays ''redirecting to cookbook...'' but never loads. It is finding the index.html in the cookbook/public dir, but the redirect to
2006 Nov 04
2
Instant Rails 1.4 final released (with RadRails support!)
This is the final release for Instant Rails 1.4. It corrects the two known problems with the preview1 release (two help menu items caused Instant Rails to crash). Instant Rails 1.4 contains the following major changes: * Upgrades Rails to version 1.1.6 (other components upgraded to current release, also) * SCGI has been replaced by Mongrel (using Apache''s mod_proxy for
2005 Dec 15
5
Instant Rails 1.0 preview7 -- with Typo!
My apologies to all who downloaded preview6, it did not contain Rails 1.0 as advertised -- I screwed up! Preview7 does, in fact, contain Rails 1.0 and as a bonus, also includes Typo 2.6.0 as a preinstalled sample app. See the Getting Started page for instructions on running Typo in Instant Rails: http://instantrails.rubyforge.org/wiki/wiki.pl?Getting_Started Also, you can thank David Morton
2006 Jun 02
3
Running Instant Rails from USB key
Hello everyone, It''s a particularly slow Friday afternoon here, so time to try stuff out... I''ve just installed Instant Rails on a USB key, thinking it would be a great way of showing off Rails in general, giving a progress update to customers, trying out ideas, and generally all the other benefits that come from having a completely portable environment. However, the 168Mb of
2006 Apr 11
0
Instant Rails 1.3
Instant Rails 1.3 upgrades Ruby on Rails to its newly released version 1.1.2 and adds the native C MySQL/Ruby driver. There were no other changes over Instant Rails 1.1 ----------- Instant Rails is a one-stop Rails runtime solution containing Ruby, Rails, Apache, and MySQL, all preconfigured and ready to run. No installer, you simply drop it into the directory of your choice and run it. It does
2006 Apr 19
0
Instant Rails 1.3a -- bug fix release
It turns out the native C MySQL driver is causing segfaults (at least on Windows 2000), so this is a minor maintenance release that removes this driver. Rails will automatically use the pure Ruby driver, instead. If you already have Instant Rails 1.3 installed, you don''t need to download this, just delete the file: InstantRails\ruby\lib\ruby\site_ruby\1.8\i386-msvcrt\mysql.so There