SO I installed the Login Generator gem: application.rb: require ''login_system'' class ApplicationController < ActionController::Base include LoginSystem model :user end I keep on getting: no such file to load -- login_system This error occured while loading the following files: application.rb login_system RAILS_GEM_VERSION = ''1.2.3'' I have no idea whats wrong. Please help. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---