Update ruby to 1.9.3 (much more stable).
Be sure you’ve updated Rails correctly (Gemset file and all configs).
Update all gems you have and bundle it again.
If nothing happens, revise all third-party libs and plugins for
incompatibilities.
Update ruby to 1.9.3 (much more stable).
Be sure you’ve updated Rails correctly (Gemset file and all configs).
Update all gems you have and bundle it again.
If nothing happens, revise all third-party libs and plugins for
incompatibilities.
Hi
I just create one new project and everything work fine there.
But in my migrate project console is not working properly.
Following process I follow -
Create new rails application
shifting old code to new rails
all gems in Gemfile is updated
Using Restful authentication plugin for rails 3.2.1
/home/manish/.rvm/gems/ruby-1.9.2-p290/gems/soap4r-1.5.8/lib/soap/property.rb:68:
warning: encoding option is ignored - u
/home/manish/.rvm/gems/ruby-1.9.2-p290/gems/soap4r-1.5.8/lib/soap/property.rb:69:
warning: encoding option is ignored - u
/home/manish/.rvm/gems/ruby-1.9.2-p290/gems/soap4r-1.5.8/lib/soap/property.rb:70:
warning: encoding option is ignored - u
Well since I see that the last update to soap4r was in 2007 I think it
unlikely that it supports rails 3 [1]
Googling for soap4r rails 3 provided [2] which may be helpful. Did
you not notice yourself that soap4r has not been updated for a long
time?
Using Restful authentication plugin for rails 3.2.1
What I usually do when meet the problem like that. (Rails 3.2 - is a
huge difference compared with 2.3, so, be patient.
If it possible, i would to read the all error raising stuff to
determine which part of code is the source of incompatibility. If there
is no detailed information - it most likely the problem in some gem(s).
I would have switched off gems one by one and check the error again.
Start with a gem, extending the ActiveRecord. If you found it - google
to a solution.
Rails is NOT MAGIC!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.