search for: aszkenasy

Displaying 6 results from an estimated 6 matches for "aszkenasy".

2006 Aug 04
3
Web service sessions
I want to use ruby on rails entirely as an xml-rpc web service server. I.e. it will only be called by clients making xml-rpc requests. What I want to to is be able to use something like the session[] functionality for storing session information. However, storing information in the session[] construct requires that the client be a web browser with cookies enabled. Does anyone know of a
2006 Jul 25
3
Task scheduler
Does anyone know if there exists a Task Scheduler module in Ruby on Rails like in TurboGears below? http://www.turbogears.org/preview/docs/scheduler.html I''m using Ruby on Rails for a multiplayer online game and I want to set checks at regular intervals to see if users are still logged in etc. Thanks in advance -- Posted via http://www.ruby-forum.com/.
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.
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
2006 May 30
0
autocomplete - updating 2 or more fields
I want to use autocomplete (text_field_with_auto_complete) to update several field s if a match is found. I.e. a user types something in the autocomplete field, a match is found, the application then goes and fetches some more values from the database and populates some fields on the form based on the match found. Has anybody done anything like this? Any advice very much appreciated. Many
2006 Aug 05
0
Maintaining information needed by all users
I want to store information once that can be simultaneously shared with all users of the application without having to access it repeatedly from a database or some other data store. Eg when I want to store and then share the number of times an application has been hit by all the users of the application. Another example is when I want to store and then share and modify some common reference