Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created July 30, 2010 10:38
Show Gist options
  • Save jvanzyl/500295 to your computer and use it in GitHub Desktop.
Save jvanzyl/500295 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building rails_sqlite3 - rails3 application 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- rails3-maven-plugin:0.20.0:generate (default-cli) @ rails_sqlite3 ---
[INFO] Successfully installed bundler-1.0.0.rc.2
[INFO] 1 gem installed
[INFO] create app/controllers/form_controller.rb
[INFO] route get "form/nexus"
[INFO] invoke erb
[INFO] create app/views/form
[INFO] create app/views/form/nexus.html.erb
[INFO] invoke test_unit
[INFO] create test/functional/form_controller_test.rb
[INFO] invoke helper
[INFO] create app/helpers/form_helper.rb
[INFO] invoke test_unit
[INFO] create test/unit/helpers/form_helper_test.rb
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24.040s
[INFO] Finished at: Fri Jul 30 06:37:54 EDT 2010
[INFO] Final Memory: 5M/81M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment