search for: loginscontroller

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

Did you mean: logincontroller
2010 Jun 08
0
How to use Selenium RC in Rails
...ort => 4444, :browser => "*firefox", :url => "http://www.google.com", :timeout_in_second => 60 end end In a controller file, I create an instance of this class. o=SeleniumTest.new When I run rails, it returns an error: LoadError in LoginsController#create no such file to load -- selenium-client I tried to add the following require settings in /config/ development.rb. No helpful. require "rubygems" gem "selenium-client", ">=1.2.17" require "selenium/client" I am new in Rails. It seems a quite simp...
2008 Jan 14
0
Controoler/View problem
...understant is why is running the show method if the url that i put was "http://127.0.0.1:3000/logins/signin" Another problem with this it that when I use before_filter "check_authentication, :except => :signin", I have try to put this line in the ApplicationController and in LoginsControllers, or in both, but the results are the same. Any help will be appreciate it. --~--~---------~--~----~------------~-------~--~----~ 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-/...