RESTful_ACL has moved! 3

Posted by Matt on March 16, 2008

RESTful_ACL has moved from Google Code to GitHub! Why the move? Well, it's basically due to git being the new black, and more fun than Subversion. I'm in the process of migrating all of my repositories.For anyone who hasn't tried git yet, please do. It's super simple yet really powerful. You can even import your existing Subversion repos to git by simply doing

git svn clone user@host:/path/to/repo

Try it! It won't screw your existing SVN repo. Honest.So without further adieu, Here is RESTful_ACL's new home and for the impatient, you can clone the repo via:

git clone git://github.com/mdarby/restful_acl.git
Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. devon Wed, 02 Apr 2008 02:07:39 PDT

    the params[:controller] should change to controller_name or something. the params[:controller] will get a full path if there are namespace. just like ‘admin/posts’ :-)

    klass = params[:controller].classify.constantize
    klass = self.controller_name.classify.constantize

  2. Matt Wed, 02 Apr 2008 07:57:27 PDT

    Updated in the git repo. Thanks!

  3. devon Mon, 21 Apr 2008 09:14:20 PDT

    You are welcome, i like this plugin. :-)

Comments