Displaying 5 results from an estimated 5 matches for "projecttypes".
Did you mean:
  projecttype
  
2006 Feb 19
8
select, first option empty value?
using the below:
<%= select(''project'', ''project_type_id'', @project_types.collect  {|x| 
[x.name,x.id]}, {:include_blank => true}) %>
but i''d like that first option to have something like "select project 
type" with an empty value?
2009 Jan 08
4
Problem with disable_with
...#39;', ''projectname'', :size => 30 %></td></tr>
<tr><td style="width:50%;">Project Type:<strong> *</strong></
td><td><%= collection_select ''email'', ''projecttype_id'',
@projecttypes, :id, :name, { :include_blank => true } %></td></tr>
<tr><td style="width:50%;">Region:<strong> *</strong></td><td><%=
collection_select ''email'', ''region_id'', @regions, :id, :name,
{ :inc...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Could someone please apply this patch to the Win32 support so that
Morten and Jeff can handle the recent changes?  I can't do it because
I"m on the road with only email access.
Thanks,
Reid.
-----Forwarded Message-----
> From: Morten Ofstad <morten at hue.no>
> To: Reid Spencer <reid at x10sys.com>
> Subject: Updated LLVM Visual Studio project files
> Date: Thu,
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
On Fri, 3 Dec 2004, Reid Spencer wrote:
> Could someone please apply this patch to the Win32 support so that
> Morten and Jeff can handle the recent changes?  I can't do it because
> I"m on the road with only email access.
I'd be happy to do it.  Can someone send me the patch as an attachment
off-list?
-Chris
> > 			<Tool
> > 			
2008 May 21
3
[LLVMdev] 2.3 Pre-release available for testing
Razvan Aciu wrote:
> As I saw from the mailing list the MSVC 2005 patches were made to take into 
> account the new files from the development branch, files which are not in 
> the 2.3 release. So for now the below patch is the only one functional for 
> the release. If I am wrong, please someone correct me.
> 
> If someone can make a 2005 patch for the release branch, it is ok.