현재 최신버전을 설치하고나서 아래 방법으로안되고 있음...
해결 방법 아시는 분 알려주세요
c:\> gem uninstall rails
해결 방법 아시는 분 알려주세요
c:\> gem uninstall rails
c:\> gem install rails --version '= 1.2.6' --include-dependencies
gem update
gem update --system
gem update --source http://gems.rubyonrails.org
gem install activeresource --source http://gems.rubyonrails.org
- 프로젝트 생성시..
>rails 프로젝트명..
-프로젝트 구동시..
>ruby script/server
- 컨트롤러 생성시
>ruby script/generate controller 컨트롤러명
- db 마이그레이션
>rake db:migrate
- db선택방법
>rails 선택어플 --database=선택할db(ex.mysql)
- 모델설정방법
>ruby script/generate model product
'Develpoer' 카테고리의 다른 글
[Ruby on Rails] 삽질 보고서 NetBean (0) | 2011.07.21 |
---|---|
[Ruby on Rails] Windows 설치 방법 (2) | 2011.07.20 |
RubyonRails install on windows platform (0) | 2011.07.18 |
Ruby on Rails Windows (0) | 2011.07.17 |
Rubyonrails Download (0) | 2011.07.17 |