search for: friendcontroller

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

2006 Mar 06
9
Apache + Displaying images
Hi, I''m new to Rails, sorry if I''m repeating the question, but I couldn''t find a solution for my problem so far :( I''m using Apache2 as the web server of my Rails application. I keep my images in public/images and tried inserting images to the page like this; <%= image_tag "rails.png" %> But the image is not displayed on the browser. Can
2007 Feb 28
3
require tzinfo on rails 1.2
I''ve just upgraded rails to 1.2 and now everything breaks when accessing pages that use tzinfo. I get the following errors: uninitialized constant FriendController::Timezone c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.1/lib/active_support/dependencies.rb:477:in `const_missing'' #{RAILS_ROOT}/app/controllers/friend_controller.rb:22:in `index'' Can someone please tell me how to "require" tzinfo so it can be used in any of my cont...