search for: omethoderror

Displaying 4 results from an estimated 4 matches for "omethoderror".

Did you mean: nomethoderror
2009 Jan 17
4
Install older version of rails FAILED
Help! I need your help!!! I have an old rail app which I made a few years ago. Never touched rails since. Now, I need to make it work again. I used the above command to install rails, but I still get rails 2.1.1 [b]gem install rails --version 1.2.6[/b] I tried twice, and fails twice, even the installation says Successfully installed activesupport-1.4.4 Successfully installed
2009 Jun 12
2
Fail to start a lower Version ( Rails 1.1.6) Rails Project
...g to start to start the server then i got the following error.. D:\simpleticket>ruby script/server ./script/../config/boot.rb:25:Warning: Gem::SourceIndex#search support for Strin g patterns is deprecated ./script/../config/boot.rb:28: undefined method `require_gem'' for main:Object (N oMethodError) from D:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 31:in `ge m_original_require'' from D:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 31:in `re quire'' from script/server:2 So, At this Present How can i able to start this lower ve...
2006 Mar 02
1
web serveces problem
...atch - 0.25'' end end end 3. app/controller/kate_controller.rb: class KateController < ApplicationController web_service_scaffold :invoke web_service_dispatching_mode :layered web_service :kate, KateAPIService.check_version end when I go to the browser to /myapp/kate/api i get: NoMethodError in <controller not set>#<action not set> undefined method `check_version'' for KateAPIService:Class and in the log: oMethodError (undefined method `check_version'' for KateAPIService:Class): .//app/controllers/kate_controller.rb:6 /usr/local/lib/ruby/gems/1.8/g...
2008 Jun 25
4
Error with mongrel_rails start
...for actionwebservice-1.1.6... (Then the prompt returned. I assume that meant the install finished). So I changed back to /ruby/rails_apps/alpha and tried mongrel_rails start. Here is what I got: C:/ruby/rails_apps/alpha/config/boot.rb:28: undefined method `require_gem'' for m ain:Object (NoMethodError) from C:/ruby/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:27:i n `gem_original_require'' from C:/ruby/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:27:i n `require'' from C:/ruby/rails_apps/alpha/config/environment.rb:11 from C:/...