2014年4月16日 星期三

pg 相關問題

Gemfile 有用到 pg的地方在執行 bundle install時可能遇到


ERROR:  Error installing pg:
ERROR: Failed to build gem native extension.

    /Users/apple/.rvm/rubies/ruby-2.1.1/bin/ruby extconf.rb
checking for pg_config... no
No pg_config... trying anyway. If building fails, please try again with
 --with-pg-config=/path/to/pg_config

這樣的錯誤訊息.

須先安裝Postgres, 相關訊息參考ㄌㄧ


Postgres

Postgres download ->Download the installer from EnterpriseDB for all supported versions.

sudo PATH=$PATH:/Library/PostgreSQL/x.y/bin gem install pg

2014年4月15日 星期二

REST && RESTful

REST => Representational State Transfer

符合 REST principles 的系統稱做 RESTful。


概念介紹(目前還未完全搞懂Orz)

Xcode command line tools

安裝 Ruby需要用到 Xcode command line tools, 但在OSX 10.9 vs Xcode 5.1後, Xcode command line tools已經不再是直接從Xcode/Preference/Download取得, 而是要直接到網頁下載


下載完直接點擊安裝即可.

___________________________

相關資訊1. 安裝ROR介紹

P.S. 內文提到, 不建議一鍵安裝的方法, 譬如 RailsInstaller