The following are the ajax operations which helped me to implement ajax in my applications. Rails has a simple, consistent model for how it implements Ajax operations. Once the browser has rendered and displayed the initial web page, different user actions cause it to display a new web page (like any traditional web app) or [...]
Archive for the ‘Ruby on Rails’ Category
Ajax in rails
Posted in Ruby on Rails on July 16, 2007 | Leave a Comment »
Login application in rails
Posted in Ruby on Rails on June 27, 2007 | Leave a Comment »
There are various login generators available with Ruby on Rails to simplify the task. The acts_as_authenticated_plugin is the one which I use and it serves almost all the functionalities what we need. The plugin supportsthe following features. Password Resetting Change Password Automatic Password Generation Conditional Authentication (http basic auth for xml requests) Using with Multiple [...]
What is Ruby on Rails?
Posted in Ruby on Rails on June 2, 2007 | Leave a Comment »
Currently I am using Ruby on Rails to develop my applications. For those who would like to know about this framework, I added this. Ruby is a programming language, similar to Python and Perl. It is a object oriented language. It has dozens of shortcuts that make it very clean; methods are rarely over 10 [...]