Skip to content

Instantly share code, notes, and snippets.

View manfredmmm's full-sized avatar
🏠
Working from home

Manfred Miravitllas Mas manfredmmm

🏠
Working from home
View GitHub Profile
@manfredmmm
manfredmmm / gist:1722490
Created February 2, 2012 09:10
Installing mysql gem on Mac OS X Lion
Added to .zshrc: export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$DYLD_LIBRARY_PATH"
Executed this: env ARCHFLAGS="-arch x86_64" sudo gem install mysql -v='2.8.1' -- --with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib --with-mysql-include=/usr/local/mysql/include --with-mysql-config=/usr/local/mysql/bin/mysql_config
@manfredmmm
manfredmmm / application.rb & production.rb
Created November 4, 2011 07:46
Precompile sass errors
application.rb
Bundler.require *Rails.groups(:assets) if defined?(Bundler)
#config.sass.load_paths << "#{Gem.loaded_specs['compass'].full_gem_path}/frameworks/compass/stylesheets"
#config.sass.load_paths << "#{Gem.loaded_specs['compass'].full_gem_path}/frameworks/blueprint/stylesheets"
___________________________________________________________________________________________
production.rb