Hi, I know that may have an obvious answer, but as far as running rails is concerned, what skillset would an experienced web application developer need to start using RoR? This assumes I understand OOP/D and MVC design patterns. I have used asp.net and j2ee (and python django). My guess is just Ruby and that you can configure your server (tomcat, iis, etc.) to use the rails framework. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
chris-82itvZm3gOhWk0Htik3J/w@public.gmane.org
2008-Jun-21 20:19 UTC
Re: What skills do you need for Ruby On Rails?
When you say running, if you''re referring to deploying and maintaining apps, this is a bit of a point of contention at the moment within the RoR community. If you want to deploy within a Java-centric environment, check out JRuby and warbler (http://jruby.codehaus.org/, http://caldersphere.rubyforge.org/warbler/). m0wfo On Jun 20, 7:01 pm, jmDesktop <needin4mat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, I know that may have an obvious answer, but as far as running > rails is concerned, what skillset would an experienced web application > developer need to start using RoR? This assumes I understand OOP/D > and MVC design patterns. I have used asp.net and j2ee (and python > django). > > My guess is just Ruby and that you can configure your server (tomcat, > iis, etc.) to use the rails framework. > > Thanks.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You need to learn Ruby, obviously, but you also need to learn the Rails framework, which for many people is actually the bigger undertaking. You should be able to quickly pick up the bits of Ruby you need, if you have an OOP background, but it takes a while to become familiar with all the pieces of Rails and how to use them effectively. You''ll also need to learn some of the Rails-specific deployment issues, if you''re going to be responsible for a production server. The screencasts at www.LearningRails.com, of which I''m coauthor, may be a little novice-oriented for you but will get you started. Michael Slater www.BuildingWebApps.com On Jun 20, 11:01 am, jmDesktop <needin4mat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, I know that may have an obvious answer, but as far as running > rails is concerned, what skillset would an experienced web application > developer need to start using RoR? This assumes I understand OOP/D > and MVC design patterns. I have used asp.net and j2ee (and python > django). > > My guess is just Ruby and that you can configure your server (tomcat, > iis, etc.) to use the rails framework. > > Thanks.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It''ll be rails in websphere. I believe it will be using java and rails. On Jun 21, 4:19 pm, "ch...-82itvZm3gOhWk0Htik3J/w@public.gmane.org" <ch...-82itvZm3gOhWk0Htik3J/w@public.gmane.org> wrote:> When you say running, if you''re referring to deploying and maintaining > apps, this is a bit of a point of contention at the moment within the > RoR community. If you want to deploy within a Java-centric > environment, check out JRuby and warbler (http://jruby.codehaus.org/,http://caldersphere.rubyforge.org/warbler/). > > m0wfo > > On Jun 20, 7:01 pm, jmDesktop <needin4mat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, I know that may have an obvious answer, but as far as running > > rails is concerned, what skillset would an experienced web application > > developer need to start using RoR? This assumes I understand OOP/D > > and MVC design patterns. I have used asp.net and j2ee (and python > > django). > > > My guess is just Ruby and that you can configure your server (tomcat, > > iis, etc.) to use the rails framework. > > > Thanks.- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Sorry I didn''t say this in my other response, but if I am going to be doing this in websphere in a java centric world. Would it do me any good to simply learn the first part, RoR? I''m sure that once ror is installed on websphere it the rest of j2ee will be available. But my thinking is that before my project starts I can at least be familiar enough with "regular" rails to use it when it is installed on websphere. The ror framework would change enough that it''d be a different product just because it''s on the j2ee platform would it? Maybe just regular ror install for now would suffice? Thanks. On Jun 21, 4:19 pm, "ch...-82itvZm3gOhWk0Htik3J/w@public.gmane.org" <ch...-82itvZm3gOhWk0Htik3J/w@public.gmane.org> wrote:> When you say running, if you''re referring to deploying and maintaining > apps, this is a bit of a point of contention at the moment within the > RoR community. If you want to deploy within a Java-centric > environment, check out JRuby and warbler (http://jruby.codehaus.org/,http://caldersphere.rubyforge.org/warbler/). > > m0wfo > > On Jun 20, 7:01 pm, jmDesktop <needin4mat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > Hi, I know that may have an obvious answer, but as far as running > > rails is concerned, what skillset would an experienced web application > > developer need to start using RoR? This assumes I understand OOP/D > > and MVC design patterns. I have used asp.net and j2ee (and python > > django). > > > My guess is just Ruby and that you can configure your server (tomcat, > > iis, etc.) to use the rails framework. > > > Thanks.- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---