Changeset 831
- Timestamp:
- 11/03/07 20:58:22 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app_generators/merb/templates/config/dependencies.rb
r726 r831 19 19 ### Add your other dependencies here 20 20 21 # dependencies "activerecord", "merb-form-helpers" 21 # These are some examples of how you might specify dependencies. 22 # 23 # dependencies "RedCloth", "merb-form-helpers" 22 24 # OR 23 # dependency " activerecord", "> 1.2.3"25 # dependency "RedCloth", "> 3.0" 24 26 # OR 25 # dependencies " activerecord" => "> 1.2.3", "hpricot" => "= 0.5"27 # dependencies "RedCloth" => "> 3.0", "ruby-aes-cext" => "= 1.0" 26 28 27 29 Merb::Server.after_app_loads do
