search for: email_size

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

Did you mean: mail_size
2007 Nov 18
2
Variable inside of another variable
...ield => "email", :locals => { :form => form } %> and what I want to be displayed in this case is: <div class="form_row"> <label for="email">Email:</label> <%= form.text_field :email, :size => User::EMAIL_SIZE, :maxlength => User::EMAIL_MAX_LENGTH %> </div> but I will also use it for another fields rather than just email. In PHP I know I could simply do it by ${all_${name}_text} but how does it work with ruby on rails? Thanks! --~--~---------~--~----~------------~...
2006 Mar 01
1
maddening intermittent failures in unit tests with "working" code
Hi all, This testing problem has been a sink for time today, and is still unresolved. Basically I have some unit tests that test simple functions (example below) that depend on join operations in a habtm relationship, and I suspect I am getting "false" failures, i.e ones that do not logically make any sense. I need fresh sets of eyes to take a look and see if I''m mising
2010 Mar 10
6
Email section
Sir , I want to implement email section in ma web application.. so i found the method ''server_setting'' for it... Following is the method: config.action_mailer.server_settings = { :address => "smtp.gmail.com" , :port => 25, :domain => "gmail.com" , :authentication => :login, :user_name => "manish" , :password =>