Dorian
2009-Mar-31 07:53 UTC
Question: An application made with Ruby on Rails is Open Source by default?
Hello everybody, I''m about to enter the Ruby on Rails Community after reading a lot of good feedback on the Internet and the Agile Programming book also. Before starting to develop my application I would like to clear one last thing (or doubt). I was told that using applications that are developped in Ruby on Rails are Open Source by default. Is that true? (In my case, it will be a commercial application, so Open Source is not an option for the moment) Thank you in advance for your kind answer. Best regards, Dorian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2009-Mar-31 08:48 UTC
Re: Question: An application made with Ruby on Rails is Open Source by default?
On Mar 31, 8:53 am, Dorian <dorian.l...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello everybody, > > I''m about to enter the Ruby on Rails Community after reading a lot of > good feedback on the Internet and the Agile Programming book also. > > Before starting to develop my application I would like to clear one > last thing (or doubt). I was told that using applications that are > developped in Ruby on Rails are Open Source by default. Is that true? > (In my case, it will be a commercial application, so Open Source is > not an option for the moment) >Rails is under the MIT license which doesn''t place any obligations on you (other than stuff like no warranty is provided for Rails etc. ) Fred> Thank you in advance for your kind answer. > > Best regards, > Dorian--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Dorian Lupu
2009-Mar-31 09:29 UTC
Re: Question: An application made with Ruby on Rails is Open Source by default?
Thank you Fred for your quick answer. Looks like i''ll start soon my application using RoR! Best Regards, Dorian 2009/3/31 Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > > > On Mar 31, 8:53 am, Dorian <dorian.l...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello everybody, > > > > I''m about to enter the Ruby on Rails Community after reading a lot of > > good feedback on the Internet and the Agile Programming book also. > > > > Before starting to develop my application I would like to clear one > > last thing (or doubt). I was told that using applications that are > > developped in Ruby on Rails are Open Source by default. Is that true? > > (In my case, it will be a commercial application, so Open Source is > > not an option for the moment) > > > Rails is under the MIT license which doesn''t place any obligations on > you (other than stuff like no warranty is provided for Rails etc. ) > > Fred > > Thank you in advance for your kind answer. > > > > Best regards, > > Dorian > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung
2009-Mar-31 09:53 UTC
Re: Question: An application made with Ruby on Rails is Open Source by default?
On Mar 31, 10:29 am, Dorian Lupu <dorian.l...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thank you Fred for your quick answer. > > Looks like i''ll start soon my application using RoR! >Also (and I am not a lawyer etc.) if what you''ve got is just a hosted service it wouldn''t matter if you had to gpl your code because (at least under the gpl v2) you''re usully not actually distributing your app, so none of the provisions about providing source code kick in. Fred> Best Regards, > Dorian > > 2009/3/31 Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > > On Mar 31, 8:53 am, Dorian <dorian.l...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello everybody, > > > > I''m about to enter the Ruby on Rails Community after reading a lot of > > > good feedback on the Internet and the Agile Programming book also. > > > > Before starting to develop my application I would like to clear one > > > last thing (or doubt). I was told that using applications that are > > > developped in Ruby on Rails are Open Source by default. Is that true? > > > (In my case, it will be a commercial application, so Open Source is > > > not an option for the moment) > > > Rails is under the MIT license which doesn''t place any obligations on > > you (other than stuff like no warranty is provided for Rails etc. ) > > > Fred > > > Thank you in advance for your kind answer. > > > > Best regards, > > > Dorian--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Fernando Perez
2009-Mar-31 09:57 UTC
Re: Question: An application made with Ruby on Rails is Open Source by default?
Dorian Lupu wrote:> Thank you Fred for your quick answer. > > Looks like i''ll start soon my application using RoR!However, if you use MySQL, make sure you fully understand their license if you want to distribute your app. I decided to use PostgreSQL just in case. -- 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-/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 -~----------~----~----~----~------~----~------~--~---
Marnen Laibow-Koser
2009-Mar-31 15:38 UTC
Re: Question: An application made with Ruby on Rails is Open Source by default?
Fernando Perez wrote: [...]> However, if you use MySQL, make sure you fully understand their license > if you want to distribute your app. I decided to use PostgreSQL just in > case.Interesting point. Just another reason to avoid mySQL -- as if we needed more reasons! :) Best, -- Marnen Laibow-Koser marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org http://www.marnen.org -- 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-/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 -~----------~----~----~----~------~----~------~--~---
Conrad Taylor
2009-Mar-31 20:34 UTC
Re: Question: An application made with Ruby on Rails is Open Source by default?
On Tue, Mar 31, 2009 at 8:38 AM, Marnen Laibow-Koser < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Fernando Perez wrote: > [...] > > However, if you use MySQL, make sure you fully understand their license > > if you want to distribute your app. I decided to use PostgreSQL just in > > case. > > Interesting point. Just another reason to avoid mySQL -- as if we > needed more reasons! :) > > Best, > -- > Marnen Laibow-Koser > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > http://www.marnen.orgI would also agree that this is an interesting point after skimming the MySQL license and reading through some threads. -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---