I\'ve been searching for a while, and I can\'t find any modern rails plugin management tools.I found several gem management tools (such as bundler and isolate), but no plugin management tools.The clos
what are the Rails plugin/gem solutions for converting开发者_Go百科 a .xls file into a .pdf file?
I have some logic code that is literally cut and pasted across several different sites I own (it\'s code that interacts with a web API I\'ve created).Considering that this isn\'t DRY and that when I u
I started to create a rails plugin which includes some class and instance methods of Controller and Model.
Here is the stack trace which appears on resque-web interface: http://gist.github.com/396893 There you can check some gem versions that I was using.
I\'m developing a rails app where the user needs to be able to create an ac开发者_Go百科count & login with either facebook OR twitter.
DEPRECATION WARNING: You are using deprecated behavio开发者_C百科r which will be removed from the next major or minor release. (called from should_change at /usr/local/lib/ruby/gems/1.8/gems/shoulda-2
I am looking to optimize how we build forms for some of our models and ideally I would like to build them from json-schema开发者_运维技巧.
Is there a rails plugin which can handle authentication with face开发者_Python百科book, twitter and openID providers (ex. google, yahoo...)I would recommend Devise.It is a very active project that is
I been intersted in ruby and rails lately but what I always encounter in blog/ podcast / book is they will always teach how to use ruby or rails plugin/ ruby instead of writing one. Did we really alwa