search for: gktqyypwbqbz1n

Displaying 4 results from an estimated 4 matches for "gktqyypwbqbz1n".

2008 Nov 08
8
scaffold not working like i hoped......
Hi: i''ve tried this on three macs (tiger, panther, etc).. and my ROR is up to date on each. My models and controllers aren''t displaying all my mysql db fields. When I run script/generate scaffold Planner ... it builds the controller, model, and all the rest. When I go to test the app and new controller, now called planners no content is listed... and all I ever get is the
2008 May 22
4
Autocompleters and Sortables do not function in IE6
I have two issues that I hope someone else has encountered and has a solution for. First: I have several autocompleters on my site, and they function as expected in Firefox, Opera, IE7, but when I use them in IE6, I get no javascript errors for my local autocompleters, and all ajax autocompleters functions are firing as expected and returning the correct search results. The only problem, IE6
2008 Jun 09
3
Is there a Rails portlet like plugin/framework? (i.e. just basic to allow users to move windows around)
Hi, Just wondering if there is a Rails Plugin/GEM/Framework to aid in letting users move around (adjust) where the main page windows are. Perhaps maximize and minimize. I guess this pretty much sounds like a portlet, however I''m not asking the Rails true portlet integration question here, but rather if there is something in the Rails world that just satisfies the basics of a portlet
2008 Jul 23
5
Updating the page dynamically
Hi, I''m developing a Rails application that displays data from MySQL database table. I have an external python script that adds new rows to the table. My goal is to dynamically add new rows to the html table which is displayed in my browser (without reloading the page). I''ve read that Ajax can handle this task ("periodically_call_remote"). But I don''t want to