Kristian Mandrup
2010-Aug-21 13:25 UTC
Rails 3 plugin development - recommended practices?
I have been thinking that there must be some better ways of doing Rails plugin development than my current approach. currently I tend to have my plugin in one location as a gem and then link to it from my Rails 3 app vendor plugins folder with a symlink. Then I have to carry around the whole Rails 3 app as baggage for development. What is the better option? Aren''t there some libraries, tools out there specifically to meet this need? Seems like various plugin developers each have their own setup for doing this!? I tend to use RSpec 2 for all my testing needs. How does rspec-rails fit into this? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Kristian Mandrup
2010-Aug-21 14:04 UTC
Rails 3 plugin development - recommended practices?
I have been thinking that there must be some better ways of doing Rails plugin development than my current approach. currently I tend to have my plugin in one location as a gem and then link to it from my Rails 3 app vendor plugins folder with a symlink. Then I have to carry around the whole Rails 3 app as baggage for development. What is the better option? Aren''t there some libraries, tools out there specifically to meet this need? Seems like various plugin developers each have their own setup for doing this!? I tend to use RSpec 2 for all my testing needs. How does rspec-rails fit into this? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.