DEPRECATION WARNING: railtie_name is deprecated and has no effect.
Gemfileこんな感じで記入して後はbundle install
#gem 'will_paginate', '3.0.pre' gem 'will_paginate', '3.0.pre2'
DEPRECATION WARNING: railtie_name is deprecated and has no effect.
#gem 'will_paginate', '3.0.pre' gem 'will_paginate', '3.0.pre2'
ab [options] URL
PHP Warning: PHP Startup: apc: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=0\nPHP compiled with module API=20060613, debug=0, thread-safety=0\nThese options need to match\n in Unknown on line 0
yum install php-pear httpd-devel php-devel pecl uninstall apc pecl install apcで対応
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.6.26
tar xzvf LATEST_LIBXSLT cd libxslt-1.1.26/ ./configure --prefix=$HOME/usr/local --with-libxml-src=../libxml2-2.7.7 make make install
em install nokogiri -- --with-xml2-include=$HOME/usr/local/include/libxml2 --with-xml2-lib=$HOME/usr/local/lib --with-xslt-dir=$HOME/usr/local
[Warning] '--default-character-set' is deprecated and will be removed in a future release. Please use '--character-set-server' instead.をはいていたのでmy.confを修正
[mysqld] #default-character-set = utf8 character-set-server = utf8
Can't open the mysql.plugin table. Please run mysql_upgrade to create it. 110612 14:43:49 InnoDB: Started; log sequence number 0 44446294
mysql_upgrade -u root -p