similar to: Rich (or any) GUI Components for Rails

Displaying 20 results from an estimated 6000 matches similar to: "Rich (or any) GUI Components for Rails"

2008 Jun 09
4
YUI vs GWT vs ExtJS vs ????
I would like y''all''s opinions on ease of implementation into Rails, quality and quantity of widgets etc between Yahoo User Interface and Google Web toolkit and ExtJS. I am just getting ready to invest a huge amount of effort into one of them and I would like to know what the community''s experience has been with these toolsets. OR.. is there a better open source set of
2008 Apr 04
8
Updatable "datagrid" with ajax support? Is there any code/approach I can leverage?
Hi, I want to have a page in my Ruby on Rails application that is like a dynamic / updateable data grid. Like a matrix or spreadsheet segment (x rows, y columns) which one can click in any of the cells and make an update, which triggers some AJAX code to fire off the update, and then the responses come back and update whatever else needs updating based on this change. Is there a prototype
2006 Feb 01
8
Spring-rich killer: rails rich-client proposal
Hello Doug, I am not disputing anything you say and in fact, spring-rich is "okay" as far as swing development goes. But rails principles adheres to those which we hold near and dear such as "don''t repeat yourself" (note: spring-rich model, glazed lists model, jgoodies models) and "convention over configuration (note: xml config files). Let''s get away
2006 Jan 31
13
Acts_as_authenticated
Hello I have been trying a number of security/login generators recently. My favourite so far is the Acts_as_authenticated. I like the fact that it is only billed as a starting point and doesn''t try to do everything. I would like to add security roles to it, so that some of my controller actions can only be used by an admin role. Has anybody implemented this using
2011 Apr 14
1
a little problem with extJS & log in form
have user_cotnroller class UserController < ApplicationController def authenticate if request.post? #User.new(params[:userform]) will create a new object of User, retrieve values from the form and store it variable @user. @user = User.new(params[:userform]) #@user = User.find_by_id(params[:id]) #find records with username,password valid_user =
2007 Nov 24
12
orphan habtm rows
HI, i use models User and Groups connected with many to many association, so i have users table, groups and groups_users. lets say i create one user and one group. next i add a group to user. so now my table groups_users has one entry i.e. group_id | user_id _________|________ 1 | 1 ok, when i delete both my group and user, above entry is not deleted, thus leaving alone without
2007 May 20
1
Jack Slocum's Ext library in Rails
If anyone is familiar with Jack Slocum''s revolutionary Ext javascript library (http://www.extjs.com) and wishes to use it with Rails (instead of the traditional Prototype / Scriptaculous duo), I''ve create a combination vendor/plugin and javascript library to help you. If ye be brave and know how to use SVN: Ext on Rails: http://www.extonrails.com -- Posted via
2007 Dec 27
1
Do any one have success stories using ExtJS with rails
Do any one have success stories using ExtJS with rails? Its open to discuss about Ext-Js plugin''s features, success stories and drawbacks.. Cheers, Ratnavel -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2006 Mar 07
10
Star Rating Component?
Hi, I''m looking for a star rating component for RoR, a bit like Votio (http://redalt.com/downloads/ - find the votio heading) or the star rating used on Amazon. I don''t really need the AJAX capabilities, just the ability to bind the results to a hidden drop down, or radio inputs. Multiple raters per page is also an issue. Any recomendations? -- Posted via
2008 Jun 27
2
building/editing topology diagrams - any ideas/advice?
Hi, I''d like to build a web application that is capable of displaying & editing topology diagram (e.g. a network diagram with applications too). Effectively to have a graphically web based means of allowing a user to add nodes & relationships to represent a topology such as the following http://performancepointinsider.com/files/planning/planningtopology.png. So the model
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks, Just a quick message saying that, after much demand, I wrote a quick write-up for the RoR + XUL thing I did yesterday: http://www.zedshaw.com/blog/programming/ruby_xul.html It lays out the few simple things I did, has a bit of rant on an unrelated topic, and other stuff but it''s short still. On a related note, I''d like to thank "xal" on IRC for reminding
2008 May 24
5
TypeError : transport.responseText has no properties
Hello all, I''m using prototype in conjunction with Extjs to build out an Ajax- driven app. I''m noticing that occasionally there will be Ajax Requests that will occasionally not complete. After some investigation, I found that when I made a call to String#evalJSON, it would throw a TypeError with the following message : transport.responseText has no properties. When this
2006 Apr 10
24
Proposal of "Resizable" javascript library
Hi, All. I''ve developed the small javascript library to make the widgets "resizable". Please try attached file or following URL URL: http://221.112.61.214/~kzk/others/mixi/resizer.html Now I wish script.aculo.us developers to merge this into the "script.aculo.us". Is there any chance of merge? Is this a right place to ask this question? Thanks in advance. Kazuki
2008 Feb 25
6
Event Calendar/Scheduler Implementation
Hi there. I am a RoR newbie and come from the Java/C# perspective. After digging into Rails I would like to convert an ASP.NET project -that served as a protoype- to RoR. The only thing that I havenĀ“t got a good solution for is handling calendar events. With that I specifically mean creating, moving an event or a set of events as well as recurrence handling - similar to Google Calendar if you
2006 Apr 09
1
http request, hash table
Hello, My problem is that I cannot figure out how to format data in the http post request using external C++ application, so then I could write in my controller: @myHash = params[:person] print ''Name: '', @myHash[:name] or @name = params[:person][:name] Thanks in advance! -- Jakub P. Nowak
2009 Oct 11
6
A simple editable grid for Rails
Hi All, I''ve been posting some queries about an editable grid but did not get any response. I''ve started writing my own - http://github.com/ckkashyap/rails_editable_grid I''d appreciate it very much if someone could comment on it! -- Regards, Kashyap
2009 Sep 22
0
EXTJS + drag and drop
Hello friends I need to configure the extjs drag and drop but somehow i am not able to display it. my controller contains the following code def index respond_to do |format| format.html format.ext_json { render :json => User.all.to_ext_json } end end and in the index.erb <div id="layout"></div> I have included all the necessary js file which is
2009 Mar 29
4
A3 Mania on Wine
Hi, Has anyone successfully run A3 Mania on Wine? It is an MMORPG (http://www.a3mania.com). I have installed directX and some other things using winetricks. I wias getting errors with urlmon.dll and rpcrt4.dll and then a dump. I copied over the urlmon.dll and rpcrt4.dll files from my windows installation to the system32 folder of wine. My current dump is as follows. What should i do to fix
2004 Jun 10
1
Informal discussion group about R
I've started a "tribe" for discussing R and sharing scripts. Tribe.net is one of the popular on-line social communities, like "Friendster". Visit and see if it is a forum that you find useful. To join the "tribe" you will need to register with Tribe.net. I hope it will be of help to newbies, although I'm new to R myself. Here is the url:
2009 Sep 09
4
what is the +hex in c++ stack traces?
What is the hex number after the method, e.g. +0x32f below? It matches arg0 and I suspect it''s the c++ "this" pointer, aka hidden first argument. I would like to confirm, though. Thanks, Joel --- XUL`PresShell::ProcessReflowCommands(int)+0x32f XUL`PresShell::FlushPendingNotifications(mozFlushType) +0x19e