search for: rails_upgrad

Displaying 9 results from an estimated 9 matches for "rails_upgrad".

Did you mean: rails_upgrade
2010 Sep 03
6
upgrading to rails 3.
I''ve installed rails_upgrade plugin with ruby script/plugin install http://github.com/rails/rails_upgrade.git. Then if I run rake rails:upgrade:check it says rake aborted! no such file to load -- initializer What I''ve missed? -- You received this message because you are subscribed to the Google Groups "Ruby o...
2010 Oct 31
0
using rails_upgrade on windows
Well, I''ve been at this for the past two days. I''m trying to upgrade a Rails 2.3.2 app (ruby 1.8.7) to rails 3, ruby 1.9.2 I ran across this rails_upgrade plugin and got excited--at first. However, the installation calls for a ruby script/plugin command, which does not exist anymore. I found a post that says to go back to old rails environment to run it. So I did that. The install does not appear to work as I do not get the message that the insta...
2011 Apr 02
7
rails_upgrade maintenance
There was a thread a little earlier in the year about maintaining the official Rails plugins. It would seem that rails_upgrade has been left by the wayside, with pull requests dating back as early as September last year. It''s mentioned in the 3.0 release notes as a way of checking your application for changes between 2.3 and 3.0, but what''s the point if the official version of it isn''t being mai...
2011 Jul 27
9
Migration to rails2 rails3
Good evening everyone, I went to change the Rails version of my project, and saw that many things have stopped working. As the "rake routes", which is giving the following error: rrmartins rodrigo @: ~ / Documents / vota_prato $ rake routes rake aborted! no such file to load - tasks / rails (See full trace by running task with - trace) What do you think you can be? thanks -- *
2011 Jun 15
0
rail_upgrade gem fails to recognise environment.rb
...to get onto rails 3. Running: rake rails:upgrade:configuration --trace Results in the following error: There doesn''t seem to be a real environment.rb in your app. Are you sure config/environment.rb has the right contents? /Users/robaldred/Sites/StardotSite/stardoteditor/vendor/plugins/rails_upgrade/lib/tasks/../../lib/new_configuration_generator.rb:29:in `generate_new_application_rb'' /Users/robaldred/Sites/StardotSite/stardoteditor/vendor/plugins/rails_upgrade/lib/tasks/rails_upgrade_tasks.rake:37 Seems like the regex used to determine the environment.rb file is valid is failing...
2011 Jan 02
1
After upgrading to Rails 3, getting errors in Rails 2 app
.../environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed. MacBook-Pro:MK JANUARY jmerlino$ rails -v Rails 3.0.3 So I assume there''s going to be several issues like this. According to the railscasts, he says use the rails_upgrade plugin to address these issues. Anyone agrees with this? Thanks for response. -- Posted via http://www.ruby-forum.com/. -- 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 rubyonrails-talk-/J...
2012 Dec 11
0
upgrade problems and questions
I''m trying to use the rails_upgrade plugin to upgrade a 2.3.4 app to 3.2.9 and running into all kinds of things that "don''t work". I''ll start with a specific problem. Hopefully you folks can help me discover a "pattern" so I don''t need to post to this group for every problem. Th...
2011 Apr 06
2
Can i upgrade a project from rails 1.2.3 to rails 3.0.5 ?
hello, i have an application which is created in rails 1.2.3 and ruby 1.8.6 and now i have to upgrade it to rails 3.0.5 and ruby 1.8.7 ? is it possible? and if yes how ?? can you guys provide me with some kind of link or reference . Thanks Nishant -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send
2010 Oct 27
4
Anything special needed to migrate test::unit tests from Rails 2x to Rails3?
...rd and based on a default Rails 3 app while I added back my code (not posted here): ENV["RAILS_ENV"] = "test" require File.expand_path(''../../config/environment'', __FILE__) require ''rails/test_help'' Is there something I am missing? I ran the rails_upgrade plug in and successfully passed there, so am at a loss. Thanks, David -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To u...