Changeset 135
- Timestamp:
- 01/05/07 13:14:23 (2 years ago)
- Files:
-
- branches (added)
- tags (added)
- trunk (added)
- trunk/LICENSE (moved) (moved from LICENSE)
- trunk/README (moved) (moved from README) (2 diffs)
- trunk/Rakefile (moved) (moved from Rakefile) (1 diff)
- trunk/TODO (moved) (moved from TODO)
- trunk/bin (moved) (moved from bin)
- trunk/examples (moved) (moved from examples)
- trunk/lib (moved) (moved from lib)
- trunk/specs (moved) (moved from specs)
- trunk/tools (moved) (moved from tools)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README
r132 r135 57 57 $ merb 58 58 59 You will need the mongrel_upload_progress gem installed to go to /files 60 so use the -f flag to load a config file for m ongrel_upload_progress59 To use the upload example at /files you will need to add a cli flag 60 so use the -f flag to load a config file for merb_upload_progress 61 61 $ merb -f dist/conf/mup.conf 62 62 … … 189 189 end 190 190 191 Sessions are available when you start merb with the -s flag. See sample app for191 Sessions are available when you start merb with the sql_session set to true or the memory_session set to true. See sample app for 192 192 migration too add session table. 193 193 trunk/Rakefile
r125 r135 58 58 s.required_ruby_version = '>= 1.8.4' 59 59 60 s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{ app,bin,test,lib,examples}/**/*")60 s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{bin,test,lib,examples}/**/*") 61 61 62 62 s.require_path = "lib"
