Changeset 248
- Timestamp:
- 02/29/08 16:20:43 (8 months ago)
- Files:
-
- plugins/frozen_gems/trunk/install.rb (modified) (1 diff)
- plugins/frozen_gems/trunk/README (modified) (1 diff)
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')) 1 puts IO.read("#{File.dirname(__FILE__)}/README")) plugins/frozen_gems/trunk/README
r247 r248 29 29 of the gems installed in both libraries.) 30 30 31 WARNING: Gems that have binary components will cause problems, as they 32 will be installed according to the architecture of the development machine, 33 which may be different from that of the deployment environment. I 34 recommend that you install such gems in the system-wide gem library on 35 development machines and the deployment machine alike. Suggestions 36 for a satisfactory solution to this problem are welcome. 37 31 38 (FrozenGems assumes Rails 2.0 or greater, due to its dependency on 32 39 preinitializer.rb. If you're using an earlier version of Rails, you
