Changesets can be listed by changeset number.
The Git repository is here.
Changeset 42
Deleted local copy of RedCloth in vendor - 3.0.4 is installed
centrally anyway. Updated config/environment.rb so that it
includes the right file for the central RedCloth installation.
- Comitted by: adh
- Date: Tuesday August 01 10:35:13 2006 (over 18 years ago)
Affected files:
- rool/rails/collaboa/trunk/vendor/redcloth/
- rool/rails/collaboa/trunk/config/environment.rb (diff)
rool/rails/collaboa/trunk/config/environment.rb:
prev. | current | |
Syntax::all().each { |syntax| Syntax::load(syntax) } | ||
require 'syntax/lib/syntax/convertors/html' | ||
require 'digest/sha1' | ||
75 | ||
75 | require 'redcloth' | |
76 | #require 'redcloth/lib/redcloth' | |
# Where do we store our attachments? | ||
ATTACHMENTS_PATH = RAILS_ROOT + '/attachments' |