Displaying 2 results from an estimated 2 matches for "loginscontrollers".
Did you mean:
loginscontroller
2010 Jun 08
0
How to use Selenium RC in Rails
Hi,
I am trying to use Selenium RC in my rails application. I first
install selenium RC ruby client (>gem install selenium-client). Then
create a "selenium_test.rb" in libs folder. In the file, I create a
class "SeleniumTest".
# libs/selenium_test.rb
require "selenium-client"
class SeleniumTest
attr_reader :browser
def initialize
@browser =
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-/J...