1) I was able to specify http://redmine.rubyforge.org/svn/trunk/vendor/plugins/classic_pagination for the url; 2) Installed the plugin as per instruction given in the course. 3) Edited vendor/plugins/classic_pagination/lib/pagination.rb and removed ActiveSupport:: from lines 100/101 which now looks like the following:
100 options[:singular_name] ||= Inflector.singularize (collection_id.to_s) 101 options[:class_name] ||= Inflector.camelize(options [:singular_name]) 4) Was able to proceed and complete the homework. On Jan 13, 2:30 pm, Sang Shin <[email protected]> wrote: > Drabo Constantin wrote: > > Hi Sang ! > > I wonder the svn link svn://errtheblog.com/svn/plugins/classic_pagination > > works. I tried much times but I could not download files. Could I find > > informations about. > > Yes, I am aware of the problem. Please skip the part. NetBeans > team said that they are going to provide a working version > in the next release. For now, skip the admin part. > > -Sang Shin > > > Best, > > Constantin > > -- > --------------------------------------------------------------- > **** JavaFX course starts from Jan. 30th, 2009 *** > http://www.javapassion.com/javafx > > Sang Shin, [email protected] > http://www.javapassion.com/SangShinSchedule.html > (Life is worth living... with Passion!) > --------------------------------------------------------------- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ruby-on-rails-programming-with-passion" group. To unsubscribe from this group, send email to ruby-on-rails-programming-with-passion-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/ruby-on-rails-programming-with-passion?hl=en?hl=en -~----------~----~----~----~------~----~------~--~---
