Created
September 3, 2010 13:49
Revisions
-
epogue revised this gist
Sep 3, 2010 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ Bundler version 1.0.0 Ruby version 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] @@ -134,7 +135,7 @@ Gemfile.lock: rails (= 3.0.0) sqlite3-ruby Result of bundle config (when installing without flags): Settings are listed in order of priority. The top value will be used. disable_shared_gems @@ -143,5 +144,17 @@ Result of bundle config: without Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "" path Set via $BUNDLE_BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" Result of bundle config (when using --without production): Settings are listed in order of priority. The top value will be used. disable_shared_gems Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "1" without Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "production" path Set via $BUNDLE_BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" -
epogue revised this gist
Sep 3, 2010 . 1 changed file with 0 additions and 25 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -46,36 +46,11 @@ Gemfile: gem 'rails', '3.0.0' gem 'sqlite3-ruby', :require => 'sqlite3' group :production do gem 'devise' end Gemfile.lock: GEM -
epogue created this gist
Sep 3, 2010 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,172 @@ Bundler version 1.0.0 Ruby version 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0] RVM version 1.0.1 with environment: ruby-1.9.2-p0: system: uname: "Darwin Goliath.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386" zsh: "zsh 4.3.9 (i386-apple-darwin10.0)" bash: "GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" rvm: version: "rvm 1.0.1 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" ruby: interpreter: "ruby" version: "1.9.2p0" date: "2010-08-18" platform: "x86_64-darwin10.4.0" patchlevel: "2010-08-18 revision 29036" full_version: "ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]" homes: gem: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" ruby: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0" binaries: ruby: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin/ruby" irb: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin/irb" gem: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin/gem" rake: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0/bin/rake" environment: PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0/bin:/Users/epogue/.rvm/gems/ruby-1.9.2-p0@global/bin:/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/bin:/Users/epogue/.rvm/bin:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" GEM_HOME: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" GEM_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0:/Users/epogue/.rvm/gems/ruby-1.9.2-p0@global" BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0" MY_RUBY_HOME: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0" IRBRC: "/Users/epogue/.rvm/rubies/ruby-1.9.2-p0/.irbrc" RUBYOPT: "" gemset: "" Gemfile: source 'http://rubygems.org' gem 'rails', '3.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3-ruby', :require => 'sqlite3' group :production do gem 'devise' end # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug' # Bundle the extra gems: # gem 'bj' # gem 'nokogiri' # gem 'sqlite3-ruby', :require => 'sqlite3' # gem 'aws-s3', :require => 'aws/s3' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators # and rake tasks are available in development mode: # group :development, :test do # gem 'webrat' # end Gemfile.lock: GEM remote: http://rubygems.org/ specs: abstract (1.0.0) actionmailer (3.0.0) actionpack (= 3.0.0) mail (~> 2.2.5) actionpack (3.0.0) activemodel (= 3.0.0) activesupport (= 3.0.0) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.4.1) rack (~> 1.2.1) rack-mount (~> 0.6.12) rack-test (~> 0.5.4) tzinfo (~> 0.3.23) activemodel (3.0.0) activesupport (= 3.0.0) builder (~> 2.1.2) i18n (~> 0.4.1) activerecord (3.0.0) activemodel (= 3.0.0) activesupport (= 3.0.0) arel (~> 1.0.0) tzinfo (~> 0.3.23) activeresource (3.0.0) activemodel (= 3.0.0) activesupport (= 3.0.0) activesupport (3.0.0) arel (1.0.1) activesupport (~> 3.0.0) bcrypt-ruby (2.1.2) builder (2.1.2) devise (1.1.2) bcrypt-ruby (~> 2.1.2) warden (~> 0.10.7) erubis (2.6.6) abstract (>= 1.0.0) i18n (0.4.1) mail (2.2.5) activesupport (>= 2.3.6) mime-types treetop (>= 1.4.5) mime-types (1.16) polyglot (0.3.1) rack (1.2.1) rack-mount (0.6.13) rack (>= 1.0.0) rack-test (0.5.4) rack (>= 1.0) rails (3.0.0) actionmailer (= 3.0.0) actionpack (= 3.0.0) activerecord (= 3.0.0) activeresource (= 3.0.0) activesupport (= 3.0.0) bundler (~> 1.0.0) railties (= 3.0.0) railties (3.0.0) actionpack (= 3.0.0) activesupport (= 3.0.0) rake (>= 0.8.4) thor (~> 0.14.0) rake (0.8.7) sqlite3-ruby (1.3.1) thor (0.14.0) treetop (1.4.8) polyglot (>= 0.3.1) tzinfo (0.3.23) warden (0.10.7) rack (>= 1.0.0) PLATFORMS ruby DEPENDENCIES devise rails (= 3.0.0) sqlite3-ruby Result of bundle config: Settings are listed in order of priority. The top value will be used. disable_shared_gems Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "1" without Set for your local app (/Users/epogue/Dropbox/Projects/Rails/testing_app/.bundle/config): "" path Set via $BUNDLE_BUNDLE_PATH: "/Users/epogue/.rvm/gems/ruby-1.9.2-p0"