Displaying 3 results from an estimated 3 matches for "require_bundle".
2006 Jan 27
20
bundled_resource v.0.9
...ou?ll  
need in order to get it to work with Rails. Sometimes it?s easier  
just to ignore the calendar bit because it?s such a pain to set up.
The bundled_resource plugin makes it trivially easy to keep all of  
these pieces together, and to include each "bundle" with a single  
method, require_bundle, wherever the bundle is needed.
== Examples ==
<%= require_bundle :dynarch_calendar,
		:color => ''green'',
		:language => ''en'',
		:icon => ''/images/my_calendar.gif'' %>
<%= dynarch_date_select ''user'', '...
2006 May 28
1
Bundled Resource 0.9 dynarch_date_select
I''m new to rails and and am trying to incorporated dynarch_date_select 
in my application. I''m using Rails 1.1.2 with Bundled Resource 0.9. I''m 
trying the following test:-
<% require_bundle :dynarch_calendar %>
<%= error_messages_for ''t1'' %>
<!--[form:t1]-->
<p><label for="t1_start_date">Start date</label><br/>
<%= dynarch_date_select ''t1'', ''start_date'' %></p>
<p>&...
2006 Jan 20
13
Calendar date picker for use with rails.
Howdy folks,
As I was putting together a rough form for a rails app, I got to 
thinking how much smoother (in my siytuation) a little calendar widget 
would be than the default date picker selects.
Does anyone know if such a thing exists ?
I suspect it would have to be somewhat designed with rails in mind to 
populate the right kind of post params for convenient use at the 
controller end.