similar to: How to get Form values in RubyOnRails

Displaying 20 results from an estimated 500 matches similar to: "How to get Form values in RubyOnRails"

2006 Apr 06
2
how we can GET and POST values
hi all how we can do get and post value. i made one form and in this form their is two field loginname and password.and when i click on submit button than i t should verify from database and than the next page will arrive .how i can do that. how i can post value and than get it from that from and check .plese tell me yhis all in rubyon rails. hope for reply bye
2006 Apr 28
3
how to do form field validation using javascript in rubyonrails
hi all can any body tell me how to javascript validation in ruby on rails for form field thnx in advance
2006 Apr 06
1
array
hi all i download the ruby on rails and i did example of recipe. any body can tell me how we can authenticate thisrecipe page .imean to say only the valid user can vies the page. means how we can get value from forms text field and send it to controller. and how can we check thanx in advanced
2016 Jul 16
2
Moving Maildir folders
Our office had a user leave. Another user is taking over her duties and needs reference to the departing user's email. I've copied that entire departed user's Maildir structure to the current user: mv olduser/Maildir/.* curuser/Maildir/.olduser I did change permission and ownership on curuser/Maildir/.olduser to be the target user. I did not bring over the olduser/Maildir/dovecot*
2016 Jul 16
2
Moving Maildir folders
On Sat, 16 Jul 2016 08:53:27 +0200 Luigi Rosa <lists at luigirosa.com> wrote: > > Mark Foley wrote on 16/07/2016 07:43: > > Our office had a user leave. Another user is taking over her duties and needs reference to the > > departing user's email. I've copied that entire departed user's Maildir structure to the current > > user: > > > > mv
2006 Jan 30
5
Functional tests and dealing with login before_filter
Hi all, I''m curious as to how you do functional testing on the controllers if, within the ApplicationController, I have a before_filter :authorize, :except => :login, where the private authorize method checks for session[:user]. I can''t do "post :login", because that method is in a different controller. I tried setting session[:user] directly in the setup
2016 Jul 16
3
Moving Maildir folders
Hey!! It is now showing the former users' folders at the top level of the current user. Great! Perhaps dovecot just needed time to "index" the new messages? Anyway, Luigi's suggestion on moving and renaming the folders apparently worked. Thanks!!!! --Mark -----Original Message----- > Subject: Re: Moving Maildir folders > From: Frank-Ulrich Sommer <f-u.s at
2015 Mar 03
3
Failed to modify entry for user in samba with tdb backend
I have a debian server with samba. I can no longer manage users accounts. I can't add, modify or remove them. This is Debian wheezy with samba 3.6.6. There is no ldap and the database backend is tdb. I usually managed users with smbpasswd, but it no longer works. When I try to create a new user: # smbpasswd -a blabla New SMB password: **** Retype new SMB password: ****
2015 Mar 04
1
Failed to modify entry for user in samba with tdb backend
El 03/03/15 a les 20:41, Klaus Hartnegg ha escrit: > Am 03.03.2015 um 13:22 schrieb Francesc Guasch Ortiz: >> # smbpasswd -x olduser >> Failed to delete entry for user olduser. > > This happens if samba runs in PDC mode and the user is not in /etc/passwd. > Thank you Klaus, that's it ! As you said, the user I was trying to delete was not in passwd, so I
2005 Jun 01
3
Mixing Controllers
I have a login section that is part of my view from my sign_up controller. Validating my user happens through a login_controller. Now if validation is good it is ok because I have a redirect in my login_controller. But if the login is not successful I have to go back to my view from my sign_up controller. Using redirect makes no sense because my @user_login object is lost and so are
2006 Jul 19
1
existing users can't conenct anymore after upgrade
Hello list, i have updated the fedora core 5 samba package yesterday. since then the existing users can not access the shares anymore, but new created users can. the log says "User <olduser> not in 'valid users'", but the old users are of course still there side by side with the new user. the update was from 3.0.14a to 3.0.23. i am using the 64bit package and selinux
2006 Apr 18
1
inserting value got problem
Parameters: {"bestandsliste"=>{"typ"=>"bumffer", "KundanName"=>"parikshit", "Abgeholt"=>"", "LieferLand"=>"", "Kaufmann"=>"birla", "Marge"=>"", "Erzieltervk"=>"", "LieferOrt"=>"",
2003 Oct 23
2
IAX peers and NAT
Help, I'm stuck. Lost in the woods. I have one Asterisk running on FreeBSD outside on the Wild Internet. One on the safe inside, behind a NAT firewall. The inside server registers with IAX to the outer one and can place calls. The outside one can't register to the one on the inside, since it can't be reached on the private network. Now to my problem: * How do I dial from outside to
2007 Dec 03
2
before_filter application => exclude some other controllers
Hello again, It''s possible to use before_filter in the application_controller, and exclude for some methods from other controllers ? i have a before_filter in application_controller that checks if the user is logged, if the time hasn''t expired, ... and I want to exclude some methods of this check, like the login. This ''login'' belongs to other controller. I
2006 Apr 13
8
Controller paths
Hi there. Suppose I create some controllers like ruby script/generate controller Admin::product add remove ruby script/generate controller Admin::user add remove ruby script/generate controller Login login logout the directory structure will be app/controllers/admin/product_controller.rb app/controllers/admin/user_controller.rb app/controllers/login_controller.rb Now suppose I need some links
2008 Aug 01
4
1.1.2: imap crash with SIGSEGV
GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as
2014 May 07
1
Corrupted mailbox, how to fix?
>From my log: May 06 16:26:49 imap(loginname): Error: zlib.read(/var/mail/loginname/mdbox/storage/m.94): gz trailer has wrong CRC value at 2412347 May 06 16:26:49 imap(loginname): Error: read() failed: Invalid argument (FETCH for mailbox INBOX UID 3434) How do I fix that? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin
2006 Aug 10
4
1.1.5 Upgrade and config.load_path not working
Hey, I am trying to upgrade to 1.1.5 and rails no longer finds my controllers the live outside app/controllers. I was on 1.1.2 previously and here is my setup In environment.rb config.load_paths += [File.join(File.expand_path(RAILS_ROOT), "rails_shared/controllers") ] config.load_paths += [File.join(File.expand_path(RAILS_ROOT), "rails_shared/helpers") ]
2006 Jun 26
1
Just one user experiencing server timeouts
[dovecot-1.0-0.beta2.7 on Fedora Core 5, maildir formatted mail directories, various clients: thunderbird 1.5.0.4 from FC4 and WinXP, SquirrelMail 1.4.6-5.fc5 RPM, various recent versions of Pine from various Fedoras and Redhat 9] I have just one mail user who experiences server timeouts when trying to delete a message (move it to Trash) or other common operations. This user has 4.1GB of
2006 Jul 17
10
getting the user name
Hi I am new to ruby and trying to obtain the user name in the login index.rhtml where I could display "You have logged in [user name]" How could I do this? I have been trying different options after reading the ruby manual but still throw an error. please help -- Posted via http://www.ruby-forum.com/.