tagged "rails"

4 articles

mysql2 gem not installing under MacOSX 10.7.5? Try sym-linking /usr/local/mysql
sym-linking /usr/local/mysql to your brew cellar might fix your mysql gem install
mac osx, mysql, ruby, rails, brew
nginx/passenger/rails needs extra path to make some gems work
missing runtime paths can break some gems in production environments
nginx, passenger, rails, bundler, Pygments, freebsd
missing runtime library path breaks execjs and coffescript in production setting
execjs cannot find the right JavaScript implementations unless runtime paths are set
nginx, rails, passenger, JavaScript
using spec to test a validator
how to test a custom rails validator using rspec
rails, rspec