similar to: Looking for a Rails AJAX gallery/tutorial

Displaying 20 results from an estimated 10000 matches similar to: "Looking for a Rails AJAX gallery/tutorial"

2006 Aug 16
6
Photo Albums?
Hello all, Can anyone recommend any free(ish) Ruby photo album components? Preferably something with a user structure built in. Cheers. -- Posted via http://www.ruby-forum.com/.
2006 Jul 03
3
Open source gallery suggestion
Hello, I''m a RoR newbie. I need to develop a gallery site for a friend of mine. Can you suggest me an open source gallery I can start from? I just need to manage photos, albums and an admin user in order to modify albums. Thanks .Stefano
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries (20< photos). But as images increase and the user needs to scroll down the page it starts getting anoying to see all pictures... I thought pagination but then I saw this AJAX goodness http://www.apple.com/getamac/ads/ As you can see the videos scroll right/left when the arrows are pressed in a circular manner
2006 Apr 04
2
Ajax Effects Tutorial
Hi there, I am in love with rails... And now I want to rule Ajax effects with rails. Where could I find a book like: Ajax on Rails? :) Tutorials will be welcome too. Thanks in advance. Fernando Lujan
2006 May 24
2
Gallery2 integration
Is anybody working already in a gallery2/rails integration? I need to use it as part of my project, so, before start from scratch with it I''d like to know if already is something out there. Thanks.
2006 Mar 24
1
AJAX & Posting Reccomendation
I''m currently developing a photo gallery website with Rails. Each photo can be commented upon. What I''d like to do is, once the user posts a comment, use AJAX to submit the comment and then automatically update the page with the comment the user just submitted. I also don''t want to use Prototype or the built in AJAX that comes with Rails... it''s too fat
2006 May 06
7
New Ajax and Rails tutorial
Hi, I just published the first version of a small tutorial I''ve written on Ajax and Rails. It is called "How to paginate, sort and search a table with Ajax and Rails" (sorry, I didn''t manage to find a longer title !) and is available at : http://dev.nozav.org/rails_ajax_table.html There is nothing really new in it, it''s rather a compilation and
2017 Jun 21
2
R and Tableau Compatibility
Good morning R helpers, I hope this email finds you well. Recently, I am thinking of using R with connection to Tableau. I search information online but I did not see any official documentations about these compatibilities. I have Tableau version 10.1 and I wonder which versionS of R is compatible to this Tableau version. Thank you very much. Your quick assistance will be appreciated. Best,
2007 Feb 21
2
Ajax.request -> Controller Variable?
The amount of frustration that this has caused me has prompted me to seek outside help. I know answer is right in front of me, but after pouring over API documents and dozens of forum posts the answer still eludes me: I have a javascript func that detects the dimensions of the client browser, I know I need to use an ajax.request to get the information back to the controller - but for the life of
2006 Jul 09
4
concurrent ajax requests
Hello, maybe someone on this list can help me. I am trying to implement a sort of long database search. In order inform the user about what''s happening, status messages should be displayed to the user while the request is working. e.g. - starting search process - currently searching through database A - found 10 results - currently searching through database B - found 25 results -
2017 Jun 21
0
R and Tableau Compatibility
> On Jun 21, 2017, at 6:24 AM, Dai, Shengyu [HCSUS] <SDai9 at its.jnj.com> wrote: > > Good morning R helpers, > > I hope this email finds you well. > > Recently, I am thinking of using R with connection to Tableau. I search information online but I did not see any official documentations about these compatibilities. I have Tableau version 10.1 and I wonder which
2017 Jul 06
1
R loop function in Tableau
Hi R helpers, I hope this email finds you well. I am having trouble with R loop function in Tableau. Please see the attachment of a simple dataset. The problem is to test whether the value of columns is match. Because Tableau do not have iteration function, I coded ?if statement? in Tableau to realize the function, which is slow if having huge amount of data. I wonder to integrate
2005 Nov 27
3
Canvas Tag + Rails Ajax
Hi all, Just looking for a quick sanity check. I was thinking of writing a plugin for rails to give rails developers a good way of using the new firefox 1.5/safari canvas tags. I was thinking of grabbing an existing ruby graphics library and modifying it so that it renders via the canvas tag.. So you could have link_to_remote pointing to controller actions that instead of returning
2005 Dec 30
4
AJAX Drag and Drop Detecting Drop Coordinates
This one''s kicking me in the *(&#^. All I want to do is create a draggable item and then detect the coordinates where it is dropped. So my first approach was to just use the draggable_element with :revert => false, like so: <%= draggable_element "my_element", :revert => false %> That works great and lets me drag stuff all over the place. In the scriptaculous
2010 Apr 02
1
Tableau Public vis software / Ubuntu
Hey all -- First post, so first off thanks for creating this wonderful software and helping out new users like me adapt to the wine-way :) Has anyone managed to get Windows/Mac only data analysis and vis suite Tableau Public (http://www.tableausoftware.com/public/download) running with any version Wine yet? It goes through the motions of installing, but then won't run. I'd welcome any
2008 Nov 30
6
ActionController::InvalidAuthenticityToken?
Hi- I am trying to use AJAX calls to login and logout of my Rails app so that the form renders in the side bar when you are not logged in, and your "profile" renders if you are. It all works, but when you logout, and try and log back in, you get "ActionController::InvalidAuthenticityToken", in the development.log. What does this mean, I can''t figure out how to fix
2006 Apr 25
5
to ajax or not to ajax
before I started building my latest rails app, I made the decision to make good use of ajax. My reasonsing was that users would benefit from the quicker page updates - the application provides various different types of insurance quotes, and has several multi-page forms and reports that can be drilled down 5 or 6 levels deep in some cases - so it seemed like a good candidate for ajax Now
2006 Feb 26
3
Ajax training in Austria: "Ajax richtig verwenden"
Heya all, I?m doing a one-day training on everything Ajax mainly focusing on script.aculo.us, but naturally including Prototype and a look on Ruby on Rails Ajax capabilities as well, plus a look on our product fluxiom - on March 17, here in Vienna, Austria (for german speaking audiences). Here are the (in-german) details: In diesem eint?gigen Seminar zeigt Ihnen Thomas Fuchs wie Sie die
2006 Jun 20
5
Multiple Ajax.Request or Ajax.Updater
I''m having a problem with multiple Ajax.Updater instances. I have five small chunks of data being loaded into my homepage, and they seem to be firing off one at a time. So the pieces load up in the order they were called. Maybe I''m being a noob, but shouldn''t all those requests just fire away and then place the content as it gets received? I was doing multiple versions,
2006 Feb 21
2
Ajax reqest and http status
Hi all. I ''m using Ajax request on my site and i need to show some message wneh AJAX call is running, (sometimes it happen so slow). I find that object AJAX.RESPOND is very usefull here, but sometimes when i need to do AJAX CALL my ajax call is redirect and i want to when it happen, is there way to find status of ajax call? i don''t know where I can find this property in