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
| class Foo | |
| include Mongoid::Document | |
| references_many :bars | |
| end | |
| class Bar | |
| include Mongoid::Document | |
| referenced_in :foo | |
| end |
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
| activesupport (3.1.0.rc1) lib/active_support/whiny_nil.rb:48:in `method_missing' | |
| actionpack (3.1.0.rc1) lib/action_controller/metal/instrumentation.rb:22:in `process_action' | |
| actionpack (3.1.0.rc1) lib/action_controller/metal/params_wrapper.rb:202:in `process_action' | |
| actionpack (3.1.0.rc1) lib/action_controller/metal/rescue.rb:17:in `process_action' | |
| actionpack (3.1.0.rc1) lib/abstract_controller/base.rb:121:in `process' | |
| actionpack (3.1.0.rc1) lib/abstract_controller/rendering.rb:45:in `process' | |
| actionpack (3.1.0.rc1) lib/action_controller/metal.rb:193:in `dispatch' | |
| actionpack (3.1.0.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' | |
| actionpack (3.1.0.rc1) lib/action_controller/metal.rb:236:in `block in action' | |
| actionpack (3.1.0.rc1) lib/action_dispatch/routing/route_set.rb:65:in `call' |
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
| (function() { | |
| window.Blogolio = { | |
| Models: {}, | |
| Collections: {}, | |
| Routers: {}, | |
| Views: {} | |
| }; | |
| }).call(this); | |
| (function() { | |
| var __hasProp = Object.prototype.hasOwnProperty, __extends = function(child, parent) { |
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
| Tasveer-Singhs-MacBook-Pro:Zenapsis tsingh$ jruby -S torquebox run | |
| ========================================================================= | |
| JBoss Bootstrap Environment | |
| JBOSS_HOME: /Users/tsingh/.rvm/gems/jruby-1.6.4/gems/torquebox-server-2.x.incremental.530-java/jboss | |
| JAVA: java | |
| JAVA_OPTS: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true |
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
| # Using MongoDB | |
| cucumber: | |
| <<: *test | |
| development: | |
| adapter: sqlite3 | |
| database: db/development.sqlite3 | |
| pool: 5 | |
| timeout: 5000 |
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
| source 'http://rubygems.org' | |
| gem 'rails', '3.1.1' | |
| # Bundle edge Rails instead: | |
| #gem 'rails', :git => 'git://github.com/rails/rails.git' | |
| #gem 'mysql2' | |
| gem 'sqlite3' | |
| gem 'redis' |
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
| source 'http://rubygems.org' | |
| gem 'rails', '3.1.1' | |
| # Bundle edge Rails instead: | |
| #gem 'rails', :git => 'git://github.com/rails/rails.git' | |
| #gem 'mysql2' | |
| gem 'sqlite3' | |
| gem 'redis' |
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
| source 'http://rubygems.org' | |
| gem 'rails', '3.1.1' | |
| # Bundle edge Rails instead: | |
| #gem 'rails', :git => 'git://github.com/rails/rails.git' | |
| #gem 'mysql2' | |
| #gem 'sqlite3' | |
| gem 'jdbc-sqlite3' |
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
| carrierwave (0.5.7) lib/carrierwave/processing/mini_magick.rb:249:in `manipulate!' | |
| carrierwave (0.5.7) lib/carrierwave/processing/mini_magick.rb:206:in `resize_and_pad' | |
| org/jruby/RubyBasicObject.java:1700:in `__send__' | |
| org/jruby/RubyKernel.java:2122:in `send' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/processing.rb:83:in `process!' | |
| org/jruby/RubyArray.java:1612:in `each' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/processing.rb:81:in `process!' | |
| org/jruby/RubyBasicObject.java:1694:in `__send__' | |
| org/jruby/RubyKernel.java:2118:in `send' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/callbacks.rb:18:in `with_callbacks' |
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
| org/jruby/RubyDir.java:480:in `rmdir' | |
| torquebox-vfs-2.x.incremental.608 (java) lib/torquebox/vfs/ext/dir.rb:71:in `rmdir' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/store.rb:75:in `delete_cache_id' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/store.rb:61:in `store!' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/callbacks.rb:17:in `with_callbacks' | |
| carrierwave (0.5.7) lib/carrierwave/uploader/store.rb:58:in `store!' | |
| carrierwave (0.5.7) lib/carrierwave/mount.rb:347:in `store!' | |
| carrierwave (0.5.7) lib/carrierwave/mount.rb:306:in `store_logo!' | |
| activesupport (3.1.1) lib/active_support/callbacks.rb:442:in `_run_save_callbacks' | |
| org/jruby/RubyBasicObject.java:1688:in `__send__' |
OlderNewer