search for: admin_login

Displaying 3 results from an estimated 3 matches for "admin_login".

2006 Mar 15
3
[login_generator] implementing login limits
I have a simple Rails app that I am close to deploying on our intranet. The security model is "either you are an admin or your are not," with the method of implementing this model being done by the login_generator 1.1.0. There is one account set up, ''admin'', with three of us having the ability to logon with this username (i.e. we know the password). I am looking to
2011 Jun 29
6
RSpec with Rails 3.1rc4: spec test won't recognize <%= %> (should be simple)
...<top (required)>'' So why might the <%= %> not be properly showing the @message? I actually originally had the form code in the view: <%= form_for @user_session, :url => user_session_path do |f| %> <%= f.label :login %> <%= f.text_field :login, :id=>"admin_login" %> <%= f.label :password %> <%= f.password_field :password, :id=>"admin_password" %> <%= f.submit "Login", :id=>"admin_login_button" %> <% end %> .. but testing for this yielded Failure/Error: render ActionView::Template::...
2005 Dec 31
9
Railspdf plugin problem
Hi, For my app i need to generate pdf file for reports. I am trying the railspdf plugin, got it installed using command: ruby script/plugin install svn://rubyforge.org//var/svn/railspdfplugin/railspdf/ The problem is that when i re-started my webrick it won''t run, with errors messages like this (shown only first message): *D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5