rbenv 제대로 사용하기
[카테고리:] 루비 Ruby
루비언어에서 심볼의 개념 이해하기
http://www.troubleshooters.com/codecorn/ruby/symbols.htm 지금까지 루비, 특히 레일즈에서 사용되는 심볼을 어렴풋하게나마 이해하고 있었는데, 위의 링크의 내용을 읽어 보고 루비의 심볼에 대한 확실한 개념을 … More
Coffeebeans for Rails 3.1
레일즈 개발환경은 참으로 살아 숨쉬는 그야말로 개발자로 하여금 지속적으로 공부하게 만드는 것 같다. 레일즈는 개발자 환경을 향상시키기 위해서 모든 역량을 … More
RubyAMP 설치하기 (Textmate)
RubyAMP is a TextMate bundle that makes you more productive in editing, navigating, and debugging Ruby code. Now you can easily: auto-complete from all … More
How to downgrade Rubygem to its dedicated version, on using RVM.
gem update –system 하여 루비젬을 업그레이드 했다가 아래와 같은 수많은 warnings을 보게 된다. HyoAir:[Projects]$ gem update –system NOTE: Gem::Specification#default_executable= is … More
What’s “Unobstrusive Javascript” in Rails?
“We have a clean separation of structure (HTML) and behavior (JS), just as we seaprate structure and presentation by using … More
Textmate MissingDrawer
https://github.com/jezdez/textmate-missingdrawer Changing the terminal application launched from the sidebar By default, the “open terminal window” button launches the Terminal application. … More
레일즈 3.1부터 도입한 Sprockets 루비라이브러리
레일즈 3.1부터는 3.0에서는 볼 수 없었던 특이한 기능을 엿볼 수 있다. 3.1부터는 모든 javascript 파일과 모든 stylesheet 파일들을 각각 application.js와 … More
Bundler Gemfile syntax highlight in Text Mate
Bundler Gemfile syntax highlight in Text Mate In Textmate, select the Bundles menu => Bundles editor Select languages instead of … More
Library not loaded: libmysqlclient.16.dylib (LoadError) 해결방법
http://stackoverflow.com/ .bash_profile 파일에 아래 줄을 추가해 준다. DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH