What is Rake and Gem is actually in RubyonRails.???

I am new to Ruby on Rails and number of times interacted with rake and gem. Can anyone explain what is Rake and Gem in RoR?

Thanks

Please do not cross post this to different mailing lists. The rubyonrails-core mailing list is reserved for discussions pertaining to the core of Ruby on Rails. For general advice or help please ask the rubyonrails-talk mailing list.

ok

Why i got this messege even i am member of this mailing list???

Hello amritpalpathak1@gmail.com,

We’re writing to let you know that the group you tried to contact (rubyonrails-talk) may not exist, or you may not have permission to post messages to the group. A few more details on why you weren’t able to post:

  • You might have spelled or formatted the group name incorrectly.
  • The owner of the group may have removed this group.
  • You may need to join the group before receiving permission to post.
  • This group may not be open to posting.

If you have questions related to this or any other Google Group, visit the Help Center at http://groups.google.com/support/?hl=en_US.

Thanks,

Google Groups

Received: by 10.231.160.209 with SMTP id o17mr4859045ibx.19.

1296730134376;

    Thu, 03 Feb 2011 02:48:54 -0800 (PST)

Received: by 10.231.160.209 with SMTP id o17mr4859042ibx.19.1296730134322;

    Thu, 03 Feb 2011 02:48:54 -0800 (PST)

Return-Path: amritpalpathak1@gmail.com

Received: from mail-iw0-f173.google.com (mail-iw0-f173.google.com [209.85.214.173])

    by [gmr-mx.google.com](http://gmr-mx.google.com/) with ESMTPS id cu19si153145ibb.1.2011.02.03.02.48.53

    (version=TLSv1/SSLv3 cipher=RC4-MD5);

    Thu, 03 Feb 2011 02:48:53 -0800 (PST)

Received-SPF: pass (google.com: domain of amritpalpathak1@gmail.com designates 209.85.214.173 as permitted sender) client-ip=209.85.214.173;

Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amritpalpathak1@gmail.com designates 209.85.214.173 as permitted sender) smtp.mail=amritpalpathak1@gmail.com; dkim=pass (test mode) header.i=@gmail.com

Received: by iwc10 with SMTP id 10so979835iwc.18

    for <multiple recipients>; Thu, 03 Feb 2011 02:48:53 -0800 (PST)

DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;

    d=[gmail.com](http://gmail.com/); s=gamma;

    h=domainkey-signature:mime-version:date:message-id:subject:from:to

     :content-type;

    bh=Hk/8kN7c1iyTBvMy4nQckjqvOb0rEXyxa2ctUVKvn4E=;

    b=NPWy9aihWILxOmuHqePr8205GoSTmseWP7eSSLHRj9iEIkL+lmsz0JePOGpzqUAw5l

     5q3SYtkoa0CV9Xb5Ty//gt3FugSa6SBS98ReHkR7K1Zh1udX92QVWJNKwfGNjYLYskns

     MtNdxi3R16SQ2zmd7Xhq3/UwpFX/u4fD8X7cA=

DomainKey-Signature: a=rsa-sha1; c=nofws;

    d=[gmail.com](http://gmail.com/); s=gamma;

    h=mime-version:date:message-id:subject:from:to:content-type;

    b=bHyODqEd6PiiiT1x+5tiRY3Utgey3QNY5BA+ZJTc7WCOnYn6E1/FS2SSkGl7CiNKnO

     it9kgzIPStGxHQ7ydHw0ta9NjOT9quWU7CVE1x8IUUeI7l7Yuu+GKKxeRDW0JjVcWt38

     w67bVKjeRhZWWZL0Cuf0BNxXqbmlp0COlyonU=

MIME-Version: 1.0

Received: by 10.231.173.12 with SMTP id n12mr11378042ibz.77.1296730133055;

Thu, 03 Feb 2011 02:48:53 -0800 (PST)

Received: by 10.231.191.217 with HTTP; Thu, 3 Feb 2011 02:48:53 -0800 (PST)

Please stop posting to this group and read the instructions you were given.

It clearly states that you must have joined the group before. You have to go to http://groups.google.com/group/rubyonrails-talk and join the group before you are able to post to it. This is to stop people from spamming it.

ok i join it now and will then post.

amritpal pathak wrote in post #979374:

I am new to Ruby on Rails and number of times interacted with rake and gem. Can anyone explain what is Rake and Gem in RoR?

Rake is like "make" for Ruby. It's basically a task runner that can manage dependencies between tasks.

RubyGems (gem) is a Ruby package manager similar to apt-get, homebrew, macports, fink etc. It's used to install, update and manage Ruby packages. These packages are referred to as "gems."