caelum / restfulie

CRUD through HTTP is a good step forward to using resources and becoming RESTful. Another step further into it is to make use of hypermedia-based services and the Restfulie gem allows you to do it very quickly.
Other
393 stars 43 forks source link

rake build and rake install are not working #62

Closed guilhermesilveira closed 13 years ago

guilhermesilveira commented 13 years ago

rake build should build the gem rake install should locally install it

abstractj commented 13 years ago

gem build restfulie.gemspec does not solve the problem?

guilhermesilveira commented 13 years ago

yep :) gem build restfulie.gemspec > pkg && gem install -l pkg/x.gem its just a shortcut for those two lines when you want to test them

for deployment, runing those two lines once is fine

abstractj commented 13 years ago

Take a look at pull request :D

guilhermesilveira commented 13 years ago

well done! thanks. wanna go for a deeper one? there are 3 new ones!

abstractj commented 13 years ago

Course! I'm just finishing some tasks to conquest the world and will restify myself :D

guilhermesilveira commented 13 years ago

Just let me know which one!

On 13/03/2011 7:35 PM, "abstractj" < reply@reply.github.com> wrote:

Course! I'm just finishing some tasks to conquest the world and will restify myself :D

https://github.com/caelum/restfulie/issues/62#comment_867114

abstractj commented 13 years ago

I will work next days with issues: 47, 51

guilhermesilveira commented 13 years ago

66 is also cute if you want

abstractj commented 13 years ago

Don't worry, I've pick up this ticket too. Clojure devs don't love me