Hi Greetings..! I have learned and tested *initializing a server from irb* of rails -v = 2.3.5 as $ load "script/server" How can* I initialize a server from irb the same *in rails -v > 3.2.2 ........? Please help me out . Thank you. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/4cfa8f53-9901-489c-8e21-fa307a841c7a%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On 2 September 2013 13:28, Victor Antony <victorsmail1987-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi Greetings..! > > I have learned and tested initializing a server from irb of rails -v > 2.3.5 as > > $ load "script/server" > > How can I initialize a server from irb the same in rails -v > 3.2.2Do you mean rails server or, simpler rails s Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuzp1w-BhnbG9OjCrmOvFROqrbwkhDDppYGzsbLVDrRjA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
*In irb* 1. => require ''rails/commands/server'' 2. => Rails::Server.start On Monday, September 2, 2013 3:28:34 PM UTC+3, Victor Antony wrote:> > > Hi Greetings..! > > I have learned and tested *initializing a server from irb* of rails > -v = 2.3.5 as > > $ load "script/server" > > How can* I initialize a server from irb the same *in rails -v > 3.2.2 > ........? > > Please help me out . > > Thank you. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c4d09979-2b62-49ef-82d9-616fb50f5ae8%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
On Monday, September 2, 2013 7:59:18 PM UTC+5:30, Michael Lutsiuk wrote:> > *In irb* > 1. => require ''rails/commands/server'' > 2. => Rails::Server.start > > On Monday, September 2, 2013 3:28:34 PM UTC+3, Victor Antony wrote: >> >> >> Hi Greetings..! >> >> I have learned and tested *initializing a server from irb* of rails >> -v = 2.3.5 as >> >> $ load "script/server" >> >> How can* I initialize a server from irb the same *in rails -v > >> 3.2.2 ........? >> >> Please help me out . >> >> Thank you. >> >>>>>>>> Thank you for your support........!-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/f6124dde-f679-49d2-8b2c-14df05c9c3fd%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.