I'm develop an application. I have rails 2.2 but when I want to see changes in my application (by reloading) I have to restart the server.
What i need to do for do not restart?? On Nov 12, 3:06 pm, jemminger <[EMAIL PROTECTED]> wrote: > read the source. > > script/server loads the Rails environment boot file: > require File.dirname(__FILE__) + '/../config/boot' > > then requires a file from the Rails gem: > require 'commands/server' > > locate your rails gem install and read server.rb, should be in > ruby/lib/gems/1.8/gems/rails-x.x.x/lib/commands/server.rb > > On Nov 12, 1:02 pm, mahmoud_cs <[EMAIL PROTECTED]> wrote: > > > how ruby script/server exactly work in rails? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

