Take the 2008 Git User's Survey and help out! [ hide ]

  • Git Support for Rails Plugins

    pjhyett Mar 17

    Installing a Rails plugin from GitHub is now as simple as:

    ./script/plugin install git://github.com/pjhyett/auto_migrations.git

    Sweet! Thanks to all involved for making it happen, the changeset is here.

    Now, to figure out gem support…

    • Comments

    • schof 2 days later

      Gem support would be interesting.

    • timcharper 23 days later

      It is noteworthy to mention this currently works with EDGE rails

      (at the time of this comment, rails 2.0.2 is the latest rails release)

    • moorage about 1 month later

      I’m having a little trouble with this – perhaps I’m missing something? I keep getting “Plugin not found” errors.

      script/plugin install git://github.com/moorage/encryption_fu.git
      Plugin not found: [“git://github.com/moorage/encryption_fu.git”]

    • dejan about 1 month later

      morrage, as timcharper said, you need rails EDGE for this.

    • jrmehle 2 months later

      @schof: Rails 2.1 will have gem dependencies. Railscasts has a screencast on it here: http://railscasts.com/episodes/110

    • aselder 2 months later

      Does script/plugin update work with git repositories.

    • timhaines 5 months later

      Is nice. Will be nicer when update works too.

    Participate

    Please log in to comment.