search for: category_container

Displaying 1 result from an estimated 1 matches for "category_container".

2006 Apr 08
0
Typo and Instant Rails 1.2
...betically* is clicked under categories an error occurrred. I changed the code as follows: C:\InstantRails-1.2\rails_apps\typo1000\app\controllers\admin\categories_controller.rb <typo:code lang="ruby"> def asort Category.reorder_alpha #render_component :action => "category_container" - Removed and added two lines below - Ed Gard @categories = Category.find(:all, :order => :position) render :partial => "categories" end </typo:code> Other that that, Typo appears to run on IR 1.2 WITHOUT the need for vendor/rails (frozen rails). I like to see...