RESTful_Easy_Messages now on GitHub.
- 5th June , 2008 by Sam in Ruby on Rails
- 4 comments
I just pushed the 0.7 svn tag of the RESTful_Easy_Messages plug-in to GitHub so I can play with the cool kids. Go see it here => http://github.com/sschroed/restful_ezm. This will be the authoritative source from here on out.
It is in need of an update for Rails 2.1 so any help is appreciated.


June 6th, 2008 at 12:25 pm
Sam,
thanks for put my validates_unlike plugin in GitHub
June 27th, 2008 at 9:46 am
Just got my first GitHub pull request! Sweet.
July 20th, 2008 at 11:31 am
I am using Rails 2.0.2 version and I don’t want to upgrade on Rails 2.1 version. Is there a way by which I can use your plugin? When I try to install it, I get an error -
Plugin not found: [”git:\\\\github.com\\sschroed\\restful_ezm.git”]
July 28th, 2008 at 2:43 pm
@Hanky, you’ll need to use the public clone address. Try “git clone git://github.com/sschroed/restful_ezm.git vendor/plugins/restful_ezm”. You can’t install git plugins in v 2.0.2.