Hi! I need to release my code under some open source license (yet to be decided) so is there any rake task available that can automatically add license headers to all my models, controllers, tests, fixtures and plugins? Regards, Mohsin Hijazee --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
write one :) On May 23, 4:13 pm, MohsinHijazee <mohsinhija...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi! > I need to release my code under some open source license (yet to be > decided) so is there any rake task available that can automatically > add license headers to all my models, controllers, tests, fixtures and > plugins? > > Regards, > Mohsin Hijazee--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On May 23, 2008, at 12:37 PM, Paul Szulc wrote:> > write one :) > > On May 23, 4:13 pm, MohsinHijazee <mohsinhija...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> Hi! >> I need to release my code under some open source license (yet to be >> decided) so is there any rake task available that can automatically >> add license headers to all my models, controllers, tests, fixtures >> and >> plugins? >> >> Regards, >> Mohsin HijazeeAnd you can probably follow the example found in Dave Thomas''s annotate_models plugin. It adds a structured comment to the top of all your models and fixtures. -Rob Rob Biedenharn http://agileconsultingllc.com Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---