Ruby on Rails Saturday, July 2, 2011

On Sat, Jul 2, 2011 at 8:04 AM, Amrit Pal Pathak <amritpalpathak1@gmail.com> wrote:



On Sat, Jul 2, 2011 at 10:46 AM, Conrad Taylor <conradwt@gmail.com> wrote:
On Sat, Jul 2, 2011 at 7:10 AM, Amrit Pal Pathak <amritpalpathak1@gmail.com> wrote:


On Sat, Jul 2, 2011 at 5:58 AM, Conrad Taylor <conradwt@gmail.com> wrote:
On Sat, Jul 2, 2011 at 2:50 AM, Amrit Pal Pathak <amritpalpathak1@gmail.com> wrote:


On Sat, Jul 2, 2011 at 5:22 AM, Conrad Taylor <conradwt@gmail.com> wrote:
On Sat, Jul 2, 2011 at 12:28 AM, Amrit Pal Pathak <amritpalpathak1@gmail.com> wrote:
How can i update my Rails gem version. to 2.2.2.
Now it is .
gem - v
1.8.7
              oh yes .Its a 1.8.5.But it is latest version of it,why in  
               Rails project (i have just downloaded it),in   
               environment file it is mention that it need gem   
             2.2.2.

Hi, what version of Rails do you want to use?  
        I have rails 3.0.7 and it is ok for me

  Thanks 


If you're using Rails 3.0.7, then you should have a Gemfile in the root
of your Rails project.  Within the Gemfile, you would add an entry to
use Rails 3.0.7.  For example,

gem 'rails', '3.0.7'

Next, you'll run the bundle command at the root of your Rails project:

bundle install

Last but not least, I would highly recommend the following site:


Good luck,

-Conrad
 
-- 
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment