search for: users_controller_test

Displaying 4 results from an estimated 4 matches for "users_controller_test".

Did you mean: user_controller_test
2005 Oct 25
2
generate scaffold ignores controller parameter
...ures/users.yml create app/views/users/_form.rhtml create app/views/users/list.rhtml create app/views/users/show.rhtml create app/views/users/new.rhtml create app/views/users/edit.rhtml create app/controllers/users_controller.rb create test/functional/users_controller_test.rb create app/helpers/users_helper.rb create app/views/layouts/users.rhtml create public/stylesheets/scaffold.css Note - I''m new to Rails and it''s quite possible I''m doing something wrong. Thanks for any help, David
2012 Feb 11
1
rake command shows the error
...uot; "test/functional/main_controller_test.rb" "test/functional/upload_controller_test.rb" "test/functional/moderate_controller_test.rb" "test/functional/content_controller_test.rb" "test/functional/homepage_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/private_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/api/photo_controller_test.rb" "test/functional/api/application_controller_test.rb" "test/functional/api/photos_controller_test.rb" /...
2010 May 27
3
before_filter always running in test, not in development or production mode.
I''m using Shoulda and restful_authentication on Rails3 and whenever I run my tests a before filter for login_required is always triggered, despite my filter being set up as: before_filter :login_required, :only => [:update, :edit, :suspend, :unsuspend, :destroy, :purge] My test is this: context ''A guest to the site'' do context ''on GET to
2010 Nov 05
0
RoR:OSV: Installation issue
...; "test/functional/ moderate_controller_test.rb" "test/functional/ private_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/sessions_controller_test.rb" "test/functional/ upload_controller_test.rb" "test/functional/users_controller_test.rb" "test/functional/api/photo_controller_test.rb" "test/functional/api/ photos_controller_test.rb" "test/functional/api/ application_controller_test.rb" "test/functional/ content_controller_test.rb" "test/functional/ homepage_controller_test.rb&quo...