Changeset 109
- Timestamp:
- 08/24/06 12:25:22 (2 years ago)
- Files:
-
- trunk/plugins/search/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/search/README
r108 r109 138 138 139 139 <r:find url="/search"> 140 <r:content part=" form"/>140 <r:content part="body"/> 141 141 </r:find> 142 142 … … 158 158 # Radiant application must be in production mode otherwise the Engines will not load correctly. 159 159 ENV['RAILS_ENV'] ||= 'production' 160 161 162 == FAQ 163 164 A: Why do I get an "uninitialized constant DEFAULT_PARTS" NameError? 165 Q: You are not running the application in production mode. Try: 166 script/server -e production 167 168 A: After installing the search plugin, my server won't start. The server doesn't log an error message either? 169 Q: Install all the dependencies (i.e. acts_as_ferret). 160 170 161 171 == Credits
