Working on Authlogic in Rails

Ruby on Rails have been used for developing powerful Ajax based applications nearly as early as the programming technique was introduced. The rapid improvement of Ruby on Rails along with other frame...

Ruby on Rails Application Optimization

Ruby on Rails, like most programming languages, will only provide developers with the tools to build an efficient application. Everything is still left to the developer’s hands – security...

Ruby on Rails SEO Implementation

SEO or Search Engine Optimization could be considered as the “money part” in any programming language. Applications are developed for the use of customers and there are times that profit ...

Ruby on Rails Application Testing

Testing is a very important component in applications development. Developers spend a lot of time and effort in testing their applications which could even take more time compared to the development ...

Ruby on Rails Security

Security should be the top priority of every application. Without security, personal information and highly sensitive data will be exposed, extracted and could be used for malicious purposes. A singl...

Ruby on Rails Routing

Routing is one of the features in Ruby on Rails that are not extensively used by most developers – for a good reason. Routing is necessary in some applications and in most cases, routing&n...

Ruby on Rails Rendering Tips

Ruby on Rails is one of the easiest programming applications in developing rich internet applications. But like most programming languages, configuring Ruby on Rails is not a walk in the park either....

Ruby on Rails Plugins

Ruby on Rails is a framework that also supports development of plug-ins. The ability to build plug-ins is a great feature in Rails since this will enable developers to build additional tools that cou...

Ruby on Rails Caching

Caching in Rails is easy since the framework has some built-in functionality for this action. Developers do not have to look for 3rd party applications to efficiently cache their applications. Althou...

Ruby on Rails Database Migration

Implementing Database Migration on Rails Ruby on Rails is often perceived as a framework for developing RIA (Rich Internet Applications). Because of its ability to harness Ajax and properly implement...