Ruby on Rails
기본 사이트
-
루비 한글 공식 사이트: http://www.ruby-lang.org/ko/
-
루비 영문 공식 사이트: http://www.ruby-lang.org/en/
-
Ruby on Rails: http://www.rubyonrails.com/
API 문서
- Rails: http://api.rubyonrails.org/
- Ruby Standard Library: http://www.ruby-doc.org/stdlib/
- Ruby Doc: http://www.ruby-doc.org/core/
참고 사이트
-
한글 루비 포럼: http://forum.rubykr.org/
-
[책] 프로그래밍 루비: http://ruby.insightbook.co.kr/
-
Ruby Inside 루비 뉴스 블로그: http://www.rubyinside.com/
-
루비, 레일즈 포럼: http://www.ruby-forum.com/
-
레일즈 포럼: http://railsforum.com/
-
웹 상에서 루비 실험해보기: http://tryruby.hobix.com/
-
Rails and Ajax examples: http://www.maxkiesler.com/index.php/mhub/category/
-
Capistrano로 RoR 배포하기: http://manuals.rubyonrails.com/read/book/17
-
openID 관련 개발: http://leancode.com/openid-for-rails/
환경 셋업 및 에디터
-
Rad Rails (windows): http://www.radrails.org/
-
Instant Rails (windows): http://instantrails.rubyforge.org/wiki/wiki.pl
-
jEdit text-editor (all): http://www.jedit.org/
-
Ruby plugin for jEdit: http://rubyjedit.org/
-
-
Text Mate (mac): http://macromates.com/
-
E - Text Editor (windows) - power of textmate on windows: http://www.e-texteditor.com/index.html
-
Net Beans support for Ruby (windows) - http://www.netbeans.org/servlets/NewsItemView?newsItemID=1015
-
관련 screencast #1: http://www.netbeans.org/download/flash/jruby_on_rails/jruby_on_rails.html
-
관련 screencast #2: http://www.netbeans.org/download/flash/jruby_editing/jruby_editing.html
-
플러그인 및 이것저것
-
date 입력기: http://datebocks.inimit.com/
디버깅 관련
-
MySQL 4.1에서의 UTF-8 인코딩 관련 문제 해결 방법: http://ruphus.com/blog/2005/06/23/getting-unicode-mysql-and-rails-to-cooperate/
-
iterated list에서 in_place_editor_field를 쓸 때 에러 해결 방법: http://wiki.rubyonrails.org/rails/pages/InPlaceEditing/versions/new
-
hint: <%= @list = list %> 형태로 해결
-
호스팅
- godaddy는 비추. SSH 지원안함.
app 돌리기 관련
출처: http://wiki.railsplayground.com/railsplayground/show/Common+Rails+Deployment+and+Setup+issues
- Verify your /public directory has the permissions of 755
- Verify your /public/dispatch.fcgi file has the permissions of 755
- Verify the shebang line (first line) of the dispatch.fcgi is set to #!/usr/local/bin/ruby
- Verify you have the correct database name and database password in your /config/database.yml
-
Verify that you have enabled production mode in your environment.rb file by un -commenting this line: ENV['RAILS_ENV'] ||= 'production
- Verify that the RAILS_GEM_VERSION in the environment.rb is set to a version of Rails that is install on your server.
- Verify that any needed gems for your application are installed, if your server is missing a gem, simply email support and they will install the gem for you.
- Verify that you are not using any puts statements in your code as this causes problems with Apache.
- Try changing to your /public directory and run ./dispatch.cgi and see if it returns any coding errors with your environment.
- Check your /log/production.log or development.log for any coding error messages.
한국의 루비스트
- deepblue: http://myruby.net/
- daesan: http://beyond.daesan.com/
- nohmad: http://nohmad.sub-port.net/typo/
- niceview: http://niceview.egloos.com/
- codian: http://codian.net/wp/
- ikspres: http://ikspres.koruby.com:7788/
- burning: http://irum.biz
- dotty: http://dotty.org :)
History
Last edited on 04/03/2007 14:24 by dotty
Comments (0)