Created
          November 11, 2012 00:24 
        
      - 
      
- 
        Save jwhitmire/4053138 to your computer and use it in GitHub Desktop. 
    Rails 3 templates of interest to me
  
        
  
    
      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
    
  
  
    
  | # | |
| # Install mysql2 gem with local brew settings which normally fails during regular rails install | |
| # | |
| puts "Installing mysql2 gem" | |
| run "gem install mysql2 -- --with-mysql-include=/usr/local/Cellar/mysql/5.5.27/include --with-mysql-lib=/usr/local/Cellar/mysql/5.5.27/lib" | 
  
    
      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
    
  
  
    
  | # | |
| # Install and setup rspec | |
| # | |
| puts "Installing rspec" | |
| gem 'rspec-rails' | |
| run './script/generate rspec:install' | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment