Skip to content

Instantly share code, notes, and snippets.

@lobo-tuerto
Created October 14, 2008 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lobo-tuerto/16751 to your computer and use it in GitHub Desktop.
Save lobo-tuerto/16751 to your computer and use it in GitHub Desktop.
vcruz@vcruz-desktop:~/dev/sif$ merb --version
merb 0.9.9
vcruz@vcruz-desktop:~/dev/sif$ merb-gen app lolaz
Generating with app generator:
[ADDED] gems
[ADDED] Rakefile
[ADDED] .gitignore
[ADDED] public/.htaccess
[ADDED] app/models/merb/session.rb
[ADDED] app/views/exceptions/not_acceptable.html.erb
[ADDED] app/views/exceptions/not_found.html.erb
[ADDED] app/views/exceptions/internal_server_error.html.erb
[ADDED] app/controllers/application.rb
[ADDED] app/controllers/exceptions.rb
[ADDED] app/helpers/global_helpers.rb
[ADDED] autotest/discover.rb
[ADDED] autotest/merb_rspec.rb
[ADDED] autotest/merb.rb
[ADDED] config/init.rb
[ADDED] config/rack.rb
[ADDED] config/environments/production.rb
[ADDED] config/environments/test.rb
[ADDED] config/environments/development.rb
[ADDED] config/environments/staging.rb
[ADDED] config/environments/rake.rb
[ADDED] config/router.rb
[ADDED] public/stylesheets/master.css
[ADDED] merb.thor
[ADDED] public/merb.fcgi
[ADDED] public/dothtaccess
[ADDED] public/favicon.ico
[ADDED] public/robots.txt
[ADDED] public/images/merb.jpg
[ADDED] spec
[ADDED] app/views/layout/application.html.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment