Monday, 18 February 2013

Nested Routes in Rails3

Nested Routes in Rails3

In this article I am going explain nested resouces in rails . I hope you all familiar with REST in rails I am not going to discuss REST nature here.Here just consider we two resouces named as Projects and Tasks , here I am assuming that every task is related to certain Project and without project there is...

Read More

Saturday, 9 February 2013

Mongodb Installation in ubuntu

Mongodb Installation in ubuntu

Mongodb Installation. . Hi , in my previous article I posted how to work with mongoid with rails and some basics about mongodb Mongoid with Rails ,  Mongodb with Rails and here is installation steps of mongodb in ubuntu Step 1 : open terminal by typing shift+alt+T Step 2 : sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 Step...

Read More

Friday, 1 February 2013

Mongoid with Rails 3

Mongoid with Rails 3

Hi, Every one , I feel that my posts are useful for you to get knowledge on Rails and please suggest me if you have any useful topics so that we will discuss more on those topics . here I am going to explain how Mongoid works with rails3 , here I explained some basics to get start...

Read More

Thursday, 31 January 2013

Mongodb with rails

Mongodb with rails

Mongodb Rails 3. . Hi , in this article i am going to explain few basic concepts of Mongodb , and this article entirely for beginers only . Mongodb: --> Mongodb is an open source document -oriented database system. --> Its the type of NoSQL .document oriented means it storing data as JSON format , so all we...

Read More

Tuesday, 29 January 2013

full calendar in rails3 , jquery full calendar in rails3

full calendar in rails3 , jquery full calendar in rails3

Hi , in this article i am going to explain how to work with jquery full calendar along with rails 3 . Step 1 : Install the gem by typing the following command at terminal or you can add it your gem file     gem 'fullcalendar-rails'      bundle install you can find full documentation of jquery full calendar from...

Read More