search for: manage_us

Displaying 5 results from an estimated 5 matches for "manage_us".

Did you mean: manage_isc
2006 Jul 24
3
Question about layout
Hey, I couldn''t find answer for this question for quite long, I hope some one will explain to me why layout specified in application.rb is not displayed properly on all views? I mean some divs are displayed wrong or without layout at all... let''s say login.rhtml has layout on its own and now it works ( exactly this same as project.rhtml which is layout for the whole
2006 Feb 08
1
functional test problem
...causing errors? ** My Test ******************************** def test_delete_user login user = User.find(2) post :delete_user, {:id => user.id} assert_equal "User deleted", flash[:notice] assert_nil User.find(2) assert_redirected_to :action => ''manage_users'' end ** The Error ******************************* 1) Error: test_delete_user(AdminControllerTest): ActiveRecord::RecordNotFound: Couldn''t find User with ID=2 c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/base.rb:412:in `find'' test/fu...
2008 Dec 10
1
Oddness with fieldnames containing an underscore
...I fill in "email" with "fredf at rocks.com" And I press "Create" Then there should be 1 more user When I ''rake features'' it halts at the password_confirmation line... Scenario: Register new user # features/ manage_users.feature:16 Given I am on the new user page # features/ step_definitions/user_steps.rb:5 And I fill in "login" with "johnm" # features/ step_definitions/webrat_steps.rb:12 And I fill in "password" with "L...
2008 Dec 02
4
Using Cucumber with latest Webrat
...t;/home/sveit/Projects/rails/varsitytutors/vendor/plugins/cucumber/bin/cucumber" --format pretty --require features/step_definitions/user_steps.rb --require features/step_definitions/webrat_steps.rb --require features/step_definitions/frooble_steps.rb --require features/support/env.rb features/manage_users.feature "support/env.rb" is required after "step_definitions/webrat_steps.rb". this should probably be changed. -- Posted via http://www.ruby-forum.com/.
2011 Aug 07
3
Workaround to "Provider groupadd does not support features manages_members" ?
Hello, I wanted to manage a couple of groups membership, under RedHat, without managing the users (as they are LDAP users) but found out it is not supported.... Is there a workaround to this? I tried: group { "jbossd": gid => 520, members => ["user1","user2"], } Thanks a lot. Mohamed. -- You received this message because you are