Displaying 8 results from an estimated 8 matches for "date_box".
2006 Jul 31
6
Popup Calendar and DateBoxEngine and Change Made ...
...putting off implementing a Date selector for too long.
Tonight, I finally put it in. I made the choice to go with the datebox
engine.
Once I got it installed and working, I realized I didn''t like the way it
required you to call it. Example:
<% @dateField = model.date %>
<%= date_box %>
or...
<% @dateField1 = model.date %>
<%= date_box(@dateField1)
which then requires you to trap on these fields during the update/create
actions of the controller. This didn''t seem correct. I wanted multiple
dates on a page and I wanted an easy way to get the calendar...
2006 Jul 11
5
What are people using for date fields
I''m just curious about what techniques others have successfully used to
capture date data on forms as an alternative to the standard date_select. I
have to admit I''ve been lazy and only used the date_select as we have very
few dates in our system now, but that is about to change. I would like
something better.
Any thoughts?
--
Thanks,
Sam
-------------- next part
2006 Jul 31
3
date_select for valid days only. No Feb 30
I am looking for some advice on how to make a date select display only
valid days of the year. The standard date helper allows for you to
choose 31 days for every month of the year. Since not all months have
31 days this can lead to invalid date entries for scheduling.
I am thinking that an approach where I have a drop down for month and
then use AJAX or normal client side javascript to
2006 Aug 30
3
Dhtml Calendar Engine undefined method popup_calendar
Hi,
I''m trying to use the above engine following the installation here http://dry.4thebusiness.com/DhtmlCalendar.html . The only exception to the install is I downloaded and unzipped the install into the plugins directory from Ruby Forge http://rubyforge.org/projects/dhtmlcalendar/
I''m using Instant Rails and Rails V1.1.6., The engine plugin is also installed
The engine
2006 Jul 27
1
calendar plugin?
Hi,
has anyone got any suggestions on where I can find a calendar plugin .
Ive found this one so far
http://wiki.rubyonrails.com/rails/pages/CalendarHelper but the
documentation doesnt seem to exist, and not to sure on how to go about
installing it.
thanks
scott
--
Posted via http://www.ruby-forum.com/.
2006 Mar 02
1
Engines SVN repository move
The rails engines SVN repository has now officially moved from its old
location on the OpenSVN servers to:
http://svn.rails-engines.org/
Please update your SVN externals appropriately, as the continued
existence of the old repository is now NOT guaranteed.
Engines plugin (official): http://svn.rails-engines.org/plugins/engines
Engines plugin (for Edge rails):
2006 Mar 16
0
Ajax_scaffold_generator and datebox_engine
...at says
Calander.setup:
Nothing to setup (no fields found). Please check your code.
I''m following the same procedure I used before that allows two
dateboxs on a single form.
ie.
In my partial view (_form.rhtml) I have:
<td><%= @date_field1=@table.date_field1 %><%= date_box(''date_field1'') %>
In my controller I updated my update and create methods to have:
@table.date_field1 = params[:date_field1]
Thanks
Greg
--
Greg Freemyer
The Norcross Group
Forensics for the 21st Century
2006 Aug 04
8
Unable to follow basic RoR tutorial (Win32)
I have just set up RoR to find out for myself if this tool is stable
enough to actually be used yet.
Anyhow, I started by going to the RubyOnRails website and following the
instructions to install the platform on my Windows 2000 PC.
"Get Ruby on Rails in no time"
"We recommend Ruby 1.8.4 for use with Rails."
So... I downloaded 1.8.4 and installed:
C:\>ruby -v
ruby