Changeset 248

Show
Ignore:
Timestamp:
02/29/08 16:20:43 (8 months ago)
Author:
glenn
Message:

Warn about binary gems.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/frozen_gems/trunk/install.rb

    r247 r248  
    1 my_root = File.dirname(__FILE__) 
    2 puts IO.read(File.join(my_root, 'README')) 
     1puts IO.read("#{File.dirname(__FILE__)}/README")) 
  • plugins/frozen_gems/trunk/README

    r247 r248  
    2929of the gems installed in both libraries.) 
    3030 
     31WARNING: Gems that have binary components will cause problems, as they 
     32will be installed according to the architecture of the development machine, 
     33which may be different from that of the deployment environment.  I  
     34recommend that you install such gems in the system-wide gem library on 
     35development machines and the deployment machine alike.  Suggestions 
     36for a satisfactory solution to this problem are welcome. 
     37 
    3138(FrozenGems assumes Rails 2.0 or greater, due to its dependency on  
    3239preinitializer.rb.  If you're using an earlier version of Rails, you