updating ruby gems; nothing to update

06/30/09 | by sbak [mail] | Categories: Ruby on Rails

When you need to update ruby gems and it says there’s nothing to update,

instead of gem update –system, you need first install rubygems-update then update

Code:

gem install rubygems-update
update_rubygems
Permalink

rake

05/28/09 | by sbak [mail] | Categories: Ruby on Rails

Rake is a general-purpose command-runner that Rails uses for many things. You can see the list of available rake commands in your application by running rake -T.

Permalink

how to install plugin in Rails

05/15/09 | by sbak [mail] | Categories: Ruby on Rails

If you want to install plugins in your rails application, you can simply do:

./script/plugin install [SOURCE]

Permalink

How to remove model

05/07/09 | by sbak [mail] | Categories: Ruby on Rails

Code:

ruby script/destroy model Employee
Permalink

Ruby on Rails Installation

05/06/09 | by sbak [mail] | Categories: Ruby on Rails

When you get the error below while installing or upgrading rails to a newer version

Code:

/script/../config/boot.rb:26:Warning: Gem::SourceIndex#search support for String patterns is deprecated

Make sure that your RAILS_GEM_VERSION in environment.rb matches rails version.

Permalink

:: Next Page >>

my daily rice

| Next >

July 2009
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Linkblog

Misc

XML Feeds

What is RSS?

powered by b2evolution free blog software