similar to: getting ROR to work

Displaying 20 results from an estimated 60000 matches similar to: "getting ROR to work"

2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this. I have been following this tutorial from OnLamp http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html which tells you how to install ruby, rails and mySQL and get going. Doing this tutorial convinced me RoR was the way to go for me. So I got hold of this e-book: Agile Web Development with Rails - The Pragmatic Programmers The book tells me to install
2006 Jun 26
5
RoR Install Woes
I have a fairly new (read, reasonably "clean") XP SP2 system that I''m attempting to use as a Rails dev environment. I''ve tried it two ways, 1) with InstantRails and 2) with the Rails package and doing the install by hand. Both result in a weird set of ''hangs'', so I suspect something fundamental is at work here. Basically I can start Ruby apps,
2007 Sep 04
4
Errors in executing first RoR app - reg.
Hi Friends, I am brand new to RoR.Kindly help me with the following problem. Following are the steps i have done. 1) C:/> rails appone 2) C:/> cd appone 3) C:/appone> cd script 4) C:/appone/script> ruby generate controller appone index 5) Edited C:/appone/app/controllers/appone_controller.rb class ApponeController < ApplicationController def index time = Time.now
2006 Mar 09
0
Sybase/FreeTDS and RoR
Hi there ! I''m drilling for some framework/apserver solution and come to RoR. After using InstantRails, I would try to run it on my test platform (Solarix 10 x86 on 1 machine, Sybase ASE on another, FreeTDS for the join). I could not manage to have the sybase driver for ruby compile with FreeTDS. So I try to run a ODBC bridge. All seems good (freeTDS runnin, unixODBC working with
2008 Oct 16
4
InstantRails and SQLite
Hy, I''m using InstantRails for my RoR developments and it is really great. However I have a little problem since a few days. Here is the situation, I''m using InstantRails 2.0 with PHP 5.2.6 (I upgraded following the InstantRails procedure). I''m using MySQL as a database for my application but recently downloaded a forum (FluxBB) which need SQLite to work. My problem is
2006 May 18
10
What IDE can be used with InstantRails
What IDE can be used with InstantRails I have installed ?InstantRails-1.3a-win? on my PC. When I first started the InstantRails, an error message said something about unable to start Apache because Port 80 being used by another process. I went to change the Apache Port 80 and List 80 to Port 4001 and Listen 4001 respectively. I was ratrher pleased that ?phpmyadmin? was working at
2008 May 09
2
Getting an error when trying to create a new application..
I''m new to Ruby/Ruby on Rails. I''m trying to create an application and am getting this error: C:\InstantRails\rails_apps>rails demo C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:379:in `report_activate_ error'': RubyGem version error: activesupport(2.0.2 not = 2.0.2.9216) (Gem::LoadE rror) from
2010 Jun 10
0
How come need to get MySQL to work in a strange way?
The following is an error for using RoR with MySQL: C:\ror\shov17>rake db:migrate (in C:/ror/shov17) !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! 193: %1 is not a valid Win32 application. - c:/ruby/lib/ruby/gems/1.8/gems/mys ql-2.8.1-x86-mingw32/lib/1.8/mysql_api.so (See full trace by running
2006 May 09
6
Still Stumbled on First things in trying RubyOnRails
Still Stumbled on First things in trying RubyOnRails http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html http://instantrails.rubyforge.org/tutorial/index.html http://rails.homelinux.org/ I had tried the first of the top 12 tutorials and got stuck after adding a new field ?category_id?in the table recipes,
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
2006 Jan 10
3
ROR setup problems with Suse + apache
hello, I am tying to run ROR on apache 2 with suse linux 9.3, and I do not succeed with it. I set rubby und rails and all scripts are running fine. my Document root : /srv/rails/demo/public I did not setup FastCGI because I could not run it with normal CGI jet. my Virtual Server runs on 192.168.0.111 ServerName rails DocumentRoot /srv/rails/demo/public <Directory
2006 Dec 07
2
No Instant Gratification ! Browser can''t access localhost:3000 (IR 1.4)
Hi! I''m learning Ruby on Rails with the Agile Web Development With Rails book. I have installed InstantRails 1.4 (under windows xp 2) and after doing all steps (gem updates, rails demo, ruby script/server which launches WEBrick server), I can''t access the localhost:3000 with the browser. I tried 127.0.0.1:3000 in apache config, then with my IP address 192.168.1.100:3000
2006 Mar 12
2
InstantRails works with WEBrick, fails with SCGI
I have an app that I''ve been developing for some time with RADRails and WEBrick locally. I wanted to take it to Apache and following the following steps: 1) Downloaded and extracted InstantRails. 2) Started and tested cookbook with SCGI. Works great. 3) Copied my app over to rails_apps directory. 4) Added a virtual host to Apache identical to cookbook (just using port 9999 with
2011 Mar 07
0
setting up ror ... hitting "Premature end of script headers:" error.
Hi, I trying to setup my ror environment for the first time. system: ubuntu 10.10 server apache2 latests Ruby / Gems / ROR / Phusion Passenger .. all via *rvm* * * *..so* * * at the very beginning I hit the error (from apache log) [Mon Mar 07 15:17:36 2011] [error] [client 192.168.56.1] Premature end of script headers: rails, referer: *http://local-url/* [Mon Mar 07 15:17:57 2011] [error]
2006 Oct 08
3
Configure Rails for previous installation of MySQL
I''m "exploring" Ruby and Ruby on Rails. Like what I see so far, but have one question. How do I configure Rails for a previous installation of Apache and MySQL? I already have both products installed working to my needs and would like to keep the environment the same. Previously, I installed Rails using the InstantRails for windows "bundle" but ran into many
2006 Jun 08
1
Test errors
I''m working on learning user auth and ran a test/unit/test.rb and seem to have stumbled across some errors. This is from a tutorial on the web and I pretty much copied the code and checked syntax so not sure where it''s wrong. I thought I''d throw it out since I"m new to ROR and the error didn''t look too bad ;), perhaps someone would have a better
2006 Feb 01
2
Getting Started with Site Redesign and RoR
Hello all: I am in the process of redesigning my site and was thinking about incorporating RoR into the overall structure. However, there are multiple things I would like to create with Rails, namely a gallery, a weblog, and portfolio management system. Given that I am going to be using a lot of RoR, what is the best way to accomplish this task? Here are some random things that have come
2007 Mar 15
1
Getting the stack trace
Hi all, I am using the following code to print the exception, but is there a way to get the stack trace of the complete error like Exception: No option with text of Contract form in this select element C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1145/./watir.rb:3656:in `select_item_in_select_list''
2006 May 03
0
RoR Developer Job available in San Francisco (downtown)
Hello, Thought I''d pass this along to any job seekers out there. My understanding is that this is a relatively junior to mid-level position. ============================================================== Web Application Developer -- Ruby on Rails Blurb, Inc, San Francisco (Full Time) Are you a person who is excited to explore new technologies and build cutting edge applications
2007 Apr 28
4
Installing RoR on PenDrive
Hi, I''m a very noob ror programer (i''ve started yesterday), but for my live, i''ve pass all the day going up & down, and in order to have a constant learning, i want to install ruby on rails, mysql, mysql-front, and RadRails on a 512mb PenDrive. I''ve followed these steps: 1) Download latest RubyOnRails windows installer. 2) Execute it settign the path to