search for: ajaxian

Displaying 20 results from an estimated 53 matches for "ajaxian".

Did you mean: ajamian
2006 Jan 09
3
Thomas Fuchs Interview on Audible Ajax
Hi guys, I had the pleasure of interviewing Thomas Fuchs for "Audible Ajax", and thought that some of you may be interested to hear it: http://ajaxian.com/archives/audible-ajax-episode-12-thomas-fuchs-of-scriptac ulous Cheers, Dion Almaer Founder, Ajaxian.com http://ajaxian.com Cleaning up the web with Ajax
2006 Feb 07
6
Switchtower not working due to openssl not found
...d I can get an openssl prompt at the command line, so that is installed correctly. I was at ruby 1.8.3 and just upgrade to 1.8.4, thinking that might fix something, but it hasn''t. Any ideas? - Rob -- http://www.robsanheim.com/ - blog on development, TDD, aqua teen, and agility http://www.ajaxian.com/ - the net''s best Ajax blog
2006 Apr 14
7
Support for Comet?
So someone finally named server-push through HTTP-keepalive "Comet" It''s also been implemented in a very nice Java/Javascript library called DWR. http://ajaxian.com/archives/dwr-20-reverse-ajax Has there been any discussion by "the core" about adding this to Rails 1.2? :) -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pi...
2007 Dec 09
5
capturing arrow keypress on IE7 with Prototype 1.6 doesn't work?
Hi! does anyone know a fix for this? in FF and Opera everything is fine, but in IE7 arrow keys are ignored. thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To
2006 Jul 25
4
playing a wav file in RoR
Hi RoR Folks, Have a MySQL database with a blob datytype with .wav files loaded into them. Would like to have a button on a form that toggles between play and pause when clicked and will play the .wav file. Any suggestions on the best way to implement this? Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Mar 23
2
Ruby and RoR Book Roundup
...books to be released (in print) for the upcoming year, with some available in pdf form right now. Here''s the list: http://www.robsanheim.com/2006/03/23/ruby-and-ruby-on-rails-book-roundup/ Hope its helpful for fellow book nerds out there! - Rob -- http://www.robsanheim.com/ http://www.ajaxian.com/
2006 Jan 31
1
question on gem update rails effect on fcgi/mysql bindings
...pgrading rails and all dependancies break the installation of the fcgi/mysql bindings? I know I had all this stuff working a month ago or so, but since then I''ve updated a few times... - Rob -- http://www.robsanheim.com/ - blog on java, rails, tdd, agility, and life in general http://www.ajaxian.com/ - the net''s premier ajax blog
2006 Jun 26
2
RailsConf DVD ?
Hi All, I saw spurious mentions on a few blogs of a DVD being made available of RailsConf presentations. However none seemed to have a who/what/when/where attached to them, thus might just be pure speculation. Anyone know of an official source/effort being made for a DVD? Would be well keen for copy if one is to be made available.... Cheers Rowan --- http://raili.st/ -------------- next part
2006 Jun 02
5
Firefox extension for ajax debugging
or similar... Is there any extension for firefox so that I can view the source code of ajax returned content? Thanks everybody.
2006 Jul 13
2
Intel Mac, Rails, MYSQL - access denied
Hi, Nuby on Rails here trying to bring up an existing app on a new installation. The whole ruby/rails/mysql/lighty installation was done per the much touted "hivelogic article" that runs through all the steps. I am running into a permission error when I try to do a rake migrate to set up a session database needed by this existing app. Extracted from the trace... ** Execute
2006 Feb 20
3
Pretty Data Grid
Hey everyone, I''m looking for a good way to display a table of data in rails. I want something with scroll bars and resizable columns. Am I crazy for trying this? Is there a class or such already written that makes pretty data grids? -Josh ----------- Due to the recent increase in spam and falsely sent email, I now PGP Sign all of my outgoing mail to prove my identity. This
2007 Jun 04
2
Re: Ajax.Request question with JSON return
Do I need something like this: eval(''('' + this.header(''X-JSON'') + '')'') (taken from Cody Swann, http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support ). I''m guessing my problem is simpler, and I''m leaving something small out related to the header though. Thanks for any help -Mark 1. evalJSON: function() { 2. if(this.transport.json){ return this.tran...
2006 Feb 11
6
Rails 1.1?
I have a few very basic questions. Is anyone using rails 1.1? How/Where can I get Rails 1.1 (I don''t see it on RubyonRails.org? What are the issues involved in moving from Rails 1.0 to Rails 1.1? If I move to Rails 1.1, can I downgrade? Just curious. Thank you very much for your assistance. Frank --------------------------------- Yahoo! Mail Use Photomail
2006 Jul 24
4
List etiquette question
I''ve written a little ruby/rails hangman-ish app to keep my wife occupied at work that I think list members might also find interesting. I''m new to this list so I wanted to see if it would be considered bad form to post the link before I did. There aren''t any ads so I''m not getting anything out of more visitors, but I still didn''t want to take the
2006 Jul 06
1
migrations work from script/console, but not command line
...d, and I can verify that tables are created or destroyed in the database. Does anyone have any idea why this would happen? Platform is mac os x, Rails 1.12, Ruby 1.84, etc, just playing around with the Simplelog blog app. - rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Jul 11
0
better way to include helpers into application controller/test_helper?
...ext_helper Helper.instance end # instance level def text_helper Helper.instance end # include text_helper as singleton class Helper include Singleton include ActionView::Helpers::TextHelper end - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Jul 12
3
Most efficient way to "increment" a string?
I have members with usernames. In the event that a new member requests an already-existing username, I''d like to automatically "increment" a next-best string: johnny johnny1 johnny2 Knowing RoR, my gut tells me there''s some elegant, concise way to do this, but I can''t think of it. Any advice? -- Posted via http://www.ruby-forum.com/.
2006 Jul 31
0
problems testing helpers - link_to and url_for don''t work...
...StubController doesn''t cut it. - figure out why the UrlHelper doesn''t see the @controller when doing link_to/url_for/etc - roll these changes into Geoffrey''s plugin or a new one... any thoughts? - Rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Jun 01
1
adding color to autotest output
...y to add color to the autotest output. I just want a nice green splash somewhere on success, and red on failure - I miss the Eclipse xUnit plugin''s easy feedback where I didn''t have to read log output. =) - rob -- http://www.robsanheim.com http://www.seekingalpha.com http://www.ajaxian.com
2006 Aug 31
2
RSpec style in Scriptaculous'' unittest.js
Doing Javascript? Looks like Scriptaculous'' *excellent* unittest.js has got some BDD love: http://ajaxian.com/archives/scriptaculous-behaviour-driven-development-testing Aslak