Feeds:
Posts
Comments

Archive for the ‘Ruby on Rails’ Category

Ajax in rails

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »

« Newer Posts