Displaying 2 results from an estimated 2 matches for "610xthyi4kzqxopxs62xeg".
2008 Oct 30
0
[JOBS] SE London: Looking for a mid-level rails developer for a temporary contract
...forms would be a plus, as would
experience with flash and/or Ubuntu.
We expect the contract to run for around 4-6 weeks to start with and
may become permanent. Please no remote or offshore offers–we want
someone who can work on site for the duration.
Please send a CV with a covering note to jobs-610xthYi4kzQXOPxS62xeg@public.gmane.org
Thanks,
Todd
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsu...
2009 Feb 11
0
remote_form_for file_field strangeness
Does anyone see any problem with this form?
- form_remote_for(Photo.new, :html => {:multipart => true, :target
=> :uploader}) do |f|
.form_element
= f.label :photo
= f.file_field :collateral
= hidden_field_tag :container_id, @shoot.id
= hidden_field_tag :container_type, @shoot.class.name
.form_element
= f.submit ''Add Photos''
The photo has a