On 24.02.2012, at 18:02, Manish Nautiyal wrote: > > 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 - > 1) Create new rails application > 2) shifting old code to new rails > 3) all gems in Gemfile is updated > 4) 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. :) 1) 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). 2) 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! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

