
ajaxonrails.wordpress.com
Ajax on Rails | geeks redefinedgeeks redefined (by Sur Max)
http://ajaxonrails.wordpress.com/
geeks redefined (by Sur Max)
http://ajaxonrails.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
4.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
25
SITE IP
192.0.78.13
LOAD TIME
4.826 sec
SCORE
6.2
Ajax on Rails | geeks redefined | ajaxonrails.wordpress.com Reviews
https://ajaxonrails.wordpress.com
geeks redefined (by Sur Max)
Integration Testing in Ruby on Rails — How to maintain sessions while testing in Rails | Ajax on Rails
https://ajaxonrails.wordpress.com/2006/11/02/integration-testing-in-ruby-on-rails-how-to-maintain-sessions-while-testing-in-rails
Integration Testing in Ruby on Rails — How to maintain sessions while testing in Rails. November 2, 2006 at 5:52 pm. And else, and therefore he might not be reading the whole post due to which he just remained untouched with the real appreciable features. Anyhow, here is my post on a fantastic rails feature – Integration Testing…. Where you can synchronize with the sessions too unlike in the Functional Testing. Where exactly we should use Integration Testing? Considerations for test…. We will simply test.
Sample Rails Application – A demo for the ajax based drag drop tree in rubyonrails | Ajax on Rails
https://ajaxonrails.wordpress.com/2006/11/26/ajaxonrailsdragdroptree
Sample Rails Application – A demo for the ajax based drag drop tree in rubyonrails. November 26, 2006 at 9:44 am. I have provided the source code. Of the ajax based drag drop tree in rubyonrails in one of my previous posts. I found some of the people are getting problems to incorporate the code into their running applications so i am providing a sample rails application in which all the code for tree is already been placed well. CHECK THIS OUT…. Four simple steps to make the tree working…. November 26, 2...
Ajax on Rails | geeks redefined | Page 2
https://ajaxonrails.wordpress.com/page/2
RoR(Ruby on Rails) in India – Ruby on Rails based Indian Company. Ruby on Rails is creating the storms in the web development all over the world. RoR is even capable to challenge Big Caps. Like Microsoft’s Asp.NET and so everything else in the specific area. World is continuously changing… The current WEB. Not solely depends on the old,encoded,paid,stressful. Technologies but the fresh,open-source,free,joyful. Technologies like Ruby on Rails. Are now creating the new highways to connect the WEB. Plugin c...
Me | Ajax on Rails
https://ajaxonrails.wordpress.com/about
A ruby geek, a rails lover. Working on most agile platform – Ruby on Rails at Vinsol. Music(listening, creating, singing, playing guitar). High end 3-d graphics based games. Just moved to Expressica. October 21, 2006 at 12:51 pm. Nice overview on using regex in rails. October 21, 2006 at 3:47 pm. Create a free website or blog at WordPress.com. Follow “Ajax on Rails”. Get every new post delivered to your Inbox. Build a website with WordPress.com.
February | 2007 | Ajax on Rails
https://ajaxonrails.wordpress.com/2007/02
Archive for February, 2007. Hey guys, finally i have released the captcha plugin for public usage. Check it out here. February 7, 2007 at 1:38 am. Blog moved to Expressica.com — releasing the captcha plugin with multiple styles of clear images, with random string text. I am moving this blog to Expressica. And i would like to inform all the readers to update their feeds and bookmarks to the new url http:/ expressica.com. It mainly features…. And the feature i like the most is multiple image styles. Create...
TOTAL PAGES IN THIS WEBSITE
19
November | 2006 | Web On Rails
https://webonrails.wordpress.com/2006/11
Archive for November, 2006. Ajax based drag drop and sortable tree for Rails. Wrote and shares his code for Ajax based drag drop sortable tree for rails. He is also trying to pluginize this, and soon it will be publicly available. Find more detail here. November 25, 2006 at 1:06 pm. Uploading files using AJAX. There is no way to upload files using AJAX. How Gmail does it then? Well, the answer is using iframe . Here. November 20, 2006 at 6:26 pm. Capistrano1.2.0 cheat sheet here. REST cheat sheet here.
August | 2006 | Web On Rails
https://webonrails.wordpress.com/2006/08
Archive for August, 2006. Deprecated Finders in Rails 1.1.5. These Finders are deprecated. Find first [use find(:first)]. Find all [use find(:all)]. Find on conditions [use find(:conditions)]. August 23, 2006 at 12:40 pm. Ajax pagination links: Create pagination links with link to remote. Here is a method by mixonix to create pagination links by link to remote. Copy this code in your helpers/application helper.rb. Def ajax pagination links(paginator, options={}) options.merge! Html ' . ' if last....Tab P...
April | 2006 | Web On Rails
https://webonrails.wordpress.com/2006/04
Archive for April, 2006. Intel Developers Forum roundup: four cores now, 80 cores later. While we’ve been busy covering lots. Has also been clamoring for the spotlight — Otellini. And Co. had a. Number of announcements about the future of processors at today’s Intel. Developer Forum in San Francisco. Firstly, the quad-core Core 2 Extreme. And Core 2 Quad. Chips have been officially unveiled and slated for production, with the. Former running in servers this fall, and the latter appearing in. Something th...
Deprecated Method in ActionView::Helpers::PrototypeHelper | Web On Rails
https://webonrails.wordpress.com/2006/11/09/deprecated-method-in-actionviewhelpersprototypehelper
Deprecated Method in ActionView: Helpers: PrototypeHelper. November 9, 2006 at 1:40 pm. Is deprecated now, Please use RJS instead. Entry filed under: rails. Installing subversion from pre-compiled packages or source code. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. Uploading files using AJAX.
Uploading files using AJAX | Web On Rails
https://webonrails.wordpress.com/2006/11/20/uploading-files-using-ajax
Uploading files using AJAX. November 20, 2006 at 6:26 pm. There is no way to upload files using AJAX. How Gmail does it then? Well, the answer is using iframe . Here. Is a post that describe this technique in detail. Infact we are using this technique from months, obviously inspired by Gmail. ;-). Technically speaking, it’s not Ajax. Just an iframe hack. You are absolutly right Pratik. Entry filed under: Ajax. Ajax based drag drop and sortable tree for Rails. 8 Comments Add your own. I can haz ajax?
converting all newline characters to br tag | Web On Rails
https://webonrails.wordpress.com/2006/08/07/converting-all-newline-characters-to
Converting all newline characters to br tag. August 7, 2006 at 10:48 am. I was surprised as there is no function in ruby to convert all newline characters to br . Here is a php nl2br equivalent method to convert all newline characters ( n) to break tag ( br ) in a string. Def nl2br(s) s.gsub(/\n/, ' br ') end. Entry filed under: rails. Make ids in URL Search engine friendly. Tab Problem in rails .rhtml files. 14 Comments Add your own. August 8, 2006 at 2:42 pm. Sgsub(/ n/, ”). August 18, 2006 at 12:30 pm.
Cheat Sheet | Web On Rails
https://webonrails.wordpress.com/2006/11/10/capistrano-120-cheat-sheet
November 10, 2006 at 7:13 pm. Capistrano1.2.0 cheat sheet here. REST cheat sheet here. Rails cheat sheet here. Rails testing cheat sheet here. Entry filed under: cheat sheets. Deprecated Method in ActionView: Helpers: PrototypeHelper. Uploading files using AJAX. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new comments via email. Build a ...
Tab completion in irb | Web On Rails
https://webonrails.wordpress.com/2006/10/07/tab-completion-in-irb
Tab completion in irb. October 7, 2006 at 7:59 am. Completion support, you need to activate this by requiring ‘irb/completion’. You can load it when you invoke irb from the command line:. Or you can load the completion library when irb is running:. If you often use. Can create an alias in .bashrc by following these steps:. Alias irbtc="irb -r 'irb/completion'". Can create a file named irbtc.bat in your windows system32 folder as. Now you can run irb with. Irb(main):001:0 st="this is a string". January 31...
June | 2006 | Web On Rails
https://webonrails.wordpress.com/2006/06
Archive for June, 2006. Configuring Multiple Rails Application with Lighttpd. I was using lighttpd web server for my Rails applications. In development mode I was starting lighttpd server from the rails application directory by. Lighttpd -D -f config/lighttpd.conf. But I was facing problem when I tried to run multiple rails applications in production mode. After some trials I succeded. I inserted the following lines of code in my /etc/lighttpd/lighttpd.conf file. 8220;min-procs” = 1,. Compress.filety...
September | 2006 | Web On Rails
https://webonrails.wordpress.com/2006/09
Archive for September, 2006. What do you see a face or an Eskimo? September 28, 2006 at 7:15 am. Lib file state select.rb. If you are not interested in installing a plugin just for one method(state select) then You can put state select.rb file in you rails lib directory. And include state select.rb file in your controller where ever you want to use state select method. The url for state select.rb is http:/ opensvn.csie.org/state select/trunk/lib/state select.rb. September 13, 2006 at 6:42 am. Script/plug...
TOTAL LINKS TO THIS WEBSITE
25
Welcome!
Welcome to your website! This is the default index page of your website. This file may be deleted or overwritten without any difficulty. This is produced by the file index.html. For questions or problems please contact support.
Ajax Online Academy - Online trainers tool
Train the trainer course. Camps & Clinics. The Ajax Online Academy is now offering a subscription based, on credits, for individual soccer players that allows you to use the exact training techniques Ajax does. The training exercises are supported with Ajax videos and thorough explanations. What are you waiting for? Get a few friends together, show your coach and start practicing like the stars of Ajax! What is Ajax Online Academy? Unique Ajax training sessions. Login to go to your own account. Heini Ott...
Ajax Online Academy
Ajaxonomy | The Study of Ajax and Other Interesting Web Technologies
The Study of Ajax and Other Interesting Web Technologies. Posted on February 28th, 2012. Check out the post and let us know what you found useful in the post in the comments below. You can go to the referenced source of this post here. Post written by Ajaxonomy using scovry. Enter one address or multiple addresses separated with commas. This question is for testing whether you are a human visitor and to prevent automated spam submissions. David Hurth's blog. Posted on February 24th, 2012. Enter one addre...
Ajax on Rails
Sur says ajax :on = rails. Monday, February 05, 2007. Blog moved to Expressica.com - releasing the captcha plugin with multiple styles of clear images, with random string text. I am moving this blog to Expressica. And i would like to inform all the readers to update their feeds and bookmarks to the new url http:/ expressica.com. And the feature i like the most is multiple image styles. Example of the images . Comments/Queries are welcome on this idea. Posted by Sur Max at 11:56 AM. Links to this post.
Ajax on Rails | geeks redefined
Hey guys, finally i have released the captcha plugin for public usage. Check it out here. February 7, 2007 at 1:38 am. Blog moved to Expressica.com — releasing the captcha plugin with multiple styles of clear images, with random string text. I am moving this blog to Expressica. And i would like to inform all the readers to update their feeds and bookmarks to the new url http:/ expressica.com. It mainly features…. And the feature i like the most is multiple image styles. Example of the images …. This time...
TransIP - Reserved domain
Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.
ajaxoop.org
:::: -This Site is Under Construction- ::::
This page uses frames, please update your browser.
Ajax Optical
Schedule an Eye Exam. Offers & Discounts. BRANDS & COLLECTIONS. The Most recognizable style. In sunglasses now available. In solid 18k gold. A true. Welcome to Ajax Optical. Where we understand the importance of an accurate prescription and eyewear that makes you see clearly and feel confident. Serving the Durham region since 1985, our optical shop in Ajax is known for our personal service to our clients. With three locations to serve you in Durham, visit us today or call to book an appointment.