resources_controller new trunk
February 26th, 2008
There's going to be some new features coming in resources_controller. Stay tuned...
Meanwhile, rc has got a new repository location (the old one will still work for a while, but will remain at the current version):
trunk: http://svn.ardes.com/resources_controller/trunk/resources_controller
tag 0.5: http://svn.ardes.com/resources_controller/tags/0.5/resources_controller
For those interested in providing patches, you should checkout http://svn.ardes.com/resources_controller/trunk and run rake pre_commit in that directory to check your changes. Then send a diff along, or post it on the google group.
April 30th, 2008 at 03:54 AM Hi Ian! great plugin (resources_controller) - I am trying to get will_paginate to work with r_c - but I'm not too fluent in r_c'eese, and when I try def find_resources resource_service.find( :all).search("", params[:page], params[:perpage]) end I'm told that there is no method 'search' the search method is in the model.rb (the class file) I've been googling for help all night but will_paginate and resources_controller does not turn up that many links, I'm afraid. Could I ask you to point me in the right direction? thank you so much in advance, Walther
April 30th, 2008 at 05:27 PM Hi Walther, I see you've found the google group - for anyone else who's looking for info/advice on rc - checkout the google group Cheers, Ian