search results

  1. 1 Upgrading to Rails 3. If you\'re upgrading an existing application, ... Rack it Up * Revamped Routes in Rails 3 * Generic Actions in Rails 3. 7.4 Action View
    edgeguides.rubyonrails.org/3_0_release_​notes.html - Cached
  2. In the previous post, I outlined the steps I took to upgrade and boot a Rails 3 application. This time, I share my experience upgrading the routes file.
    gregmoreno.wordpress.com/.../rails-3-​upgrade-part-2-routes - Cached
  3. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/.../15276229/​upgrading-routes-in-rails-3 - Cached
  4. I don\'t know about the Rb. But I\'m sure config is some kind of a reserved word. I had a action method named config in a Rails 2.3.5 app which bombed when upgrading to ...
    stackoverflow.com/questions/4934458/​rails-3-upgrade... - Cached
  5. Slides from my OSCON 2010 talk \"Upgrading to Rails 3\". ... Run Upgrades rake rails:upgrade:routes rake rails:upgrade: gems rake ...
    www.slideshare.net/mbleigh/upgrading-to-​rails-3 - Cached
    More results from slideshare.net »
  6. This application should work on Rails 2.x and 3.0, with a focus on upgrading to 3.0. ... backup # Generate a new route file rake rails:upgrade:routes # Generate a ...
    github.com/rails/rails_upgrade - Cached
  7. In the first part of this series on upgrading a Rails 2 application to Rails 3, ... - config/routes.rb Before we start the upgrade we’ll run rake rails: ...
    asciicasts.com/episodes/225-upgrading-​to-rails-3-part-1 - Cached
  8. Adobe PDF
    rake rails:upgrade:routes Automatically converts all old-style r outes to Rails 3-style routes. Old syntax deprecated, but works for now in Rails 3. Not perfect.
    assets.en.oreilly.com/1/event/59/​Upgrading%20Legacy%20...
  9. How to Upgrade Rails 2.3.5. ... rake rails:upgrade:routes. Related Searches. References. Ruby on Rails 3.0 Release Notes; Rails Upgrade is Now an Official Plugin;
    www.ehow.com/how_8690441_upgrade-rails-​235.html - Cached
    More results from ehow.com »
  10. This task reads the current config/routes.rb and outputs a Rails 3 ... I guess I assumed that rake rails:upgrade:routes would be reading from the backed ...
    gregmoreno.wordpress.com/2010/08/11/​rails-3-u pgrade-part... - Cached