search for: community_controller

Displaying 2 results from an estimated 2 matches for "community_controller".

2006 Jul 24
6
error_messages_for not working
...">Quick Register!</td></tr> <tr valign="top" align="left"> <td class="loginbg"> <%= form_tag(:controller => "login", :action => "register_user") %> <%= error_messages_for(:user) %> ... Controller: community_controller.rb def register_user # begin @user = User.new(params["user"]) @user.passwd = User.hash_password(params["user"]["passwd"]) if @user.save! redirect_to(:controller => "profile", :action => "createprofile") else render(:template => "login...
2010 Apr 06
1
error with 'will_paginate' -- need help!
...unityController::Page RAILS_ROOT: /home/ironmantis7x/projects/mypetkingdom Application Trace | Framework Trace | Full Trace /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/ dependencies.rb:105:in `const_missing'' /home/ironmantis7x/projects/mypetkingdom/app/controllers/ community_controller.rb:9:in `index'' Can someone help me out? I checked to see if I have will_paginate installed and if it is loaded and it is installed correctly and it responds. What am I doing wrong? Thanks!! ironmantis7x -- You received this message because you are subscribed to the Google Groups &...