This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>currentDocument</key> | |
| <string>app/views/portal/districts/new.html.haml</string> | |
| <key>documents</key> | |
| <array> | |
| <dict> | |
| <key>expanded</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bin/rake db:drop:all | |
| git clean -fdx . | |
| echo "rvm use `rvm current`" > .rvmrc | |
| bundle install --binstubs | |
| ruby config/setup.rb -n "Cross Project Portal" -D xproject -u <username> -p <password> -t xproject --states none -y -q -f | |
| RAILS_ENV=production bin/rake db:create:all | |
| RAILS_ENV=production bin/rake db:migrate:reset | |
| RAILS_ENV=production bin/rake app:setup:new_app | |
| bin/rake db:dump | |
| rails s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rails3-portal (rails3.0)$ rm public/stylesheets/*.css | |
| rails3-portal (rails3.0)$ rails s -eproduction | |
| => Booting WEBrick | |
| => Rails 3.0.10 application starting in production on http://0.0.0.0:3000 | |
| => Call with -d to detach | |
| => Ctrl-C to shutdown server | |
| running Admin::Project.create_or_update_default_project_from_settings_yml | |
| Problem processing key 'host' in config/mailer.yml | |
| undefined method `host=' for ActionMailer::Base:Class | |
| Started observers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rails3-portal (rails3.0)$ RAILS_ENV=production bin/rake db:migrate:reset | |
| Didn't start observers because you are running: rake db:migrate | |
| rake aborted! | |
| uninitialized constant APP_CONFIG | |
| Tasks: TOP => db:migrate:reset => db:migrate => environment | |
| (See full trace by running task with --trace) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Syntax error: File to import not found or unreadable: compass/reset.sass. | |
| Load paths: | |
| /Users/rklancer/dev/rails3-portal/public/stylesheets/sass | |
| /Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/gems/compass-0.11.5/frameworks/blueprint/stylesheets | |
| /Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/gems/compass-0.11.5/frameworks/compass/stylesheets | |
| Compass::SpriteImporter | |
| on line 1 of /Users/rklancer/dev/rails3-portal/public/stylesheets/sass/themes/xproject/xproject.sass | |
| 1: /Users/rklancer/dev/rails3-portal/public/stylesheets/sass/themes/xproject/xproject.sass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rails3-portal (rails3.0)$ bin/rake compass:compile | |
| /Users/rklancer/.rvm/gems/ruby-1.9.2-p290@rails3_portal/gems/prawn-core-0.8.4/lib/prawn/core.rb:34: warning: already initialized constant VERSION | |
| DEPRECATION WARNING: Rake tasks in /Users/rklancer/dev/rails3-portal/vendor/plugins/restful-authentication/tasks/auth.rake are deprecated. Use lib/tasks instead. (called from <top (required)> at /Users/rklancer/dev/rails3-portal/Rakefile:10) | |
| remove tmp/sass-cache/ | |
| remove public/stylesheets/ie.css | |
| remove public/stylesheets/print.css | |
| remove public/stylesheets/screen.css | |
| Executing rake task or running in test/cucumber env: skipping Admin::Project.create_or_update_default_project_from_settings_yml | |
| Problem processing key 'host' in config/mailer.yml | |
| undefined method `host=' for ActionMailer::Base:Class |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./app/views/layouts/standard.html.erb | |
| ./doc/jamis.rb | |
| ./public/javascript-tests.html | |
| ./public/javascripts/contentflow/contentflow.js | |
| ./public/javascripts/contentflow/contentflow_src.js | |
| ./public/javascripts/contentflow/docu.html | |
| ./public/javascripts/contentflow/index.html | |
| ./public/javascripts/prototype-ui/prototype-ui.js | |
| ./public/javascripts/prototype.js | |
| ./public/javascripts/tiny_mce/plugins/advhr/rule.htm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./app/views/embeddable/data_collectors/_show.html.haml | |
| ./app/views/embeddable/drawing_tools/_show.html.haml | |
| ./app/views/layouts/print.html.haml | |
| ./app/views/portal/schools/_form.html.haml | |
| ./app/views/resource_pages/_form.html.haml | |
| ./public/javascripts/active_scaffold/default/active_scaffold.js | |
| ./public/test-workgroup.haml | |
| ./themes/sglight/views/layouts/application.html.haml | |
| ./vendor/plugins_disabled/theme_support/lib/theme_controller.rb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./app/views/activities/create.js.rjs | |
| ./app/views/activities/delete_section.js.rjs | |
| ./app/views/activities/destroy.js.rjs | |
| ./app/views/embeddable/biologica/breed_offsprings/destroy.js.rjs | |
| ./app/views/embeddable/biologica/chromosome_zooms/destroy.js.rjs | |
| ./app/views/embeddable/biologica/chromosomes/destroy.js.rjs | |
| ./app/views/embeddable/biologica/meiosis_views/destroy.js.rjs | |
| ./app/views/embeddable/biologica/multiple_organisms/destroy.js.rjs | |
| ./app/views/embeddable/biologica/organisms/destroy.js.rjs | |
| ./app/views/embeddable/biologica/pedigrees/destroy.js.rjs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| console.log('----------------- SANDBOX START -----------------') | |
| var contentObjectController = SC.ObjectController.create() | |
| var ContentView = SC.View.extend(SC.ContentDisplay, { | |
| layout: function() { | |
| var row = this.getPath('content.row') || 0, | |
| column = this.getPath('content.column') || 0; | |
| return { top: row * 100, left: column * 100, height: 100, width: 100 }; |