eschulte / rinari

Rinari Is Not A Rails IDE (it is an Emacs minor mode for Rails)
http://rinari.rubyforge.org
GNU General Public License v3.0
412 stars 68 forks source link

[fiche request] Add Gemfile into master tree. #64

Closed proofit404 closed 11 years ago

proofit404 commented 11 years ago

When installing on fresh system which doesn't has all Rakefile dependencies, for example by el-get, its fail to error. Please create Gem file with following content:

source 'https://rubygems.org'
gem 'rb-readline'

Now its possible to install with bundle and el-get installer can be fixed too.

purcell commented 11 years ago

Thanks - I'll take a look at that.

The Rakefile is not really well supported any more, so el-get should probably not rely on it. Instead, el-get should use the pre-built ELPA packages from either Marmalade or MELPA.

-Steve

proofit404 commented 11 years ago

I don't think that Rakefile is a such kind of things which are change frequently.