1. 08 1月, 2012 1 次提交
    • P
      Add Gemfile entry when creating a plugin in application's directory · 8ac53db5
      Piotr Sarnacki 提交于
      After vendor/plugins were removed from rails, the new method to create
      plugins is to create gem plugins. Most of the time if you create a
      new plugin in rails application's directory, you want to extract
      something from that application and use it immediately, ie. add
      such line to Gemfile:
      
        gem 'foo', :path => './vendor/foo'
      
      This commit makes plugin new generator to add such line automatically.
      8ac53db5
  2. 07 1月, 2012 39 次提交