Hi, I am new in ruby on rails, and was using article http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html written by Curt Hibbs as startup. I followed all...
Hi Everyone, Thanks for replying. This has made a huge difference to the design of my application and I really appreciate it. Where I have some advice to give,...
Howdy Shradhdha! That's the same article I used to get started too, waaay back in Oct of 2005! Well, let's look for some clues. If you type "ruby -v" at a...
I've installed InstantRails and a Windows XP system and have workd my way through chapter 6 of "Agile Web Development with Rails". Everythings worked great so...
Howdy Phil! You may want to try adding the "--include-dependencies" option and see if gem will automagically grab everything you need for you. Your command...
Hi Colman. Actually that didn't work, but you set me off on the right course to the solution! I started looking at the options for "install". Then I googled ...
Hi, I'm new to ruby and rails but seem to be stumbling along Ok. I'm running under Mac OS X 10.3.9 and am using ruby, rails, etc straight from my command line...
We are currently looking for looking for a dynamic programmer with at least 2 years experience in AJAX, preferably with Ruby on Rails within a Linux...
I am trying to assist a friend and CEO for a internet start up here in San Francisco who is searching for a Senior VP of Engineering who has both the knowledge...
I had great luck installing jems on my laptop using the --remote option. I installed InstantRails on another machine, but I'm not able to perform any remote...
Howdy Dennis! I'm afraid I don't have 2nd Ed on me, but I may be able to help you gather some clues to your problem. First off, try executing: $ rake --tasks ...
This is a new issue for me that I've never seen before. After a little reading it looks as though I have an object in the session that is derived(?)that Rails...
Hi all, We at vinsol have openings for fulltime rubyonrails developer. If you have Rails experience or you are exteremly good at other web programming...
I am in the process of building out a new web 2.0 product and I need a developer. I need this person to eventually become the Senior Developer - CTO in my...
Hi guys, thats is my first participation on this group and i'm starting my studies at ruby on rails, and i'd like help. I've a mac running Tiger and i'd like...
Yes u need database server (eg: mysql or postgres). For webserver you can either use the inbuilt webrick server for developement or anyother opensource server...
Yes u need database server (eg: mysql or postgres). For webserver you can either use the inbuilt webrick server for developement or anyother opensource server...
Hi, While the time of executing the following regular expression pattern match , it show some error message, Can any one help me?? code: $key_word="C++" ...
I have an app in which I use Geoffrey Grosenbach's sparklines gem. As soon as I add "require 'sparklines'" environment.rb I get this error when I try to start...
Our national non-profit literacy campaign has a timely need for a RoR application/database to match donated recycled magazines by genre to preferences...
How can rescue_action_in_public method defined in ApplicationController be tested locally. Have tried forcing into production mode....but doesn't seem to work ...
I'm trying to pass parameters into a Selenium testcase using Test::Unit:Testcase ... would I do this with a fixture or simply pass parameters somehow into a...
hi everyone....... actually me want to have a form having the name field as drop down ......when new is selected the form shud create a record and wen an...
I'm using the Agile Web development book to learn Rails. The book says that if I install lighttpd web server the script/server ruby script will find it and use...
I have several DATE fields in several Oracle tables. Some have time information, some don't (but same data type). Rails doesn't seem to handle the ones that...