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
XXXXXXXXX::Application.configure do | |
# Settings specified here will take precedence over those in config/application.rb | |
# Code is not reloaded between requests | |
config.cache_classes = true | |
# Full error reports are disabled and caching is turned on | |
config.consider_all_requests_local = false | |
config.action_controller.perform_caching = 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
source :rubygems | |
# Bundle edge Rails | |
gem 'rails', '3.1.0.beta1' | |
#gem 'arel', :git => 'git://github.com/rails/arel.git' | |
#gem 'rack', :git => 'git://github.com/rack/rack.git' | |
#gem 'sprockets', :git => 'git://github.com/sstephenson/sprockets.git' | |
# Rails console dependency | |
gem 'turn' |
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
+ [[ -z '' ]] | |
+ export 'PS4=+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }' | |
+ PS4='+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }' | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 686 : __rvm_parse_args() $ [[ -z '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 686 : __rvm_parse_args() $ [[ -n '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 688 : __rvm_parse_args() $ [[ 0 -eq 1 ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 688 : __rvm_parse_args() $ [[ -n '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 14 : __rvm_parse_args() $ [[ -n install ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 16 : __rvm_parse_args() $ rvm_token=install | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 18 : __rvm_parse_args() $ [[ 3 -gt 0 ]] |
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
+[/Users/mathieulegrand/.rvm/scripts/cli] : 663 : __rvm_parse_args() $ [[ -z '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 664 : __rvm_parse_args() $ export 'PS4=+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }' | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 664 : __rvm_parse_args() $ PS4='+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }' | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 686 : __rvm_parse_args() $ [[ -z '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 686 : __rvm_parse_args() $ [[ -n '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 688 : __rvm_parse_args() $ [[ 0 -eq 1 ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 688 : __rvm_parse_args() $ [[ -n '' ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 14 : __rvm_parse_args() $ [[ -n install ]] | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 16 : __rvm_parse_args() $ rvm_token=install | |
+[/Users/mathieulegrand/.rvm/scripts/cli] : 18 : __rvm_parse_args() $ [[ 3 -gt 0 ]] |
NewerOlder