Using following code you can easily add wordpress into Ruby on Rails Project. Use my following steps to wordpress XMLRPC api integration with ruby and rails Read More

Using following code you can easily add wordpress into Ruby on Rails Project. Use my following steps to wordpress XMLRPC api integration with ruby and rails Read More
The technique we used was quite a hack as this is something that ActiveRecord wasn’t designed to do but now in Rails 3.0 we have a new feature Read More
deploy rails website with passenger -rails deployment, configure a VirtualHost, restart the webserver and there you go, everything should work as expected Read More
Ruby is very powerful object oriented language. new Ruby performance improvement. Working with pure Ruby is really fun and interesting to me. I am real fan of Ruby Read More
working on Ruby on Rails, daily inventing new things, trying new things and contributing to ROR community. News Ruby on Rails 3.0 released with new features Read More
Rails 3 beta by February, Ruby on Rails 3, an upgrade to the popular Web development framework that merges Rails with the alternative Merb framework, is due to Read More
Nginx famous now. We given information for how to host multiple rails site on Nginx. we given the configuration code along with their detailed information. Read More
Every time we need this migration script for our projects Use following command for Model generate [siwan@localhost siwan]$ ruby script/generate model UsStates exists app/models/ exists test/unit/ exists test/fixtures/ Read More
When tried to install mysql gem I got following error [root@localhost siwan]# sudo gem install mysql Building native extensions. This could take a while… ERROR: Error installing mysql: Read More
First install the following gems: #su #gem install mongrel #gem install mongrel_cluster #cd project_name #mongrel_rails cluster::configure -e production -p 3000 -N 3 -c /home/siwan/project_name -a 127.0.0.1 —-prefix /project_name Read More