Displaying 2 results from an estimated 2 matches for "jonkinney".
2007 Mar 22
3
assign events on creation of a new user
...nstance the getting married median age is 25.
I have the application working with checkboxes where you can click
edit on a user and see all the possible events listed and the events
that are associated with that user have a check in the checkbox next
to the event.
See screen shot here: http://www.jonkinney.com/rails/Picture3.png
I am using a join model called occurrence.
the new task I am faced with is upon the creation of a new user I
would like to auto associate all events with them based on the user''s
age and the ages defined in the events. Eventually I would like to
have it so that you...
2007 May 21
0
Apache mod_proxy mongrel_cluster and subversion http
Hello everyone,
I have a site setup where I need to have svn access and my rails app
accessible on the same IP. Right now I can only seem to have one or the
other.
This is a production environment... I''m running Ubuntu 7.04 server with
apache2 and mod_proxy serving rails requests to 2 mongrel servers via
mongrel_cluster and it works great to serve the app when I use this
httpd.conf file